1
vote
1answer
108 views

Gnuplottex fails with 'undefined control sequence' when choosing different font size [duplicate]

I encounter a very strange problem when using gnuplottex on my Win 7 32 bit system with MiKTeX 2.9 - gnuplot 4.6.3 & the latest gnuplottex release: \documentclass[dvips]{minimal} ...
0
votes
0answers
331 views

graphics in miktex [closed]

I'm running miktex on some version of Windows, and I included the following code: \input epsf \epsfxsize=6.0in \epsfysize=3.2in \epsffile{graph.eps} This worked when I ran latex on linux. What ...
4
votes
1answer
2k views

LaTeX Error: Cannot determine size of graphic in title.png (no BoundingBox)

I seem to be getting a strange error after updating MiKTeX 2.9. I am using pdfLaTeX and TeXmaker with the graphicx package to include .png images. When I try to compile, I get the error LaTeX Error: ...
2
votes
1answer
386 views

xy-eps-converted-to.pdf not found - wrong filename?

I'm trying to include an EPS file into a PDF file using MikTex 2.9 under Windows 8. Everything else LaTex related works like a charm. pdflatex keeps complaining about a missing ...
1
vote
1answer
637 views

How to include graphics from parent directory using \graphicspath?

To include graphics from parent directory I am using \usepackage{graphicx} \graphicspath{{../pop/}{../graph/}} This works fine for MiKTeX but seems to fail for TeX live installed on the same ...
3
votes
1answer
663 views

GraphViz and LaTeX; gives blank PDF

I've tried 4 different .sty files (most of which didn't work, some of which gave me errors on rendered page). Now trying with the dot2texi package, which is giving me a blank PDF. I have tried ...
1
vote
1answer
245 views

Where is mp.exe in MikTeX 2.9?

I am a a retired software engineer and a newbie on this site. Please execuse me for the naiveness in my question. I am using Windows, XP and Vista. Other OS's are not affordable to me for now. I used ...
5
votes
3answers
4k views

MikTex error for PNG images when trying to produce DVI

I have a tex file with \includegraphic elements for some PNG images. I use MikTeX on Windows and the PDF is fine. Now, I need a DVI so I tried using: \pdfoutput=0 This creates a DVI, but only after I ...
11
votes
5answers
4k views

Graphicspath for MikTeX

Is there a way to specify a \graphicspath that includes all sub-directories? I know I could put all my graphics in a texmf tree, but I'd like to have them in another directory tree. As far as I can ...