From: Werner Lemberg Date: Thu, 1 Jan 2009 19:29:02 +0000 (+0100) Subject: More fixes for LaTeX output. X-Git-Tag: release/2.12.2-1~32^2~17^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1910858321182f0f642ec766f90254a81ac69c2f;p=lilypond.git More fixes for LaTeX output. --- diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 097e7c414e..df0a4d0fa6 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -100,17 +100,17 @@ alignment." "\\ifx\\betweenLilyPondSystem \\undefined \\linebreak \\else - \\betweenLilyPondSystem{~a} + \\expandafter\\betweenLilyPondSystem{~a}% \\fi " c) tex-system-port)) - (display (format "\\includegraphics{~a-~a}\n" + (display (format "\\includegraphics{~a-~a}%\n" basename (1+ c)) tex-system-port) (display (format "@image{~a-~a}\n" basename (1+ c)) texi-system-port)) (iota (length stencils))) - (display "@c eof." texi-system-port) - (display "% eof. " tex-system-port) + (display "@c eof\n" texi-system-port) + (display "% eof\n" tex-system-port) (display (format "~a" (length stencils)) count-system-port) (dump-infinite-stack-EPS stencils) (postprocess-output book framework-eps-module