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
...
2
votes
1answer
197 views
Bad font using \psfrag
I'm trying to include a figure that I made in MATLAB. I want to change the font using \psfrag, however there seems to be a problem when scaling the figure down. It keeps the font the same size as the ...
3
votes
1answer
142 views
Splitting .tex file across pages when included as figure
I am trying to include a .tex file in my thesis. The file is some MATLAB code formatted to appear correctly in LaTeX.
The compiler throws a warning that the code is too long for the page, but it ...
6
votes
2answers
798 views
Putting in MATLAB codes in a box as figures?
how do I put MATLAB codes in a box or deal with them as if they are figures? Is there a way to do it within LaTeX itself? I am currently using the verbatim environment to present my codes and to be ...