1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-04 23:26:15 +02:00

Add metadata to PDF

This commit is contained in:
Elisabeth Henry 2022-07-26 11:39:28 +02:00
parent 20b8f8568c
commit 64b8c66531

View File

@ -36,13 +36,16 @@
<<#use_taskitem>> <<#use_taskitem>>
\usepackage{amssymb} \usepackage{amssymb}
<</use_taskitem>> <</use_taskitem>>
<<#use_url>> % Set hyperlinks and metadata
% Only included if URLs are used in the document
\usepackage[colorlinks=true,breaklinks=true,hypertexnames=false]{hyperref} \usepackage[colorlinks=true,breaklinks=true,hypertexnames=false]{hyperref}
\hypersetup{pdfauthor={<<&author>>},
pdftitle={<<&title>>},
pdfsubject={<<&description>>}
}
<<^xelatex>> <<^xelatex>>
\usepackage[anythingbreaks]{breakurl} \usepackage[anythingbreaks]{breakurl}
<</xelatex>> <</xelatex>>
<</use_url>>
<<#initials>> <<#initials>>
% Only included if use_initials is set to true % Only included if use_initials is set to true