diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-17 21:04:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-17 21:04:56 +0000 |
commit | 1111348b689ad479c665ca9f800fc084fac37007 (patch) | |
tree | 68d77c769c80f6695de61ad1bff1f77d5189933f /Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex | |
parent | a8356ff391b052c2df9c0e5094ad28bdc4ecc8cc (diff) |
classicthesis (17jun18)
git-svn-id: svn://tug.org/texlive/trunk@48041 c570f23f-e606-0410-a88d-b1316a301751
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} |