|
[Sponsors] |
October 16, 2007, 03:02 |
how to change .jpg or .gif file to .ps file
|
#1 |
Guest
Posts: n/a
|
hi dear friends , i want to included one file in latex document, it is in .jpg file , i want to convert it in to .ps file, may i know how to do this.. please help me.. thanks
|
|
October 16, 2007, 05:15 |
Re: how to change .jpg or .gif file to .ps file
|
#2 |
Guest
Posts: n/a
|
several solutions :
- xfig it's maybe the most easy ! - convert *.jpg *.ps (read the man) - You can include a jpg in a latex document But i don't remember exactly how... regards, |
|
October 16, 2007, 05:27 |
Re: how to change .jpg or .gif file to .ps file
|
#3 |
Guest
Posts: n/a
|
Dear Phil , thankyou for your reply,, but i dont have linux, i am working in windows, could you please tell me how to include .jpg file in latex,, it is little bit urgent ,, could you please help me very soon.. thankyou in advane\ ranga
|
|
October 16, 2007, 06:27 |
Re: how to change .jpg or .gif file to .ps file
|
#4 |
Guest
Posts: n/a
|
see this example. Don't forget to adapt to your problem
\begin{center} \includegraphics[height=5cm,bb=0 0 292 281]{images/mdf.jpg} % mdf.jpg: 292x281 pixel, 72dpi, 10.30x9.91 cm, bb=0 0 292 281 \end{center} with this package: \usepackage{pgf} \usepackage{xcolor} \usepackage{color} \usepackage{fancyvrb} regards! |
|
October 16, 2007, 07:41 |
Re: how to change .jpg or .gif file to .ps file
|
#5 |
Guest
Posts: n/a
|
Use can complile the latex file using pdflatex. This would allow you to include jpg figures directly in latex. You can convert jpg to eps using GIMP.
|
|
October 16, 2007, 10:17 |
Re: how to change .jpg or .gif file to .ps file
|
#6 |
Guest
Posts: n/a
|
another alternative is to use "jpeg2ps": http://gnuwin32.sourceforge.net/packages/jpeg2ps.htm
|
|
November 12, 2007, 03:24 |
Re: how to change .jpg or .gif file to .ps file
|
#7 |
Guest
Posts: n/a
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
2.0.x on Mac OSX | niklas | OpenFOAM Installation | 74 | March 28, 2012 17:46 |
pisoFoam compiling error with OF 1.7.1 on MAC OSX | Greg Givogue | OpenFOAM Programming & Development | 3 | March 4, 2011 18:18 |
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 | flakid | OpenFOAM Installation | 16 | December 28, 2010 09:48 |
gcc and executable file from Mac to Linux | simone Marras | Main CFD Forum | 0 | April 8, 2007 16:49 |
Results saving in CFD | hawk | Main CFD Forum | 16 | July 21, 2005 21:51 |