General ⇒ graphics causing errors latex=>Ps => Pdf
graphics causing errors latex=>Ps => Pdf
Works fine for some test documents with just some pstricks drawings and text.
However I noticed that documents I normally compile as PDF crashed latex.exe (buffer size exceeded).
Inserting just 1 image in a document will render the following error with Latex=>PS
Cannot determine size of graphic in picture.pdf (no bounding box)
I used PDF extension for the picture (I do that for all my pictures).
The code in the document:
\begin{figure}[H]
\centering
\includegraphics[scale=0.42]{picture.pdf}
\caption{No comment.}
\label{blah1}
\end{figure}
The graphics package is enabled. PDF output alone (with no PS) works flawlessly.
Thanks!
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
Re: graphics causing errors latex=>Ps => Pdf
EDIT: Solved. pdf images are the problem (ebviously). Please feel free to call me a n00b, a moron etc. Apologies for wasting your time
