Skip to content

Instantly share code, notes, and snippets.

@jeromew21
Last active October 24, 2021 07:32
Show Gist options
  • Save jeromew21/5d72bf948d6ed09f9307f585b554e1c4 to your computer and use it in GitHub Desktop.
Save jeromew21/5d72bf948d6ed09f9307f585b554e1c4 to your computer and use it in GitHub Desktop.
basic LaTeX math homework or notes template
\documentclass[letterpaper,11pt]{article}
\usepackage[margin=1in,footskip=0.25in]{geometry}
\usepackage{titlesec} % tbh i forgot why this is here
\usepackage[parfill]{parskip} % this makes paragraph indentation consistent
\usepackage{amsthm, amssymb, amsmath} % math packages
\newcommand{\sectionbreak}{\clearpage} % optional: this pagebreaks at every section
% optional: common shorthands
\newcommand{\bb}[1]{\mathbb{#1}}
\begin{document}
\section*{foo}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment