diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex b/Master/texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex new file mode 100644 index 00000000000..9cabfa76424 --- /dev/null +++ b/Master/texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex @@ -0,0 +1,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} + |