Skip to content

Recurring commands and patterns I use across all my LaTeX documents.

Notifications You must be signed in to change notification settings

SundermannC/LaTeXUtils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeXUtils

Recurring commands and patterns I use across all my LaTeX documents.

Feel free to take what you need! I welcome any issues or pull-requests.

Usage

Include individual files as you need (e.g., with \input). Including the main file LaTeXUtils.tex will include all utilities in core (except for lst.tex and tabular.tex):

\input{LaTeXUtils/LaTeXUtils.tex}

If the you checked out this repository not next to your document but somewhere else, tell the LaTeXUtils where it lives:

\newcommand{\latexutilsdir}{relative/path/from/this/file/to/LaTeXUtils}
\input{\latexutilsdir/LaTeXUtils.tex}

Dependencies are documented at the top of each file. For instance, abbreviations.tex requires the package xpunctuate:

%\usepackage{xpunctuate}

\providecommand{\eg}[0]{e.g\xperiod}
\providecommand{\ie}[0]{i.e\xperiod}
...

About

Recurring commands and patterns I use across all my LaTeX documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%