lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with png-file and lilypond examples in a latex-file


From: Susan Dittmar
Subject: Re: problem with png-file and lilypond examples in a latex-file
Date: Wed, 5 Jan 2011 13:01:57 +0100
User-agent: Mutt/1.5.9i

Dear Stefan,

> > % \pause\begin{figure}
> > %  \centering
> > %  \includegraphics[height=5 cm]{./hexachorde.png}
> > % \end{figure}

Here you include a file called hexachorde.png. Where is it located? In the
same directory as the tex-file? In that case, you would have include it as
\includegraphics[height=5 cm]{../hexachorde.png}
(note the additional dot, .. being an abbreviation of 'one up in the
directory structure'). This is because the inclusion of this graphic is
done by the pdflatex run, which is done inside the out/ subdirectory you
created during the compilation process.

Hope that helps,

        Susan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]