Skip to content

Commit

Permalink
Merge pull request #9 from niknetniko/fix/font-selection
Browse files Browse the repository at this point in the history
Don't force page number style
  • Loading branch information
niknetniko authored Oct 17, 2023
2 parents fe4f67e + df78d1e commit 4e6fa73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions latex/ugent2016-title.sty
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
\setlength{\@basesize}{\f@size pt}

\renewcommand*{\maketitle}{%
\pagenumbering{gobble} % Numbers are restored later
\thispagestyle{empty}
\renewcommand{\ULthickness}{0.2ex}
\renewcommand{\ULdepth}{0.4ex}

Expand Down Expand Up @@ -381,7 +381,6 @@
\end{tikzpicture}
\end{titlepage}
}{}
\pagenumbering{arabic} % Restore page numbering
}
}

Expand Down

0 comments on commit 4e6fa73

Please sign in to comment.