summaryrefslogtreecommitdiff
path: root/info/first-latex-doc/latex-second-a.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/first-latex-doc/latex-second-a.tex
Initial commit
Diffstat (limited to 'info/first-latex-doc/latex-second-a.tex')
-rw-r--r--info/first-latex-doc/latex-second-a.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/info/first-latex-doc/latex-second-a.tex b/info/first-latex-doc/latex-second-a.tex
new file mode 100644
index 0000000000..9cabfa7642
--- /dev/null
+++ b/info/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}
+