Latex: Difference between revisions

258 bytes added ,  18 February 2020
No edit summary
Line 94: Line 94:
</syntaxhighlight>
</syntaxhighlight>
==Page Layout==
==Page Layout==
There are many packages which adjust the page layout.<br>
You can use the package <code>wordlike</code> for a MS Word layout.
===Font===
;Font size
<pre>
\documentclass[12pt]{article}
</pre>
;Font type
* Times New Roman - <code>\usepackage{mathptmx}</code>


==Enumerate==
==Enumerate==