Merge pull request #22 from Mastercroft/Metadata

Suggested add: Metadata to pdf file
This commit is contained in:
2025-10-15 21:45:35 +00:00
committed by GitHub

View File

@@ -332,6 +332,21 @@ in this publication does not imply, even in the absence of a specific statement
{\par\end{cover}\newpage}
%%% from the old cs template, if so desired
%\makepagestyle{oldstyle}
%\makeoddhead{oldstyle}{\footnotesize{\authorHeader@ruthesis}}{}{\footnotesize{\thepage}}
%\makeevenhead{oldstyle}{\footnotesize{\thepage}}{}{\footnotesize{\thetitle}}
%%%%%%%%%% Metadata for pdf file %%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{hyperref}
\AtBeginDocument{
\hypersetup{
pdfauthor = {\theauthor{}},
pdftitle = {\thetitle},
%pdfsubject = {Templates},
%pdfkeywords = {\theInstitution{}, Template, Thesis}
}
}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"