Skip to content

Instantly share code, notes, and snippets.

@bmorphism
Created May 2, 2023 10:28
Show Gist options
  • Save bmorphism/5887d1ab177e41e5fc3a7071283ac6fa to your computer and use it in GitHub Desktop.
Save bmorphism/5887d1ab177e41e5fc3a7071283ac6fa to your computer and use it in GitHub Desktop.
paper? what paper

\documentclass[12pt]{report} \usepackage{graphicx} \usepackage{amsmath} \usepackage{amsthm} \usepackage{amssymb} \usepackage{setspace} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{mathptmx} \usepackage[a4paper, margin=1in]{geometry} \usepackage{fancyhdr} \usepackage{titlesec} \usepackage{lipsum} \usepackage{hyperref} \usepackage[sorting=none,backend=bibtex]{biblatex} \addbibresource{references.bib}

% Format chapter title \titleformat{\chapter}[display] {\normalfont\bfseries\LARGE} {\chaptertitlename\ \thechapter}{1pc} {{\titlerule[2pt]}\vspace{1pc}\MakeUppercase}

\pagestyle{fancy} \fancyhf{} \fancyhead[L]{\slshape\nouppercase{\leftmark}} \fancyfoot[C]{\thepage}

\renewcommand{\headrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0pt}

\begin{document}

\begin{titlepage} \begin{center} \vspace*{1cm}

    \LARGE
    \textbf{Markov Categories, Bayesian Lens, and Social Media Memes: \\ A Cybernetic Perspective}
    
    \vspace{1.5cm}
    
    \large
    \textbf{Rahul Ligma}
    
    \vspace{1.5cm}
    
    A dissertation submitted in partial fulfillment \\
    of the requirements for the degree of \\
    Doctor of Philosophy
    
    \vspace{1.5cm}
    
    \textit{Department of Cybernetics}
    
    \vspace{0.5cm}
    
    \textit{A Suitable Second-Tier Bay Area School}
    
    \vspace{0.5cm}
    
    Advisor: Prof. John Doe
    
    \vspace{0.5cm}
    
    \today
    
\end{center}

\end{titlepage}

\pagenumbering{roman} \setcounter{page}{2}

\begin{abstract} \doublespacing \lipsum[1-2] \end{abstract}

\tableofcontents

\listoffigures

\listoftables

\chapter*{Acknowledgements} \addcontentsline{toc}{chapter}{Acknowledgements} \input{acknowledgements}

\clearpage \pagenumbering{arabic}

\chapter{Introduction} \input{chapters/introduction}

\chapter{Background and Preliminaries} \input{chapters/background}

\chapter{Markov Categories and Bayesian Lens} \input{chapters/markov_bayesian}

\chapter{Cybernetics and Social Media Memes} \input{chapters/cybernetics_memes}

\chapter{Applications and Examples} \input{chapters/applications}

\chapter{Conclusion and Future Work} \input{chapters/conclusion}

\printbibliography

\appendix \chapter{Additional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment