Skip to content

Commit

Permalink
fix: remove hyperxmp
Browse files Browse the repository at this point in the history
fixing Invalid operation (inf)*(0)
  • Loading branch information
pasrom committed Oct 24, 2024
1 parent 6b2a354 commit 040d0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion sty/fhv.sty
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
\usepackage[\newLanguage]{varioref}
\PassOptionsToPackage{hyphens,obeyspaces,spaces}{url}
\usepackage[breaklinks=true]{hyperref}
\usepackage{hyperxmp}
\usepackage{footnotebackref}
\usepackage{nameref}
\setlength{\emergencystretch}{1em}%
Expand Down
4 changes: 2 additions & 2 deletions sty/overallDefines.sty
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
\def\tmpPdfSubject{\ifdefined\GITHash%
git-short:~\GITHash%
\fi\ifdefined\GITDate%
\xmpcomma~git-date:~\GITDate%
~git-date:~\GITDate%
\fi}
\hypersetup{pdftitle={\getTitle},%
pdfauthor={\authorSurname\xmpcomma~\authorName},%
pdfauthor={\authorSurname~\authorName},%
pdfsubject={\tmpPdfSubject},%
pdfkeywords={Fachhochschule Vorarlberg : \getThesistype~: \studyType~: \supervisorSurname, \supervisorName},%
pdflang={de},%
Expand Down

0 comments on commit 040d0ca

Please sign in to comment.