{eps} is about using files in the Encapsulated PostScript format with TeX.
4
votes
2answers
46 views
How is cropping for EPS-files done in XeLaTeX?
When trying to crop an EPS-figure with trim=<left> <bottom> <right> <top>, clip, ... it results in strange behavior. Please find a MWE and a image of the result below.
It ...
3
votes
1answer
91 views
Why do eps images overlap the captions in subfigures?
I'm using the package subcaption within an scrreprt compiling with XeTeX/XeLaTeX. When using subfigures for 4 images in a grid view, the images are not centered and overlap the middle subcaptions. It ...
6
votes
2answers
74 views
Changing color in an eps file from within LaTeX
We have an EPS file with a logo in one color. Is it possible to somehow manipulate this color from within LaTeX? We need this logo in different colors for different series of one imprint.
Edit:
...
1
vote
1answer
60 views
.eps and .pdf image in one document
I want to include both pdf and eps image in one latex document.
I created a svg image in Inkscape. The .pdf version of the same is exactly like the .svg image. but the .eps version some part of image ...
2
votes
2answers
90 views
How to use “latex -> dvips -> ps2pdf” to get pdf output?
I am using pdflatex to produce a .pdf file. But, it is not working when .eps files are compiled. I have tried it with XeLatex but, it is hanging out sometimes. Now I want to produce a .pdf file using ...
6
votes
1answer
116 views
.eps file generated by matlab not centered correctly
Everything is all right before I updated all my MiKTeX package to latest version. But after that, I find that all .eps file generated by Matlab cannot be shown correctly.
For example. I use Matlab to ...
4
votes
2answers
397 views
Epstopdf does not compile *.eps
I work in WinEdt + MikTex 2.8 and mostly compile the source through PdfTexify. In order to compile eps figures in this mode I used the package epstopdf, but recently it stopped working. This is quite ...
1
vote
0answers
41 views
Using epsfig - gives errors in Kile but compiles fine using pdflatex in terminal
\documentclass{article}
\usepackage{epsfig}
\begin{document}
\begin{figure}[ht!]
\centering
\epsfig{file=example.eps}
\end{figure}
\end{document}
When I compile with PDFLaTeX in Kile (I ...
6
votes
2answers
104 views
Equivalent of bounding box when compile with pdflatex
I'm having an issue inserting a .pdf image into my .tex file (an .eps works fine). A description of my problem is below.
When I insert an .eps figure by doing:
\documentclass[a4paper,11pt]{article}
...
3
votes
3answers
63 views
REVTEX 4.1 and PeerX-Press LaTeX workflow
I am having trouble finding a practical workflow for REVTEX 4.1 documents to be uploaded using the AIP PeerX-press system.
The PeerX system only accepts images in EPS and TIFF format. My native ...
3
votes
3answers
146 views
Insert text inside a image in eps format
UPDATE:I tried the solution with overpic and it works fine. But the problem is, sometimes, my experimental setup changes and I have to reproduce the eps file using different parameters from Matlab. ...
0
votes
0answers
67 views
Exporting TikZ figures to .EPS
i'm trying to export a TikZ picture to .eps using the following on Win7 (MikTeX), compiling with pdflatex:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{external}
...
2
votes
1answer
85 views
LaTeX compiles but not pdfLaTeX [duplicate]
I have a "project", which has a main.tex in Main folder, and in Main folder, there are subfolders called tex and fig. In fig folder, there is a logo.eps file. In tex folder, there is a content.tex ...
2
votes
1answer
74 views
How can I add or overlay a legend to an .eps image
Assume someone has several Matlab plots saved as .eps graphics and realizes in some of them the legend for the curves is missing.
Is there a way to add these legends afterwards, or to overlay another ...
2
votes
1answer
50 views
How to make eps file imported in .tex , un-cropped?
I have a eps file with a very high resolution. Now when I am trying to import it in my tex file using include graphics I am only able to see part of it, i.e. its cropped. I already played with width, ...
5
votes
1answer
114 views
Paper size with geometry in memoir: LaTeX vs PDFLaTeX
I have been searching for an answer to my problem, but my search did not yield any topics with the same problem, so hereby my question:
I have created a document with the memoir package. The stocksize ...
1
vote
1answer
61 views
Eps Position Problem [duplicate]
I am trying to put a graph inside my TeX file it somehow misses its original places and moves somewhere else. What can I do to fix it?
Here is my code:
\documentclass{article}
...
0
votes
0answers
15 views
EPS figure shows error when compiling with pdflatex [duplicate]
I have trouble with EPS figure when compiling with pdflatex. I have compiled the following TeX code with pdflatex.
\documentclass{book}
\usepackage{graphicx}
\begin{document}
\begin{figure}
...
7
votes
2answers
6k views
TeXLive 2011: pdfLaTeX does not convert eps to pdf for eps files in subdirectories
As from 2010, TexLive has been converting .eps files directly to pdf file if the compilation is done with PDFLaTeX. Thus a file named
coilsans.eps
will be automatically be converted to a file named
...
38
votes
6answers
2k views
Which graphics formats can be included in documents processed by latex or pdflatex?
There several types of graphics files. In no particular order .jpeg .eps .pdf .png .tif .jif (and no doubt others). Some work with latex, dvips and some work with pdflatex. How am I supposed to know ...
5
votes
1answer
156 views
“shell escape” is not enabled - chemscheme/chemstyle
I am having issues with -shell-escape. I do not know really what this is, and how to apply it. Furthermore, I have read elsewhere that I is possibly dangerous to summon this command. Any help would be ...
36
votes
5answers
16k views
Why can't pdflatex print EPS figures?
The images in my paper are in EPS format. If I execute pdflatex to get a PDF version of my paper, the figures won't appear. I have to typeset using the latex command, and then convert the DVI file to ...
3
votes
1answer
113 views
Font embedding problem with EPS figures in LaTeX
I have an EPS figure generated by Microsoft Visio with PDFCreator. I want to add this EPS figure to my document using pdflatex by declaring \usepackage{epstopdf} but the fonts in the EPS figure are ...
2
votes
1answer
160 views
Wrong location image in EPS file
I produce an EPS figure with Gnuplot, with the command:
set term post solid rounded enhanced color 'Helvetica, 16'
replot
I need to plot this figure on a poster which I am writing with LaTeX. I am ...
0
votes
0answers
14 views
Pdf not generating after attaching figures in PdfteXt [duplicate]
I am using scientific Linux 6.3 and pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) and elsarticle document class. I have to attach figures and iam doing it as,
%%%%%%%%%%%%%%% begin figure 1 ...
2
votes
1answer
96 views
Vector images rasterized when converting to PDF? (XeTeX)
I've been using LyX with vector images in *.eps format for the longest time. Now I've moved to a new machine (a mac), tried to get the same work environment back, and ran into this problem:
Creating ...
0
votes
0answers
29 views
Unknown graphics extension: .eps with epstopdf [duplicate]
Well, this is just an explanation about how I solved this problem.
I was trying to include an EPS file.
1) First of all you need the epstopdf package. There are a lot of discussion about that, but ...
1
vote
0answers
59 views
Import external eps into pgfplot
I have some flow image files in .eps format which I would like to import in pgfplots. What is the practical way to do so?
2
votes
0answers
155 views
How do I replace an XYZ coordinate system on an already available plot? [closed]
I have an eps file looking like this:
I have no access to the original dataset, so replotting it is not an option. I would like to replace the ugly 80s style coordinate system (Both the captions ...
1
vote
2answers
133 views
Figure is chopped off when inserting a MATLAB table as eps figure
I am trying to include a MATLAB UI table (which I have previously saved as an .eps figure and put it into the same folder as my .tex file) into a LaTeX document, using:
\begin{figure}
\centering
...
2
votes
0answers
243 views
ps2pdf produces unreadable text with gnuplot epslatex terminal
I'm using the gnuplot epslatex terminal to generate LaTeX files which I then convert to .pdf files using latex→dvips→ps2pdf. The .ps file produced by dvips is fine (the first image). However, once I ...
0
votes
2answers
221 views
How to use Gnuplots .eps and .tex files at all with pdflatex
I tried to make a plot with data from a .txt file. The part with gnuplot works, but bringing the diagramm to Latex is frustrating. That's what I do:
-- GNUPLOT --
set terminal epslatex size ...
0
votes
0answers
81 views
Blank .EPS images? [closed]
Some .EPS images are displayed blank for me when I use this simple code:
\begin{figure}[ht]
\includegraphics[width=0.8\linewidth]{file.eps}
\caption{My description.}
\end{figure}
Meanwhile all the ...
7
votes
3answers
228 views
How to smoothen an Asymptote plot
I tried to plot this function and export it as .eps file but the plot does not look smooth at all
I'm absolute beginner at this tool, Is it a number of samples problem or what?
3
votes
1answer
313 views
\includegraphics{*.pdf } substitutes in-figure symbols
I am using TeXstudio with its default settings. My figure is saved as PDF because I was unable to include *.eps because of the Unknown graphics extension: .eps-error. The figure opens without faults ...
0
votes
0answers
42 views
eps and png in LaTeX [duplicate]
I am writing a report and some of the figures I want to include are in .png format, while some others are in .eps format. In the first part of the report, I only used the figures with the .png format ...
2
votes
0answers
113 views
Missing characters in gnuplot generated eps while compiling pdf
tTis has bug me for a few days: when I import a gnuplot generated eps into my LaTeX file, the characters are always missing. The number and text with in the figure is not complete, for example, it ...
0
votes
0answers
333 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 ...
0
votes
0answers
66 views
pdf pages in ps output file and eps figures in pdf output file
I am facing the following issue: I have got several graphs in eps format and several pdf pages to insert into one ps document. Now, the eps figures are correctly included in my ps file, but the pdf ...
4
votes
2answers
679 views
Tagging for PSFrag
What programs do people use to put their tags on ready to be replaced by psfrag? I've tried inkscape but if I write in the text "hello" say with inkscape then export as eps PSfrag doesn't seem to ...
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 ...
0
votes
0answers
76 views
EPS figure not showing up in PDF file (TeXnicCenter) [duplicate]
I am using TeXnicCenter as the editor. The problem I am having is that figures don't show up in the PDF file created. It leaves a blank space in place of figure and caption is showing up below the ...
1
vote
1answer
136 views
Why am I having such problems getting latex notation in my gnu plots?
I have tried setting the terminal to just about everything under the sun. I got it to read my latex notation for a brief compile and then it decided it didn't want to anymore again. The error that I ...
2
votes
0answers
223 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 ...
0
votes
1answer
101 views
Latex pdf output does not show miter line joins drawn in Ipe editor
I am using Ipe to draw eps figures to include in my latex document. I use dvipdfm as the package.
I just discovered a nice feature in Ipe to make line joints sharp by choosing "Line join = miter". ...
0
votes
1answer
640 views
how to compile to ps with texstudio?
i'm a beginner in LaTeX, I'm using texstudio, but I don't know how to compile to ps.
I have some .eps files and use psfrag command.
4
votes
1answer
146 views
Convert Title Page from LaTeX (or the resulting PDF) into a PNG thumbnail
I have written a book in LaTeX using TeXStudio. My title page, which is the book cover, is created using LaTeX source (including images in it), rather than drawn in a graphical program, such as ...
3
votes
1answer
139 views
How can I prevent pinlabel/postscript errors?
I would like to ask for help with an error caused by some interaction between the pinlabel package and (it seems) Adobe Illustrator CS2. I will describe the situation below; my question simply put ...
3
votes
0answers
108 views
Submitting to a journal with only LaTeX, how to include transparent images and bitmaps?
The LaTeX submission process to the journal JCP involves
Bundling all the bibliographies into a single file and embdeeding that into the source
No external libraries
Compile with latex not pdflatex
...
0
votes
0answers
77 views
Figures disappear in pdflatex! [duplicate]
Possible Duplicate:
Why can’t pdflatex print EPS figures?
I am using pdfLaTeX, and i need urgent help:
When i add \usepackage[dvips]{color}, all my eps format figures disappear, go blank!
...






