]> git.donarmstrong.com Git - lilypond.git/commit
lilypond-book: Textwidth detection with included file (issue 3136).
authorJulien Rioux <jrioux@physics.utoronto.ca>
Wed, 23 Jan 2013 23:21:22 +0000 (18:21 -0500)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Sun, 21 Apr 2013 18:21:12 +0000 (14:21 -0400)
commitaefc5a4057a0a61f1d7e4411cc1c5061d9aea6b7
tree7c01a4175bc5094600c87e3e9bb1327be878ea36
parent0f882952d6c97277aec32d4476415393c00cc400
lilypond-book: Textwidth detection with included file (issue 3136).

Fix the automatic textwidth detection performed by lilypond-book.
This failed for lytex files that include an external file in the
preamble, when such file was compiled in an --output directory
different from the working directory, because then the included
file was missing. We use TEXINPUTS to let the latex process know
where to look for input files.
input/regression/lilypond-book/include/def.tex [new file with mode: 0644]
input/regression/lilypond-book/tex-include-preamble.lytex [new file with mode: 0644]
python/book_latex.py
scripts/lilypond-book.py