Skip to content

Commit

Permalink
fix(docs): include hyperref in docs templates
Browse files Browse the repository at this point in the history
Needed for compatibility with ubuntu-24.04 CI image
  • Loading branch information
htfab committed Sep 30, 2024
1 parent 07e91d8 commit 580da67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/doc_header.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ geometry: "left=2cm,right=2cm,top=2cm,bottom=2.5cm"
fontsize: 14pt
mainfont: Latin Modern Sans
header-includes:
- \usepackage{hyperref}
- \hypersetup{colorlinks=true,
urlcolor=blue,
linkcolor=[rgb]{0,0,0.5},
Expand Down
1 change: 1 addition & 0 deletions docs/project_header.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ geometry: "left=2cm,right=2cm,top=2cm,bottom=3cm"
fontsize: 14pt
mainfont: Latin Modern Sans
header-includes:
- \usepackage{hyperref}
- \hypersetup{colorlinks=false,
allbordercolors={0 0 0},
pdfborderstyle={/S/U/W 1}}
Expand Down

0 comments on commit 580da67

Please sign in to comment.