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 | 18 |
1 files changed, 9 insertions, 9 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 3af881d8a01..97c8d8f911e 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex @@ -2,35 +2,35 @@ \documentclass[10pt,a4paper]{article} % KOMA-Script article scrartcl \usepackage{lipsum} \usepackage{url} -\usepackage[nochapters]{../classicthesis} % nochapters +\usepackage[nochapters]{classicthesis} % nochapters \begin{document} \pagestyle{plain} \title{\rmfamily\normalfont\spacedallcaps{the title}} \author{\spacedlowsmallcaps{tyler durden}} \date{} % no date - + \maketitle - + \begin{abstract} \noindent\lipsum[1] Just a test.\footnote{This is a footnote.} \end{abstract} - + \tableofcontents - + \section{A Section} \finalVersionString \lipsum[1] \subsection{A Subsection} \lipsum[1] \subsection{A Subsection} - + \section{A Section} \lipsum[1] - + % bib stuff \nocite{*} \addtocontents{toc}{\protect\vspace{\beforebibskip}} - \addcontentsline{toc}{section}{\refname} + \addcontentsline{toc}{section}{\refname} \bibliographystyle{plain} \bibliography{../Bibliography} -\end{document}
\ No newline at end of file +\end{document} |