design/tpl: Show listings in draft mode

What an odd default.
master
Mike Gerwitz 2021-05-11 13:08:25 -04:00
parent 5808afc8a2
commit 6dc0ca2454
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@
% Note that we force draft=false so hyperlinks always appear
\usepackage[colorlinks=true,linkcolor=href,draft=false]{hyperref}
% For displaying source code (e.g. XML)
\usepackage{listings}
% For displaying source code (e.g. XML); `final' needed in draft mode,
% otherwise no listings display.
\usepackage[final]{listings}
% Definitions, theorems, proofs, etc
\usepackage{amsmath}