Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3749283
By: nobody

I'm writing a latex document and got this problem of including .jpg image. 
Searched
the net for a program to convert jpg to ps format for MSWindows. Found 
jpeg2ps-1.9-1,
I used the setup program to install it.
I now tried to use "this trick", also found on the net:
trick for including jpeg images
%You will need the software jpeg2ps, avalaible
at http://www.pdflib.com/products/more/jpeg2ps.html intalled. Add the following
lines into the definitions in the latex file
%%%%%%%%%%%%
\DeclareGraphicsExtensions{.jpg, .eps}
\DeclareGraphicsRule{.jpg}{eps}{.jpg.bb}{`jpeg2ps -h -r 600 #1} 
%To include a jpeg file, myimage.jpg for instance, type
%\includegraphics[....]{myimage}

Unfortunately this didn't work. I tried to use the cmd-promt and used another
tip found on the net
1) Convert .jpg to the eps with jpeg2ps:
   jpeg2ps -h image.jpg > image.jpg.eps
then I got this messege: jpeg2ps is not an internal command, external command,
a program or a commandfile.
So my questions: Is ther another way to call jpeg2ps, am I maybe using unix
commands? Do i need to install anything else, I did use the setup for Windows
which I understood as beeing complete. I'm not a very routined user and would
be thankful for any help.
Helena


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to