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 4166 times
-
- Screenshot 2019-08-19 03.58.37.png (120.36 KiB) Viewed 4166 times
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
- 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 grfguide
0 0 moveto
72 72 rlineto
72 neg 0 rlineto
72 72 neg rlineto
stroke
0 0 moveto
/Times-Roman findfont
72 scalefont
setfont
(A) show
showpage
\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 4144 times
-
- Screenshot 2019-08-19 14.41.01.png (79.02 KiB) Viewed 4144 times
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
epstopdf usepackage
