Files I use for taking math notes using LaTeX.
-
adenc.sty-
Borrowed heavily from Gilles Castel's preamble file for his lecture notes and Andrew Lin's package, lindrew.
-
Check out a sample document using
adenc.styon Overleaf. -
Here are some of the notes I've taken.
-
See end of this document for a
.textemplate usingadenc.sty.
-
-
pdf2img/pdf2img.py-
I use this script to convert and trim images I draw using Goodnotes to png.
-
Check out a more detailed description here.
-
-
Makefile -
See also my vim Ultisnips snippets.
-
The scripts I used to create these packages can be found in
scripts.
This document can also be found at template.tex
\documentclass[oneside,reqno,letterpaper]{amsart}
\usepackage{adenc}
% Options: color, plain, hideproofs, hidemarkings, workingpaper
\title[]{}
\author{}
\begin{document}
\maketitle
\tableofcontents
\section{}
\end{document}