Skip to content

Commit

Permalink
Added hyperref to avoid compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
R0mb0 authored Nov 14, 2023
1 parent 24b3e0a commit 9b0640a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Script/Musei_Civici_Podcast_Script_Enlarged.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
\usepackage[utf8]{inputenc}
\usepackage{fourier}

% To avoid GitHub Action error
\usepackage{hyperref}

% Stop hyphenation
\usepackage[none]{hyphenat}

Expand Down Expand Up @@ -50,4 +53,4 @@
% Print license shield
\doclicenseThis
\end{flushleft}
\end{document}
\end{document}

0 comments on commit 9b0640a

Please sign in to comment.