Skip to content
Snippets Groups Projects
Commit 9408c191 authored by Luke Naylor's avatar Luke Naylor
Browse files

Refactor packages used into separate tex file

parent 1b57e6d1
No related branches found
No related tags found
No related merge requests found
Pipeline #31962 canceled
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{color}
\usepackage{subcaption}
\usepackage{cancel}
\usepackage{mathtools}
\usepackage[]{breqn}
\usepackage[
backend=biber,
style=alphabetic,
sorting=ynt
]{biblatex}
\usepackage{amsmath} \input{packages.tex}
\usepackage{amssymb} \input{newcommands.tex}
\usepackage{amsthm} \input{theoremstyles.tex}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{color}
\usepackage{subcaption}
\usepackage{cancel}
\usepackage{mathtools}
\usepackage[]{breqn}
\usepackage[
backend=biber,
style=alphabetic,
sorting=ynt
]{biblatex}
\onlyifstandalone{ \onlyifstandalone{
\addbibresource{references.bib} \addbibresource{references.bib}
} }
\input{newcommands.tex}
\input{theoremstyles.tex}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment