dbadrian / latex_preamble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

%\newcommand{\briefref}{}  % uncomment for brief reference (not all have been set yet though...)
\input{general_latex_preamble/macros.tex}
\input{general_latex_preamble/abbreviations.tex}

Required and suggested packages

\usepackage{amssymb}
\usepackage{amsmath,amsthm}
\usepackage{amsfonts}

\usepackage{mathtools} % to DeclarePairedDelimiter
\usepackage{bm}
\usepackage{isomath} % for iso standard math symbol styling

\usepackage{acro} % abbreviates
\usepackage{booktabs} % nicer tables

About

License:MIT License


Languages

Language:TeX 100.0%