Skip to content

Commit

Permalink
Fix Make pdf Error 43 (issue tompollard#84)
Browse files Browse the repository at this point in the history
Fix error 43 for make pdf rendering process by adding a mathbf declaration
to euro symbol and commenting out (deleting) wallpaper background declaration.
  • Loading branch information
krueschi committed Jul 10, 2021
1 parent 7c882bf commit a20dfb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
$if(euro)$
\mathbf{$if(euro)$
\usepackage{eurosym}
$endif$
\else % if luatex or xelatex
Expand Down Expand Up @@ -202,7 +202,7 @@

% Delete the following line
% to remove the UCL header logo
\ThisULCornerWallPaper{1.0}{style/univ_logo.eps}
% \ThisULCornerWallPaper{1.0}{style/univ_logo.eps}

\vspace*{2.5cm}

Expand Down

0 comments on commit a20dfb8

Please sign in to comment.