Skip to content

AdenChen27/LaTeX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX

Files I use for taking math notes using LaTeX.

  • adenc.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

    • I use this makefile when I'm not using VimTeX.

    • Supports make, make clean, and make view.

    • Uses latexmk.

    • Set filename before build (default is "main").

    • Change relevant commands for make view if you're not on mac or do not have skim installed.

  • See also my vim Ultisnips snippets.

  • The scripts I used to create these packages can be found in scripts.

.tex template using adenc.sty:

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}

About

My LaTeX package for taking Math notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published