aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tex/src/preamble-project.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/tex/src/preamble-project.tex b/tex/src/preamble-project.tex
index 3d0c0ae..5caf976 100644
--- a/tex/src/preamble-project.tex
+++ b/tex/src/preamble-project.tex
@@ -5,12 +5,6 @@
%% \cite{} output to follow that of the IEEE.
\usepackage{cite}
-%% To have multiple bibliographies (one for the main paper, one for the
-%% appendix). With 'multibib' we need to specify a name for each
-%% bibliography.
-\usepackage{multibib}
-\newcites{appendix}{Bibliography}
-
%% For the `\url' command.
\usepackage{url}
@@ -27,6 +21,13 @@
linktocpage]{hyperref}
\renewcommand\UrlFont{\rmfamily}
+%% To have multiple bibliographies (one for the main paper, one for the
+%% appendix). With 'multibib' we need to specify a name for each
+%% bibliography.
+\usepackage{multibib}
+\newcites{appendix}{Bibliography}
+
+
%% To have typewriter font
\usepackage{courier}