General ⇒ Image not clear
Image not clear
i have used this package
\usepackage{graphicx}
\begin{figure}[H]
\centering
\includegraphics[scale=0.5]{milestone}
\caption{Milestone identification}\label{fig:Milestone identiciation}
\end{figure}
i have used with milestone.eps but makes no difference.
Is there anything i could do about this?
cheers
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
what is the original graphic file format of milestone? eps, or jpg or something else?
With pdflatex you could easily include jpg and png files.
Stefan
Re: Image not clear
what format would be best for me?
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
Ist that possible for you? Which Editor and which distribution do you use?
Stefan
Re: Image not clear
latex user.tex
dvips -o user.ps user.dvi
dvipdf user.dvi user.pdf
and then displays the pdf file.
does this makes sense?
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
But try if on your university server works: pdflatex user.tex
Stefan
Re: Image not clear
pdflatex user.tex
thanks
Re: Image not clear
B.A.
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Image not clear
pdflatex user.tex takes user.tex and generates user.pdf.
Stefan
Re: Image not clear
erro: pdflatex (file milstone.pdf): cannot find image file
then says pdf file not finished.
do i have to convert the image from jpg to pdf?
if so how could i do that