I'm trying to compile a LaTeX template to a PDF, but it's not working. The template is available in this link (on the right side in Article Templates).
I'm using TeXnic Center. Can anyone please try to compile this and let me know if it's working.
|
I'm trying to compile a LaTeX template to a PDF, but it's not working. The template is available in this link (on the right side in Article Templates). I'm using TeXnic Center. Can anyone please try to compile this and let me know if it's working. |
|||
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
No answer for almost two weeks, so here my guess: You’ve chosen the wrong output profile for compiling. The template file
Note the
After choosing the graphics package (I would opt for In fact the cause of the problem is the inclusion of an EPS file:
This file type is not supported in Remark: Looking into the class file But in this case here the EPS file is a bit special (a bitmap file just embedded in a bounding box), and in the result the included image is defunct both in MiKTeX and TeX Live. In MiKTeX there is no cure in such a case (but use one of the DVI modes), in TeX Live I had success in using the Perl script perl C:\texlive\texmf-dist\scripts\epstopdf\epstopdf.pl --gs --gscmd=C:\Programs\Ghostscript\bin\gswin32c.exe --outfile=e2p-nanofig.pdf nano-mmta-fig.eps (Paths must be adjusted. Help with adding the option I’ve got a warning
The image is a bit cutted on the right and distorted. Only the distortion can be cured by setting a bounding box in
|
||||
|
|
DVIfrom the\documentclassline. – Uwe Ziegenhagen Dec 2 '12 at 19:21zipfile might not be well received by everyone :) – cmhughes Dec 2 '12 at 21:11