summaryrefslogtreecommitdiff
path: root/info/first-latex-doc/latex-second-b.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-b.tex
Initial commit
Diffstat (limited to 'info/first-latex-doc/latex-second-b.tex')
-rw-r--r--info/first-latex-doc/latex-second-b.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/info/first-latex-doc/latex-second-b.tex b/info/first-latex-doc/latex-second-b.tex
new file mode 100644
index 0000000000..b62a9a4a3f
--- /dev/null
+++ b/info/first-latex-doc/latex-second-b.tex
@@ -0,0 +1,26 @@
+\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.
+
+\section{Text for the first section}
+\lipsum[1]
+
+\subsection{Text for a subsection of the first section}
+\lipsum[2-3]
+
+\subsection{Another subsection of the first section}
+\lipsum[4-5]
+
+\section{The second section}
+\lipsum[6]
+
+\subsection{Title of the first subsection of the second section}
+\lipsum[7]
+\end{document}