diff options
Diffstat (limited to 'thesis/main.tex')
-rw-r--r-- | thesis/main.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thesis/main.tex b/thesis/main.tex index d16e956..bd7f755 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -4,15 +4,15 @@ \documentclass[logo,bsc,singlespacing,parskip]{infthesis} \usepackage{ugcheck} -\usepackage{microtype} \usepackage[dvipsnames]{xcolor} +\usepackage{microtype} \usepackage[style=numeric]{biblatex} \addbibresource{biblio.bib} %% Convenience macros -\newcommand{\code}{\texttt} -\newcommand{\todo}[1]{\colorbox{yellow}{TODO: #1} \newline} +\newcommand{\code}{\lstinline} +\newcommand{\todo}[1]{\colorbox{yellow}{TODO: #1} \par} %% Code blocks \usepackage{listings} |