From c2e3ef1e6336c9d8f078df0d73bf111913f9e750 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Wed, 1 Jul 2020 23:40:02 +0200 Subject: Replace manually set revision number and date by Git commit number and date (automatically generated) --- common/settings.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/settings.tex') diff --git a/common/settings.tex b/common/settings.tex index e382b96..bc25edf 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -298,6 +298,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PDF Metadata +\input{../build/vcs_info.tex} + \def\hyperrefgeneraltitle{Digital Communication Systems - \thekindofdocument{}} \ifdefined\thesubtitle \def\hyperreftitle{\hyperrefgeneraltitle{} - \thesubtitle{}} @@ -308,7 +310,7 @@ \usepackage[ pdftitle={\hyperreftitle{}}, pdfauthor={Philipp Le}, - pdfcreator={LaTeX with hyperref and KOMA-Script on Arch Linux}, + pdfcreator={LaTeX with hyperref and KOMA-Script on Arch Linux, Git commit \VcsCommitHashLong (\VcsCleanStr{}\VcsDirtyStr{})}, pdfsubject={}, pdfkeywords={}, pdfstartview={Fit}, -- cgit v1.1