Skip to content

Commit

Permalink
Merge pull request #3 from dpmungo/better_pdf_output
Browse files Browse the repository at this point in the history
PDF output improved
  • Loading branch information
wiso authored Mar 18, 2024
2 parents 8eb10d6 + 3c345a1 commit 3d01f01
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions template_latex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage[x11names]{xcolor}
\usepackage{amsmath}
\usepackage[ocgcolorlinks,pdfusetitle]{hyperref}
\usepackage{geometry}
\usepackage{hyperref}
\hypersetup{
breaklinks = true,
colorlinks = true,
urlcolor = DeepSkyBlue3,
pdfpagemode={UseOutlines}
}
\usepackage[backend=bibtex, style=numeric-comp, sorting=none, firstinits=true, defernumbers=true]{biblatex}
% adapted from biblatex.def
\renewbibmacro*{author}{%
Expand Down

0 comments on commit 3d01f01

Please sign in to comment.