[Loading MPS to PDF converter (version 2006.09.02).]
)
Package hyperref Warning: Height of page (\paperheight) is invalid (0.0pt),
(hyperref) using 11in.
("C:\Users\hzhou3\AppData\Local\Programs\MiKTeX 2.9\tex\latex\hyperref\nameref.
sty"
("C:\Users\hzhou3\AppData\Local\Programs\MiKTeX 2.9\tex\generic\oberdiek\gettit
lestring.sty"))
(C:/........tex
("C:\Users\hzhou3\AppData\Local\Programs\MiKTeX 2.9\tex\latex\psnfss\ot1phv.fd"
)MiKTeX GPL Ghostscript 9.19: **** Could not open the file pics/........-eps-converted-to.pdf .
**** Unable to open the initial device, quitting.
Sorry, but "MiKTeX EPS-to-PDF Converter" did not succeed.
The log file hopefully contains the information to get MiKTeX going again:
C:/Users/hzhou3/AppData/Local/MiKTeX/2.9/miktex/log/epstopdf.log
You may want to visit the MiKTeX project page, if you need help.
! Package pdftex.def Error: File `pics/drift_trajectory-eps-converted-to.pdf' n
ot found.
See the pdftex.def package documentation for explanation.
Type H <return> for immediate help.
...
l.29 ...=0.5\textwidth]{pics/drift_trajectory.eps}
&
Graphics, Figures & Tables ⇒ Cannot use eps file
Cannot use eps file
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
Cannot use eps file
Can you please post the file C:/Users/hzhou3/AppData/Local/MiKTeX/2.9/miktex/log/epstopdf.log, as attachment here?
When writing, there's an "Attachments" link / tab below the edit field that you can use.
Stefan
Cannot use eps file
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Cannot use eps file
--trace
epstopdf --trace pics/drift_trajectory.eps
Take a look if the pdf might be in the document folder instead of the
pics/
subfolder. Perhaps put the images directly into the document folder and also remove the pics
path in \includegraphics
, if working with the subfolder doesn't succeed. At least with one image for testing.Stefan
Cannot use eps file
But it is awkward since I need to convert it manually for every eps file. Is it possible to fix it somewhere so that the conversion can be conducted automatically inside WinEdt? Thanks a lot.
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Cannot use eps file
Otherwise no idea - conversion is just one time, so maybe just do it... if it's a lot of files, it could be done in a .bat script or another script instead of converting all manually.
Stefan