|
|
@@ -17,6 +17,27 @@
|
|
|
dedication={}
|
|
|
}
|
|
|
|
|
|
+%%% Makes DOI numbers to links
|
|
|
+\usepackage{doi}
|
|
|
+
|
|
|
+
|
|
|
+%%& Make bold mathmode available
|
|
|
+\usepackage{bm}
|
|
|
+
|
|
|
+%%% Make it possible to change size of tables
|
|
|
+\usepackage{adjustbox}
|
|
|
+
|
|
|
+%%% Use SI units
|
|
|
+\usepackage{siunitx}
|
|
|
+%%% For consistent formatting of lengths and other physical quantities.
|
|
|
+%\RequirePackage[squaren]{SIunits}
|
|
|
+
|
|
|
+%%% If it is still a draft
|
|
|
+\usepackage[printwatermark]{xwatermark}
|
|
|
+\usepackage[]{xcolor}
|
|
|
+%\newwatermark[allpages,color=red!50,angle=45,scale=2,xpos=0,ypos=-80]{DRAFT}
|
|
|
+%\newwatermark[allpages,color=red!50,angle=45,scale=2,xpos=0,ypos=80]{DRAFT}
|
|
|
+
|
|
|
%%% Since macros that define notation may be useful also to produce figures, these macros are kept in a separate file.
|
|
|
\RequirePackage{mynotation}
|
|
|
|
|
|
@@ -31,12 +52,13 @@
|
|
|
\setlength{\parindent}{0em}
|
|
|
\setlength{\parskip}{1em}
|
|
|
|
|
|
+%% Enable use of svg
|
|
|
+\usepackage{svg}
|
|
|
+
|
|
|
%%% Tell \includegraphics where to search for files.
|
|
|
\graphicspath{{fig/}}
|
|
|
|
|
|
|
|
|
-%%% For consistent formatting of lengths and other physical quantities.
|
|
|
-\RequirePackage[squaren]{SIunits}
|
|
|
|
|
|
|
|
|
%%% Define command for playing around with margin paragraphs.
|
|
|
@@ -52,6 +74,9 @@
|
|
|
{\emph{\uppercase{TODO}}\Warning[TODO]{#1}}%
|
|
|
}
|
|
|
|
|
|
+%%% Put text inside a square %%%
|
|
|
+\newcommand{\squareit}[1]{\fbox{\parbox{\textwidth}{#1}}}
|
|
|
+
|
|
|
%%% Define font size command to use for all verbatim environments.
|
|
|
\newcommand{\verbatimsize}{\small}
|
|
|
|