Skip to content

Instantly share code, notes, and snippets.

@JaredCorduan
Created November 7, 2023 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JaredCorduan/e892300c5d338e20b6065e1253d5f1f2 to your computer and use it in GitHub Desktop.
Save JaredCorduan/e892300c5d338e20b6065e1253d5f1f2 to your computer and use it in GitHub Desktop.
LaTeX Notes Stub
\documentclass{report}
\usepackage{amsthm}
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[chapter]
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\newtheorem{exmp}[thm]{Example}
\begin{document}
\title{Notes}
\author{}
\date{}
\maketitle
\tableofcontents
\part{Ex Nihilo}
\chapter{Abracadabra}
\section{Ex Falso Quodlibet}
\begin{defn}Here is a new definition.\end{defn}
\begin{thm}Here is a new theorem.\end{thm}
\subsection{Exempli Gratia}
\begin{exmp}Here is a good example.\end{exmp}
\chapter{Open Sesame}
\section{Ex Falso Quodlibet}
\part{Petitio Principii}
\chapter{Sim Sala Bim}
\chapter{Higitus Figitus}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment