blob: 9cabfa7642480823177e78606147bc37cb5a8b03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\documentclass{article}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{lipsum}
\begin{document}
This is some preamble text that you enter yourself.
Below is a command that will automatically generate seven paragraphs
of text that is commonly used for examples in this field.
\lipsum[1-7]
\end{document}
|