Bernard Hurley wrote:
This is for ChangeLog/1.4304/ but with my patch applied to get
lilypond-book actually to generate LaTeX
lilypond-book should not generate \RequirePackage{graphics} but
\usepackage{graphics}. The former version is for use in Class files,
where '@' has the status of a letter. \usepackage{graphics} is
equivalent to:
\makeatletter\RequirePackage{graphics}\makeatother
and so loads the package in the right environment if used in the
preamble of a document file.
I was the one who initially proposed to use \RequirePackage instead of
\usepackage, since I had got the impression that the latter wouldn't work
if the package was already loaded earlier, but I stay corrected and will
submit a corresponding patch to CVS.
It seems that:
\includegraphics{filename}
still works, but some of the other facilities of the graphics package
may be broken. this too may break in future versions of the graphics
package.
I'm not sure what you mean here. One issue was if we should use
\usepackage{graphics} or \usepackage{graphicx}, but from Sect. 4.7
of `texdoc grfguide`, I learnt that we should use the graphics package.
/Mats
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond