diff options
author | Camil Staps | 2016-09-28 22:51:12 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-28 22:51:12 +0200 |
commit | f95d5d8da10151583dfc42e8d01e5286c88b4b61 (patch) | |
tree | 56f80ba61dcc6c8e6a155d439a63a961d90ecc85 /thesis/ual.sty | |
parent | More on fixing the program counter (diff) |
Typesetting
Diffstat (limited to 'thesis/ual.sty')
-rw-r--r-- | thesis/ual.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/thesis/ual.sty b/thesis/ual.sty index 5f87f98..3318035 100644 --- a/thesis/ual.sty +++ b/thesis/ual.sty @@ -1,5 +1,7 @@ \RequirePackage{minted} -\newmintinline[ual]{ual}{} +\setminted{fontsize=\footnotesize,style=lovelace} + +\newmintinline[ual]{ual}{style=bw} \newsavebox\ualbox |