LaTeX Tips: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) Created page with "== Basic paragraph typesetting ==" |
Hoppinglife (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Basic paragraph typesetting == | == Basic paragraph typesetting == | ||
* Change the enumeration symbol. | |||
* Add space before a paragraph temporarily. | |||
== Coloring == | |||
* Coloring multiple paragraphs: | |||
<pre class="hljs latex"> | |||
\newcommand{\revision}[1]{{\leavevmode\color{red}[#1]}} | |||
</pre> | |||