diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex index 97c8d8f911e..870801a36eb 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex @@ -2,7 +2,7 @@ \documentclass[10pt,a4paper]{article} % KOMA-Script article scrartcl \usepackage{lipsum} \usepackage{url} -\usepackage[nochapters]{classicthesis} % nochapters +\usepackage[nochapters]{../classicthesis} % nochapters \begin{document} \pagestyle{plain} @@ -22,6 +22,17 @@ \finalVersionString \lipsum[1] \subsection{A Subsection} \lipsum[1] + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with one digit} + \footnote{Footnote with two digits} % "0" and "F" should not overlap here. + \subsection{A Subsection} \section{A Section} |