Latex: Difference between revisions

From Andreida
No edit summary
No edit summary
Line 1: Line 1:
=== Links ===
== 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 ===
== Misc ==
* [Custom header/footer]
=== 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

Custom header/footer

\documentclass{...}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}