From 0fbaecaba53a1dd2bf7d16e9aa0165b88aaf6cd4 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 23 Jun 2005 16:53:47 +0000 Subject: [PATCH] Add \RequirePackage{graphics} info. --- ChangeLog | 5 +++++ Documentation/user/examples.itely | 1 + Documentation/user/lilypond-book.itely | 11 ++++++++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f65254400a..e5c2933ab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Graham Percival + + * Documentation/user/lilypond-book.itely, + Documentation/user/examples.itely: add \RequirePackage{graphics}. + 2005-06-23 Han-Wen Nienhuys * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index 0910c1f2ba..1071b46fe5 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -1402,6 +1402,7 @@ You can include LilyPond fragments in a LaTeX document. @example \documentclass[]@{article@} +\RequirePackage@{graphics@} \begin@{document@} Normal LaTeX text. diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 2aa6b304ee..8b85be581b 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -190,7 +190,16 @@ or @end example Running @command{lilypond-book} yields a file that can be further -processed with La@TeX{}. +processed with La@TeX{}. Since @command{lilypond-book} produces +lilypond snippets as @code{\includegraphics@{NAME.eps@}}, you must +add + +@example +\RequirePackage@{graphics@} +@end example + +@noindent +to the preamble of the LaTeX document. We show some examples here. The lilypond environment -- 2.39.2