Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Add [breaklinks] option to the hyperref package #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/latex.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\usepackage{titlesec}
\usepackage{calc}
\usepackage{tikz}
\usepackage{hyperref}
\usepackage[breaklinks]{hyperref}
\usepackage{caption}
\usepackage{tcolorbox}
\usepackage{amssymb,amsmath}
Expand Down Expand Up @@ -58,7 +58,7 @@
\fancyhead[R]{}
\renewcommand{\footrulewidth}{0.25pt}

\fancyfoot[L]{\footnotesize{\sffamily $citation_author$, ($year$). $paper_title$. \textit{Journal of Open Source Software}, $volume$($issue$), $page$, \href{https://doi.org/$formatted_doi$}{doi:$formatted_doi$}}}
\fancyfoot[L]{\footnotesize{\mbox{}\\ \sffamily $citation_author$, ($year$). $paper_title$. \textit{Journal of Open Source Software}, $volume$($issue$), $page$, \href{https://doi.org/$formatted_doi$}{doi:$formatted_doi$}}}


\fancyfoot[R]{\sffamily \thepage}
Expand Down