|
|
@@ -1,17 +1,17 @@
|
|
|
\setupThesis{
|
|
|
- author={N N och M M},
|
|
|
- swetitle={Undersökning av ett problem},
|
|
|
+ author={Jonatan Gezelius},
|
|
|
+ swetitle={TODO},
|
|
|
swesubtitle={},
|
|
|
- title={Investigations of a problem},
|
|
|
+ title={Automated verification of pulses involving voltages up to 1500~V},
|
|
|
subtitle={},
|
|
|
- year=2020,
|
|
|
+ year=2019,
|
|
|
type=msc,
|
|
|
subject={Electrical Engineering},
|
|
|
- division={Division of Automatic Control},
|
|
|
+ division={TODO DIVISION},
|
|
|
department=isy,
|
|
|
- examiner={Lena Lärare \AT \textsc{isy}, Linköpings universitet},
|
|
|
- supervisor={Doktorand Si \AT \textsc{isy}, Linköpings universitet \AND Ingenjör Så \AT Company},
|
|
|
- keywords={problem, lösning},
|
|
|
+ examiner={Michael Josefsson \AT \textsc{isy}, Linköpings universitet},
|
|
|
+ supervisor={Peter Johansson \AT \textsc{isy}, Linköpings universitet \AND Gunnar Karlström \AT BK Services AB},
|
|
|
+ keywords={verification, measurement, testing},
|
|
|
isrn=LiTH-ISY-EX-{}-YY/NNNN-{}-SE,
|
|
|
url={http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-XXXXX},
|
|
|
dedication={}
|
|
|
@@ -22,9 +22,14 @@
|
|
|
|
|
|
%%% Setup for natbib (natbib is loaded by rtthesis).
|
|
|
\AtBeginDocument{%
|
|
|
- \bibliographystyle{plainnat}%
|
|
|
+ %\bibliographystyle{plainnat}%
|
|
|
+ %\bibliographystyle{unsrtnat}%
|
|
|
+ \bibliographystyle{ieeetr}%
|
|
|
}
|
|
|
|
|
|
+%%% Egna inställningar %%%%
|
|
|
+\setlength{\parindent}{0em}
|
|
|
+\setlength{\parskip}{1em}
|
|
|
|
|
|
%%% Tell \includegraphics where to search for files.
|
|
|
\graphicspath{{fig/}}
|
|
|
@@ -38,6 +43,14 @@
|
|
|
\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 \sf #2\end{minipage}}}}
|
|
|
|
|
|
+%%% Convenient todo command
|
|
|
+\usepackage{xifthen}
|
|
|
+\newcommand{\todo}[1][]{%
|
|
|
+ \ifthenelse{\equal{#1}{}}% if no argument given
|
|
|
+ { \emph{TODO}\Warning[TODO]{}}%
|
|
|
+ %else
|
|
|
+ {\emph{\uppercase{TODO}}\Warning[TODO]{#1}}%
|
|
|
+}
|
|
|
|
|
|
%%% Define font size command to use for all verbatim environments.
|
|
|
\newcommand{\verbatimsize}{\small}
|