Latex: Difference between revisions
From Andreida
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Links == |
|||
* [http://texblog.org/2011/02/26/generating-dummy-textblindtext-with-latex-for-testing/ Generating dummy text/blindtext with LaTeX for testing] |
* [http://texblog.org/2011/02/26/generating-dummy-textblindtext-with-latex-for-testing/ Generating dummy text/blindtext with LaTeX for testing] |
||
== Misc == |
|||
=== Custom header/footer === |
|||
<pre> |
|||
\documentclass{...} |
|||
\usepackage{fancyhdr} |
|||
\pagestyle{fancy} |
|||
\lhead{} |
|||
\chead{} |
|||
\rhead{} |
|||
\lfoot{} |
|||
\cfoot{} |
|||
\rfoot{} |
|||
</pre> |
Revision as of 11:33, 15 June 2016
Links
Misc
\documentclass{...} \usepackage{fancyhdr} \pagestyle{fancy} \lhead{} \chead{} \rhead{} \lfoot{} \cfoot{} \rfoot{}