Adding metadata to pdf file

This commit is contained in:
Mastercroft
2023-03-16 12:37:36 +00:00
parent dff95a8872
commit 4d26da2d3a

View File

@@ -485,3 +485,14 @@
%\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}
}
}