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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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: 10335
- 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: 10335
- 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: 10335
- 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