From: Jan Nieuwenhuizen Date: Fri, 1 Oct 2004 20:09:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.3.20~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=58da66e46384c04c725f52a1fa3a9f7299aa5785;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b0e044651f..b37b94049d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-30 Jan Nieuwenhuizen + + * scripts/lilypond-book.py (ext2format): Add latex as Latex. + 2004-10-01 Graham Percival * Documentation/user/notation.itely: more small fixes. diff --git a/Documentation/user/latex-lilypond-example.latex b/Documentation/user/latex-lilypond-example.latex index 3af2d34801..3c79e92c0b 100644 --- a/Documentation/user/latex-lilypond-example.latex +++ b/Documentation/user/latex-lilypond-example.latex @@ -1,11 +1,13 @@ +\documentclass[a4paper, 12pt]{article} +% keep \documentclass on 1st line for lilypond-book auto-detection + % -% This is way too long and hairy +% This is way too long and hairy -- % % -\documentclass[a4paper, 12pt]{article} %\def\preLilyPondExample{} %\def\postLilyPondExample{} diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index f0b4b352b5..502190c3c7 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -896,6 +896,7 @@ def get_latex_textwidth (source): ext2format = { '.html' : HTML, '.itely' : TEXINFO, + '.latex' : LATEX, '.lytex' : LATEX, '.tely' : TEXINFO, '.tex': LATEX,