Gnoxx
Joined: 09 Jul 2008 Posts: 1
|
Posted: Wed Jul 09, 2008 1:38 pm Post subject: templates with graphics |
|
|
Hi!
I'm just making a template for project documentations in my company. In the head of this document, there always has to be the company logo.
I'm using pdfTEX, so the logo comes in JPG format.
But, as it seems, JPGs can not be included in a template. I can add the picture to the project I intend to generate the template from, but if I create a new project from this template, I get the error message
| Code: | | pdfTeX error: (file troutlogo.jpg): reading JPEG image failed (no marker found) |
So I tried to use EPS graphics and compile with the normal LaTeX Compiler (first I changed the templated so that it includes eps-files instead of JPGs). Now, I do not get any error messages, but neither the logo appears in the DVI file.
Is there ANY way to make a picture part of a template? |
|