|
|
@@ -29,13 +29,18 @@
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
%%
|
|
|
%%% Code:
|
|
|
-
|
|
|
\documentclass[bachelor,lith,english,table]{liuthesis}
|
|
|
%% Settings go in settings.tex
|
|
|
\include{settings}
|
|
|
\usepackage{rotating}
|
|
|
\usepackage{color}
|
|
|
|
|
|
+% If it is still a draft, doesn't work because of xcolor and hyperref inclutions?
|
|
|
+%\usepackage[printwatermark]{xwatermark}
|
|
|
+%\usepackage[]{xcolor}
|
|
|
+%\newwatermark[allpages,color=red!10,angle=45,scale=2,xpos=0,ypos=-80]{DRAFT}
|
|
|
+%\newwatermark[allpages,color=red!10,angle=45,scale=2,xpos=0,ypos=80]{DRAFT}
|
|
|
+
|
|
|
%%% Define command for playing around with margin paragraphs.
|
|
|
\definecolor{Warning}{rgb}{1.0,0.5,0.0}
|
|
|
\newcommand{\Warning}[2][Warning]{\marginpar{\fcolorbox{Warning}{white}{\begin{minipage}{\linewidth}\textbf{\textcolor{Warning}{\emph{#1:}}}\par \tiny \sffamily #2\end{minipage}}}}
|
|
|
@@ -83,14 +88,6 @@
|
|
|
|
|
|
% 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!10,angle=45,scale=2,xpos=0,ypos=-80]{DRAFT}
|
|
|
-%\newwatermark[allpages,color=red!10,angle=45,scale=2,xpos=0,ypos=80]{DRAFT}
|
|
|
|
|
|
%% Enable use of svg
|
|
|
\usepackage{svg}
|