diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-17 16:02:03 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-19 21:28:03 +0000 |
commit | 1edff7368236365c8db83e87c2110c42292b2907 (patch) | |
tree | a775f027e8913d0a7a6ee516750715fa26343341 /thesis/main.tex | |
parent | 57c443ab2c13923812524176a0dc7f7e3fe3fc29 (diff) |
introduction & redraft background
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} |