From: Mats Bengtsson Date: Wed, 31 Aug 2005 13:08:39 +0000 (+0000) Subject: * Documentation/user/lilypond-book.itely, X-Git-Tag: release/2.7.9~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d762a05553f3e93f615e387ced38ed54e3a237b0;p=lilypond.git * Documentation/user/lilypond-book.itely, input/tutorial/lbook-latex-test.tex, Documentation/user/examples.itely: Remove \usepackage{graphics} --- diff --git a/ChangeLog b/ChangeLog index e75362441f..e2a9dc1696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-31 Mats Bengtsson + + * Documentation/user/lilypond-book.itely, + input/tutorial/lbook-latex-test.tex, + Documentation/user/examples.itely: Remove \usepackage{graphics} + 2005-08-31 Han-Wen Nienhuys * scripts/lilypond-book.py (PREAMBLE_LY): define diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index ca682fdd5e..6e174c69de 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -1330,7 +1330,7 @@ You can include LilyPond fragments in a LaTeX document. @example \documentclass[]@{article@} -\usepackage@{graphics@} + \begin@{document@} Normal LaTeX text. diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index fe4f30d468..a97ead0f43 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -62,7 +62,7 @@ text, so we will not comment on it further. @quotation @verbatim \documentclass[a4paper]{article} -\usepackage{graphics} + \begin{document} Documents for @command{lilypond-book} may freely mix music and text. @@ -191,23 +191,7 @@ or @end example Running @command{lilypond-book} yields a file that can be further -processed with La@TeX{}. Since @command{lilypond-book} produces -lilypond snippets as @code{\includegraphics@{NAME.eps@}}, you must -add - -@example -\usepackage@{graphics@} -@end example - -@noindent -or - -@example -\usepackage@{graphicx@} -@end example - -@noindent -to the preamble of the LaTeX document. +processed with La@TeX{}. We show some examples here. The lilypond environment diff --git a/input/tutorial/lbook-latex-test.tex b/input/tutorial/lbook-latex-test.tex index 3930443891..badee25b83 100644 --- a/input/tutorial/lbook-latex-test.tex +++ b/input/tutorial/lbook-latex-test.tex @@ -1,5 +1,5 @@ \documentclass[a4paper]{article} -\usepackage{graphics} + \begin{document} Documents for lilypond-book may freely mix music and text. For