Re: [oll-user] lilyglyphs and hyperref
Resources for LilyPond and LaTeX users writing (about) music
Status: Alpha
Brought to you by:
u-li-1973
From: Urs L. <ul...@op...> - 2014-02-06 22:30:48
|
Am 06.02.2014 22:53, schrieb NickS: > Hi Urs, > I didn't think of lualatex, I will give that a try. You have to take into account that it will only work with a fairly current lualatex. TeXLive 2013's lualatex will work, TL 2012's not. In any case this isn't an acceptable restriction, so I should try to find a solution. > Thanks very much for all your work on lilyglyphs, I'm very excited to be able to create musical documents. Glad you like it. If you're exited to use it please consider to contribute by submitting new commands ;-) Best Urs > Kind regards, > Nick > > > >> ________________________________ >> From: Urs Liska <ul...@op...> >> To: ope...@li... >> Sent: Wednesday, 5 February 2014, 11:50 >> Subject: Re: [oll-user] lilyglyphs and hyperref >> >> >> Hi NickS, >> >> thanks for the report. >> For now I don't have any idea what the reason may be or how to fix it, >> but I have added it to the issue tracker: >> https://github.com/openlilylib/lilyglyphs/issues/87 >> >> Note that using lualatex produces correct output. >> >> Best >> Urs >> >> >> Am 04.02.2014 22:01, schrieb NickS: >>> I've just started using lilyglyphs and I've noticed it interacts with the "hyperref" package to produce very large bounding boxes around section titles in the table of contents. This can be seen in the PDF generated by running xelatex on the following code: >>> >>> \documentclass{article} >>> % for lilyglyphs >>> \usepackage{fontspec} >>> \usepackage{lilyglyphs} >>> % for use without lilyglyphs >>> % \newcommand{\doublesharp}{$\sharp\sharp$} >>> % \newcommand{\flatflat}{$\flat\flat$} >>> % for hyperlinks >>> \usepackage{hyperref} >>> \author{Author} >>> \title{Title} >>> \begin{document} >>> \maketitle >>> \tableofcontents >>> \section{\texorpdfstring{The B\doublesharp}{\ref{The Bdoublesharp} The B++}} >>> This is the B\doublesharp. >>> \section{\texorpdfstring{The C\flatflat}{\ref{The Cdoubleflat} The C--}} >>> This is the C\flatflat. >>> \end{document} >>> >>> By comparison, if you comment out the two "usepackage" lines (for fontspec and lilyglyphs) and uncomment the two "newcommand" lines (for doublesharp and flatflat), the resulting PDF has normal bounding boxes (but of course not proper accidentals). >>> >>> In any case the PDF bookmark names don't like any accidentals (hence I use the "++" and "--" in the 2nd parameter of \texorpdfstring ), but it would be great if the lilyglyph symbols could be displayed in the table of contents without the very tall bounding boxes. >> >> >> ------------------------------------------------------------------------------ >> Managing the Performance of Cloud-Based Applications >> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. >> Read the Whitepaper. >> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk >> _______________________________________________ >> openlilylib-user mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openlilylib-user >> >> >> |