]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 1 Oct 2004 20:09:49 +0000 (20:09 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 1 Oct 2004 20:09:49 +0000 (20:09 +0000)
ChangeLog
Documentation/user/latex-lilypond-example.latex
scripts/lilypond-book.py

index b0e044651f232c5884776230f4cd71ce7f87e896..b37b94049dbc521e8ab23dbb6096fb8bda0d6241 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py (ext2format): Add latex as Latex.
+
 2004-10-01  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/notation.itely: more small fixes.
index 3af2d348019c638330eb94aba68aeae178058a4f..3c79e92c0bb9da4e117c9317af091dd743659f30 100644 (file)
@@ -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{}
index f0b4b352b5bc629a2d3e8b7ea507ebd2689d0a65..502190c3c70eb2ba7d21bede9708ed2c43f0ab78 100644 (file)
@@ -896,6 +896,7 @@ def get_latex_textwidth (source):
 ext2format = {
        '.html' : HTML,
        '.itely' : TEXINFO,
+       '.latex' : LATEX,
        '.lytex' : LATEX,
        '.tely' : TEXINFO,
        '.tex': LATEX,