adds pdfinfo title and link
This commit is contained in:
parent
7a6159d797
commit
2f688e5b9e
@ -10,12 +10,21 @@
|
|||||||
\author{\input{authors}}
|
\author{\input{authors}}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\newread\titleread
|
||||||
|
\openin\titleread=title
|
||||||
|
\read\titleread to \titlefirstline
|
||||||
|
\closein\titleread
|
||||||
|
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
colorlinks=true,
|
colorlinks=true,
|
||||||
linkcolor=black,
|
linkcolor=black,
|
||||||
citecolor=black,
|
citecolor=black,
|
||||||
filecolor=black,
|
filecolor=black,
|
||||||
urlcolor=black,
|
urlcolor=black,
|
||||||
|
pdftitle=\titlefirstline,
|
||||||
|
pdfkeywords=https://git.wxcafe.net/wxcafe/pandoc-rendu,
|
||||||
}
|
}
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
|
@ -12,4 +12,4 @@
|
|||||||
\end{center}
|
\end{center}
|
||||||
\vfill
|
\vfill
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
\restoregeometry
|
\restoregeometry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user