Files
ru-thesis/custom.sty

19 lines
676 B
TeX

%%%%% CUSTOM.STY %%%%%%%%%
%% Macros and packages to add functionality beyond the basic template
%% This is the intended location to put your own customizations
\newcommand{\formatemail}[1]{$<$\texttt{#1}$>$}
% Format email addresses consistently
\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}
\usepackage[layout=inline]{fixme}
%% FIXME system for reminders
%% 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{}