LaTeX Formatting Guidelines
From FBSwiki
This page collections information on choices that have been made in formatting the book.
Figures and Graphs
MATLAB figures
Most graphs for the book are produced in MATLAB. To get the text to be large enough to read, we use the 'subplot' command. The following table gives guidelines on producing figures of different types:
Type | MATLAB | LaTeX |
Half wide plot | subplot(221) % Plotting commands print -depsc figure.eps | \includemlh{fig1.eps} &\qquad& \includemlh{fig1.eps} |