From acacd7c4714f0d0817f9e75df29c1506130a1f4e Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Thu, 3 Feb 2022 14:10:03 +0000 Subject: [PATCH] Moved instruction packages to custom.sty --- custom.sty | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 custom.sty diff --git a/custom.sty b/custom.sty new file mode 100644 index 0000000..b420b78 --- /dev/null +++ b/custom.sty @@ -0,0 +1,22 @@ +%%%%% CUSTOM.STY %%%%%%%%% +%% Macros and packages to add functionality beyond the basic template +%% This is the location to put your own customizations + +\newcommand{\formatemail}[1]{$<$\texttt{#1}$>$} + +\usepackage[flushleft]{threeparttable} % allows us to make tables with footnotes + +\usepackage[final]{listings} +%%% Formatting code inclusion and snippets +%% "final" option to force it to display code + +\usepackage{siunitx} +%% \SI{9.82}{\meter\per\second\square} + + +%% FIXME system for making notes to each other for what needs to +%% be completed in a group document. +\usepackage[layout=inline]{fixme} +%% internal layouts: inline, margin, footnote, index, marginclue +%% % Warning! The pdf external layouts do not play well with hyperref +%% % and must be loaded by doing \fxuselayouts{}