From 1910858321182f0f642ec766f90254a81ac69c2f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 1 Jan 2009 20:29:02 +0100 Subject: [PATCH] More fixes for LaTeX output. --- scm/framework-eps.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2