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 33fe23d commit 6f5be2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Children_Creative_Labs/Find_The_Artworks.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}

% Images
\usepackage{graphicx}
\usepackage{caption}
Expand Down Expand Up @@ -414,4 +417,4 @@
% Print license shield
\doclicenseThis

\end{document}
\end{document}

0 comments on commit 6f5be2c

Please sign in to comment.