Skip to main content
All modules

TemplateThesesthesiswritingcsmath

ClassicThesis

Andre Miede's ClassicThesis, a restrained Bringhurst-inspired typographic thesis style on KOMA-Script scrreprt, via the classicthesis package from TeX Live.

GPL-2.0 (classicthesis package)

Loading PDF preview…

This workspace is set up in the ClassicThesis style, Andre Miede's typographic thesis design on KOMA-Script, with a title page, abstract, acknowledgments, and two starter chapters. Tell me your topic and I will start drafting chapters in this style with you.

What’s inside

  • Starter files
  • main.tex2.0 KB
    \documentclass[numbers=noenddot,headinclude,footinclude,cleardoublepage=empty,paper=a4,fontsize=11pt]{scrreprt}
    
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[english]{babel}
    \usepackage{amsmath}
    \usepackage{booktabs}
    \usepackage[numbers]{natbib}
    \usepackage[eulerchapternumbers,beramono,eulermath,parts]{classicthesis}
    
    \begin{document}
    \pagenumbering{roman}
    
    % Title page
    \begin{titlepage}
      \begin{center}
        \vspace*{3cm}
        {\Large\spacedallcaps{A Classic Thesis}}\\[2em]
        \spacedlowsmallcaps{Your Name}\\[6em]
        A thesis submitted for the degree of\\
        Doctor of Philosophy\\[2em]
        University Name \\ Department Name\\[2em]
        \today
      \end{center}
    \end{titlepage}
    
    \chapter*{Abstract}
    Replace this paragraph with a short abstract. This template uses
    Andr\'e Miede's \textsc{classicthesis} style on the KOMA-Script report
    class, a restrained, Bringhurst-inspired typographic design.
    
    \chapter*{Acknowledgments}
    Thank the people and funding sources that made the work possible. Replace
    this placeholder with your own acknowledgments.
    
    \tableofcontents
    
    \cleardoublepage
    \pagenumbering{arabic}
    
    \chapter{Introduction}
    
    State the problem the thesis addresses and why it matters. The style
    provides \spacedallcaps{spaced capitals} and
    \spacedlowsmallcaps{spaced small caps} for headings and emphasis.
    Citations use natbib with bibtex~\cite{bringhurst2002}. A display equation:
    \begin{equation}
      \zeta(s) = \sum_{n=1}^{\infty} \frac{1}{n^{s}} .
    \end{equation}
    
    \chapter{Results}
    
    A small table set with booktabs:
    
    \begin{table}[ht]
      \centering
      \begin{tabular}{lrr}
        \toprule
        Case & $n$ & Outcome \\
        \midrule
        A & 12 & 0.84 \\
        B & 31 & 0.91 \\
        \bottomrule
      \end{tabular}
      \caption{Summary of results.}
      \label{tab:results}
    \end{table}
    
    To continue, replace these chapters with your own material, or ask the agent
    in the chat alongside this document to draft sections or restructure the
    thesis for you.
    
    \bibliographystyle{plainnat}
    \bibliography{references}
    
    \end{document}
    
  • Libraries and docs
  • references.bib195 B
    @book{bringhurst2002,
      author    = {Bringhurst, Robert},
      title     = {The Elements of Typographic Style},
      publisher = {Hartley \& Marks},
      edition   = {Version 2.5},
      year      = {2002}
    }
    
  • main.pdfprebuilt · 76 KBReplaced by the first recompile.

    Binary file, seeded as-is.

  • main.synctex.gzprebuilt · 11 KBReplaced by the first recompile.

    Binary file, seeded as-is.