Skip to content

AdenChen27/LaTeX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX

Files I use for taking math notes using LaTeX.

  • adenc.sty

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

.tex template using adenc.sty:

\documentclass[10pt,letterpaper]{amsart}
\usepackage[workingpaper]{adenc}
% Options: color, plain, hideproofs, hidemarkings, workingpaper

\title{Sample Document using \texttt{adenc.sty}}
\author{Aden Chen}

\begin{document}

\maketitle

\tableofcontents

\end{document}

About

My LaTeX package for taking Math notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published