Latex: Difference between revisions

363 bytes added ,  3 January 2020
Line 57: Line 57:
\end{align*}
\end{align*}
</syntaxhighlight>
</syntaxhighlight>
====Units====
For spacing between elements, use <code>\hspace</code> or <code>\vspace</code>.
<syntaxhighlight lang="latex">
\hspace[4mm]
</syntaxhighlight>
[https://tex.stackexchange.com/questions/8260/what-are-the-various-units-ex-em-in-pt-bp-dd-pc-expressed-in-mm Units in Latex]<br>
You can specify spacing in <code>pt, mm, cm, ex, em, bp, dd, pc, in</code>


===Indents===
===Indents===