Basic repo setup

This commit is contained in:
1jamesthompson1
2026-07-08 10:33:23 +12:00
parent 486e21a7d4
commit 57d3c482d1
9 changed files with 264 additions and 112 deletions

15
docs/common.tex Normal file
View File

@@ -0,0 +1,15 @@
% 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}}