Files
AIML589/docs/common.tex
1jamesthompson1 57d3c482d1 Basic repo setup
2026-07-08 10:33:23 +12:00

16 lines
367 B
TeX

% Common packages
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{csquotes}
\usepackage[backend=biber,style=numeric]{biblatex}
\addbibresource{references.bib}
% Build system: override output PDF name
\newcommand{\docname}[1]{}
% Common macros
\newcommand{\scare}[1]{\enquote{#1}}
\newcommand{\term}[1]{\textbf{#1}}