Search found 6 matches

by ckaeel
Sun Feb 17, 2013 5:02 pm
Forum: Conversion Tools
Topic: Conversion of EPS Files to PDF in different Folder
Replies: 4
Views: 18216

Conversion of EPS Files to PDF in different Folder

if I use :

Code: Select all

\epstopdfDeclareGraphicsRule{.eps}{pdf}{.pdf}{ps2pdf -dEPSCrop  #1 \OutputFile}
it removes the original EPS file with a 3kB one :shock:.
Is this the correct way to use epstopdf package, or did I do something wrong ?
by ckaeel
Sun Feb 10, 2013 5:07 pm
Forum: Conversion Tools
Topic: Conversion of EPS Files to PDF in different Folder
Replies: 4
Views: 18216

Conversion of EPS Files to PDF in different Folder

I'm using the following commands to convert EPS files to PDF.
\DeclareGraphicsExtensions{.pdf,.jpg,.png}
\usepackage{epstopdf}
\epstopdfsetup{outdir=./convertedpics/}
\epstopdfDeclareGraphicsRule{.eps}{pdf}{.pdf}{ps2pdf -dEPSCrop -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true ...
by ckaeel
Thu Jun 10, 2010 11:30 pm
Forum: General
Topic: Jump to error
Replies: 4
Views: 4317

Jump to error

PROBLEM SOLVED

-it seems to be a problem with the path. One folder had a space in its name; removing it, solved the problem

x:\dir1\dir 2\...\files become x:\dir1\dir2\...\files
So if the arrow doesn't appear, check for spaces.

PS:
The error line number was visible, but when the document has ...
by ckaeel
Mon Jun 07, 2010 10:54 pm
Forum: General
Topic: Jump to error
Replies: 4
Views: 4317

Jump to error

Strange, I created an error and it works fine...

latexerror.png
latexerror.png (12.24 KiB) Viewed 4280 times

The problem was that small red arrow; it didn't appear, and also when I was clicking on the error message, nothing happened.
by ckaeel
Mon May 31, 2010 10:16 pm
Forum: General
Topic: Jump to error
Replies: 4
Views: 4317

Jump to error

I installed TexnicCenter 1.0 RC1 with MiKTeX 2.8 (after I uninstalled the old 2.7 version) on a windows xp pro sp3 x86 machine.

If I get an error, clicking on it hasn't got any effect - it doesn't jump on the line with the error.
I searched on the forum, and I found one identical case, but without ...