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

Re: LaTeX - some logos print, others don't.



Yes, this DOESN'T work (see below).

Stroller.


On 23 Apr 2007, at 01:57, Chris Travers wrote:
...
The preferred fix for the user templates is to do as follows:

Instead of:

\includegraphics[height=1cm]{logo-colour}

use:
\includegraphics[height=1cm]{/path/to/logo-colour}

I.e. use the absolute path.
...
So a user template wanting to include other graphics b0rks out. As I
described in my previous reply to Chris' below comments <http://
tinyurl.com/2mjfqo>, full path names to additional graphics don't
_seem_ to work for me.

IE:
# sudo grep logo /usr/local/ledger-smb/templates/stroller/ invoice.tex
   \includegraphics[height=2cm]{logo}
   \includegraphics[height=2cm]{/usr/local/ledger-smb/templates/
stroller/logo-outline}
   \includegraphics[height=2cm]{/usr/local/ledger-smb/templates/
stroller/logo-outline.png}
   \includegraphics[height=2cm]{/usr/local/ledger-smb/templates/
stroller/logo-outline.eps}

_still_ only prints out the file called "logo".