]> git.donarmstrong.com Git - lilypond.git/commitdiff
Change RequirePackage to usepackage.
authorGraham Percival <graham@percival-music.ca>
Thu, 30 Jun 2005 19:39:38 +0000 (19:39 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 30 Jun 2005 19:39:38 +0000 (19:39 +0000)
ChangeLog
Documentation/user/examples.itely
Documentation/user/lilypond-book.itely

index 4c70d6cf3731842357ba2788c502faf710f68b72..83242ee53be70b5f73afccac81c13a57ca955fd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * Documentation/topdocs/AUTHORS.texi: update personal web address.
 
+       * documentation/user/examples.itely, lilypond-book.itely:
+       change \RequirePackage to \usepackage.
+
 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/user/basic-notation.itely (Transpose): remove link
index 8dda883571dac7268755120c1adf6f344243a909..f941f6efae04ba3e75292f2f8d2ce91510691573 100644 (file)
@@ -1402,7 +1402,7 @@ You can include LilyPond fragments in a LaTeX document.
 
 @example
 \documentclass[]@{article@}
-\RequirePackage@{graphics@}
+\usepackage@{graphics@}
 \begin@{document@}
 
 Normal LaTeX text.
index 8b85be581bfb3e6793b911aec07a72c4ad19b8fe..133db578cb55e5580fda6412c3eace3a6724ce05 100644 (file)
@@ -195,7 +195,14 @@ lilypond snippets as @code{\includegraphics@{NAME.eps@}}, you must
 add
 
 @example
-\RequirePackage@{graphics@}
+\usepackage@{graphics@}
+@end example
+
+@noindent
+or
+
+@example
+\usepackage@{graphicx@}
 @end example
 
 @noindent