Difference between revisions of "Latex Tips"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
\resizebox{0.9\textwidth}{!}{ \begin{tabular} \end{tabular} } | \resizebox{0.9\textwidth}{!}{ \begin{tabular} \end{tabular} } | ||
* To make a table and a figure appear together use the \afterpage{} environment: | * To make a table and a figure appear together use the \afterpage{} environment: | ||
− | \afterpage{\begin{figure} \end{figure} \begin{table} \end{table} } | + | \afterpage{\begin{figure} \end{figure} \begin{table} \end{table} } |
Revision as of 20:50, 16 November 2015
<meta name="title" content="Latex Tips"/>
Latex Tips
- To resize a table or maybe a figure which is very large and is bigger the textwidth do the following:
\resizebox{0.9\textwidth}{!}{ \begin{tabular} \end{tabular} }
- To make a table and a figure appear together use the \afterpage{} environment:
\afterpage{\begin{figure} \end{figure} \begin{table} \end{table} }