Skip to content

Commit

Permalink
Fix PDF Sonderzeichen - erneut
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColin21 committed Nov 20, 2020
1 parent 68e7ad8 commit 243ae43
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Latex/vorlage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,11 @@
\usepackage{helvet}
\usepackage{microtype}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[
hidelinks,
pdftitle={\titel},
pdfsubject={\kurzbeschreibung},
pdfauthor={\autoren},
]{hyperref}
%! Hyperref und PDF-meta
\usepackage[hidelinks]{hyperref}
\hypersetup{pdftitle={\titel}}
\hypersetup{pdfsubject={\kurzbeschreibung}}
\hypersetup{pdfauthor={\autoren}}
\usepackage[numbered]{bookmark}
\usepackage{acronym}

Expand Down

2 comments on commit 243ae43

@TheColin21
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#25 wird damit erneut behoben

@jemand771
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheColin21 danke für's nachsehen! :) keine ahnung wie das verschwunden ist, aber egal

ps: wenn du in die PR-beschreibung "closes #xx" oder "fixes #xx" (oder noch paar andere keywords) schreibst, wird das issue beim merge automatisch geschlossen (insofern auf dem repo die permissions dafür gesetzt sind)

Please sign in to comment.