Paper

This is my personal LaTeX template for writing papers

Category

Other

License

Free to use (MIT)

File

paper.tex

paper.texRead-only preview
\documentclass[
    fontsize=10pt,              % default font size 10pt
    paper=a4,                   % DIN A4 page format
    numbers=noenddot,           % remove dots behind chapter numbers (e.g. 1.5 not 1.5.)
    listof=entryprefix,         % add entry name to figures, tables, etc.
    listof=nochaptergap,        % no chapter gap for figures, tables, etc.
    parskip=half                % half line spacing between paragraphs
]{article}

\input{preamble}                % Load preamble

\begin{document}

\setDoctype{Paper}
\setTitle{A LaTeX template for clean and simple papers}
\setSubtitle{I am a Subtitle, please change me}

\setAuthors{{John Doe, 1, john.doe@example.com}, {Jane Doe, 1, jane.doe@example.com}, {Catherine Parr, 2, catherine.parr@example.com}}
\setAffiliations{Fantasy University, A Very Real University}

\input{framework/title}         % Title

\begin{paper}
    \input{content/abstract}
    \input{content/introduction}
    \input{content/citations}

    \input{framework/references}
\end{paper}

\end{document}
Preview
Paper preview
Paper LaTeX Template | Bibby | Bibby AI