Questions tagged [eps]

{eps} is about using files in the Encapsulated PostScript format with TeX.

Encapsulated PostScript, or EPS, is a DSC-conforming PostScript document with additional restrictions which is intended to be usable as a graphics file format. In other words, EPS files are more or less self-contained, reasonably predictable PostScript documents that describe an image or drawing and can be placed within a (dvi)TeX or another PostScript document.

Further information can be found on the Wikipedia entry for EPS.

510 questions
6
votes
4 answers

The output of eps fig is rotated by itself

I am trying to use an .eps figure for my paper, but the problem comes when I got weird output. I use this command: \begin{figure}[!ht] \centering \includegraphics[scale=0.2]{A.eps} \end{figure} But on the output, the figure is rotated by…
user3437
3
votes
1 answer

Eps file is so large

I am writing a paper in latex and need to insert .eps figure. I drew the figure in powerpoint, then saved the .ppt as .pdf and opened it in photoshop. I noticed when I opened it, the size was like 127cm*48cm and the dpi is 300, the file was 274MB,…
daydayup
  • 133
2
votes
1 answer

Scale one dimension of EPS and preserve label font and size

I'm importing .eps in LaTeX. I want to resize image to fit my purposes. I want to do that only by one scale, X or Y (disproportional). The problem is that labels (font and size) become distorted. Is there some way to change one scale (e.g. width)…
1
vote
2 answers

EPS converted to PDF: missing $ inserted

I am compiling a very simple document, embedding one EPS image. Latex converts this image to PDF and the file shows up in the directory - so far, so good. However, then I get the error "Missing $ inserted" and the image does not show up in the…
C.Carl
  • 728
1
vote
0 answers

When including two continuous eps figure, the secondary figure is blurry

the code: \begin{figure}[htbp] \centering \includegraphics[width=\textwidth]{figure/1.eps} \end{figure} \begin{figure}[htbp] \centering \includegraphics[width=\textwidth]{figure/2.eps} \end{figure} By the way, the eps figures are…
1
vote
0 answers

EPS has a black background

Why the EPS figure generated by LaTeX has a black background? The example in http://roth.cs.kuleuven.be/w-ess/index.php/Creating_LaTeX_figures_with_the_use_packages_tikz_and_pgfplots#Export_as_eps is used to generate the EPS…
1
vote
1 answer

Append .eps to included figures

Is there a way to define a new command so that existing \includegraphics[scale=x]{fig_name} becomes \includegraphics[scale=x]{fig_name.eps} for any x and fig_name? This is for automatic conversion of eps to pdf because eps may cause out of memeory…
0
votes
0 answers

Error with .eps file

I am using texstudio editor, everything is ok while using this. But suddenly I found error as shown below ! Package pdftex.def Error: File `../temperature-zero/drag-SLG-D-t/figure/rho-log-T-eps-converted-to.pdf' not found: using draft setting. See…
0
votes
0 answers

cut eps picture in texshop

I'm working with a MAC and after compiling with XeLatex the eps pictures included in the file appear to be cut on the left. Anyone knows how to solve this ? This is the preamble of the…
0
votes
0 answers

problem with psfrag, eps file and texworks

I need to compile file using psfrag ans eps figure. I use texworks on windows and I have read that there are problems with pdflatex and I should go the latex->dvi->ps way but all I have found so far is not at all understandable for me... could you…