Tagged Questions
1
vote
2answers
119 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
...
0
votes
1answer
193 views
float placement using endfloat
I have a lyx file in which there are several figures and tables. The preamble has been amended to have:
\usepackage{multirow}
\usepackage{rotating}
\usepackage{subfig}
...
1
vote
2answers
1k views
eps figure (image) quality loss on including it in latex
I saw Included PNG appears blurry in PDF and How do I insert an image in LaTeX so it looks good on print? also etc. However, I am trying to include .eps images, which are generated using gnuplot. ...
0
votes
0answers
271 views
How to use psfrag command to replace the text in EPS exported from AutoCAD? [closed]
The usage of \psfrag package is easy. But I tried several times, the text in EPS has nothing changed.
I wonder if there is anything I should pay more attention during the export process of AutoCAD ?
4
votes
2answers
258 views
Convert a picture or figure to EPS or PDF file
In my document I'm embedding figures using the following code:
\begin{figure}[!t]
\centering
\def\svgwidth{1.2\columnwidth}
\resizebox{\columnwidth}{!}{
\endlinechar=255\relax
...