Difference between revisions of "Latex Tips"

From IACL
Jump to navigation Jump to search
Line 1: Line 1:
 
<meta name="title" content="Latex Tips"/>
 
<meta name="title" content="Latex Tips"/>
 
{{h2|Latex Tips}}
 
{{h2|Latex Tips}}
* To resize a table or maybe a figure which is very large and is bigger than the textwidth by putting
+
* 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} }
 
  \resizebox{0.9\textwidth}{!}{ \begin{tabular} \end{tabular} }

Revision as of 18:12, 8 January 2013

<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} }