Graphics, Figures & Tables ⇒ epstopdf usepackage
epstopdf usepackage
The usepackage epstopdf has been working well for me till date. Recently, I reinstalled miktex 2.9 and seems that the usepackage does not work anymore. Please see two screenshots attached. I tried many alternatives suggested on this forum; nothing seems to work for me. I would appreciate any suggestion to resolve the issue.
Thank you,
Omkar
- Attachments
-
- Screenshot 2019-08-19 03.57.13.png (112.6 KiB) Viewed 3866 times
-
- Screenshot 2019-08-19 03.58.37.png (120.36 KiB) Viewed 3866 times
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
epstopdf usepackage
\documentclass
or while loading graphicx). Remove it.
epstopdf usepackage
However, the issue persists. Not sure how to tackle it.
epstopdf usepackage
However, the issue persists. Not sure how to tackle it.
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
epstopdf usepackage
Code: Select all
\begin{filecontents*}{\jobname.eps}%!%%BoundingBox:0 0 72 72%% Example from the grfguide0 0 moveto72 72 rlineto72 neg 0 rlineto72 72 neg rlinetostroke0 0 moveto/Times-Roman findfont72 scalefontsetfont(A) showshowpage\end{filecontents*}\documentclass{article}\usepackage{graphicx}\usepackage{epstopdf}\begin{document}\includegraphics{\jobname.eps}\end{document}


epstopdf usepackage
The minimal example code you shared does not work either. Please see attached files. Regards
- Attachments
-
- Screenshot 2019-08-19 14.38.59.png (80.88 KiB) Viewed 3844 times
-
- Screenshot 2019-08-19 14.41.01.png (79.02 KiB) Viewed 3844 times
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
epstopdf usepackage
