From: gpercival Date: Thu, 30 Jun 2005 19:39:38 +0000 (+0000) Subject: Change RequirePackage to usepackage. X-Git-Tag: release/2.7.2~81 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e258009f959779c7fcda294ae7381dd828caa590;p=lilypond.git Change RequirePackage to usepackage. --- diff --git a/ChangeLog b/ChangeLog index 4c70d6cf37..83242ee53b 100644 --- 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 * Documentation/user/basic-notation.itely (Transpose): remove link diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index 8dda883571..f941f6efae 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -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. diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 8b85be581b..133db578cb 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -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