Tagged Questions
0
votes
1answer
65 views
epstopdf : “No appropriate script or program found: epstopdf”
I have a paper I am trying to submit to a journal, but my advisor is unable to get it to compile on his computer. He has Windows XP.
It compiles on my Mac, and I also compiled it on Windows Vista ...
0
votes
0answers
97 views
Embedded font problem in eps figure in MiKTeX
When ever I'm using epstopdf library the fonts are blurred in the output pdf file.
I want the output in dvips, so that I can convert to pdf by ps to pdf converter but it is showing error
...
2
votes
0answers
222 views
MikTex Portable + Texmaker not supporting EPS [duplicate]
Keep in mind, I am a beginner to LaTeX in general and not skilled in command lines.
MiKTeX Portable and TeXmaker are installed on my portable drive. TeXmaker has been properly configured to use ...
2
votes
1answer
377 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 ...
2
votes
1answer
145 views
epstopdf suddenly stopped working
I'm trying to compile some .tex files in WinEdt 7 with pdfLaTeX using MikTex 2.9. I have a lot of eps figures and was previously using epstopdf in the preamble without any problems. But for some ...
2
votes
2answers
2k views
texmaker 3.5 miktex portable 2.9 and epstopdf
I am using TeXMaker 3.5 (same problems in TeXMaker 3.4.1) and MikTeX 2.9. My source is:
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
...
6
votes
3answers
701 views
mpgraphics: Unable to compile using MikTex on Windows
This is an example from mpgraphics package documentation:
\documentclass{article}
\usepackage{mpgraphics}
\begin{document}
\begin{mpinline}
draw (20,20)--(0,0)--(0,30)--(30,0)--(0,0)
\end{mpinline}
...
1
vote
2answers
3k views
Including pdf figures in Latex document using TexnicCenter
I am sorry if I missed anywhere the obvious answer to my problem, but after searching several hours for a solution I am a bit lost...
I am using Texniccenter and MikTex under Windows Vista to create ...