Graphics, Figures & Tablesepstopdf error

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
om_mahara
Posts: 4
Joined: Wed Feb 15, 2017 1:30 pm

epstopdf error

Post by om_mahara »

I want to enter my matlab plot into the latex , and i use graphicx and epstopdf package also but when i tried to make pdf it shows the following warning and i did not get any plot in pdf except the blank page how can i get rid of this problem any suggestion please.The warning is below :

Package epstopdf Warning: No graphics package `graphic{s,x}' loaded.
)) ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphicx.sty"
Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphics.sty"
Package: graphics 2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)
("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\trig.sty"
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Stefan Kottwitz
Site Admin
Posts: 10308
Joined: Mon Mar 10, 2008 9:44 pm

epstopdf error

Post by Stefan Kottwitz »

To get rid of the warning, load the graphicx package before epstopdf, not after it.

An enable shell-escape in your editor. If you don't know how, tell us the name of the editor.

Stefan
LaTeX.org admin
om_mahara
Posts: 4
Joined: Wed Feb 15, 2017 1:30 pm

epstopdf error

Post by om_mahara »

Thank you it works now.
Post Reply