Search found 3 matches

by dhaberberger
Thu Jul 29, 2010 7:39 pm
Forum: Graphics, Figures & Tables
Topic: Matlab/Latex combo cuts EPS figures on side....
Replies: 5
Views: 15187

Re: Matlab/Latex combo cuts EPS figures on side....

Thank you very much localghost....that worked great!
From now on I'll just use the route you suggested : LaTeX-dvi-ps-pdf
This makes things so much easier using .eps files from Matlab (90% of my figures)
Thanks again,
Dan

To repeat the problem and solution above: When saving wide figures in Matlab ...
by dhaberberger
Tue Jul 27, 2010 2:15 am
Forum: Graphics, Figures & Tables
Topic: Matlab/Latex combo cuts EPS figures on side....
Replies: 5
Views: 15187

Re: Matlab/Latex combo cuts EPS figures on side....

I have now read the instructions on creating a minimum example and this was the best I could do:

\documentclass{minimal}
\usepackage{graphicx}

\begin{document}
\includegraphics[height=1in]{test}
\end{document}

In order to use documentclass{minimal}, I needed to add the 'graphicx' package to use ...
by dhaberberger
Fri Jul 23, 2010 7:34 pm
Forum: Graphics, Figures & Tables
Topic: Matlab/Latex combo cuts EPS figures on side....
Replies: 5
Views: 15187

Matlab/Latex combo cuts EPS figures on side....

Hi guys,

I'm a new user to Latex but can get around enough to use the template .tex files to produce scientific papers for publication. I'm having a problem with my figures. Let me start by showing you what I usually do:

1. Make a plot in Matlab
2. Save the plot as .eps file
2a. Use GhostScript ...