Adding metadata to pdf file
This commit is contained in:
11
ruthesis.sty
11
ruthesis.sty
@@ -485,3 +485,14 @@
|
|||||||
%\makepagestyle{oldstyle}
|
%\makepagestyle{oldstyle}
|
||||||
%\makeoddhead{oldstyle}{\footnotesize{\authorHeader@ruthesis}}{}{\footnotesize{\thepage}}
|
%\makeoddhead{oldstyle}{\footnotesize{\authorHeader@ruthesis}}{}{\footnotesize{\thepage}}
|
||||||
%\makeevenhead{oldstyle}{\footnotesize{\thepage}}{}{\footnotesize{\thetitle}}
|
%\makeevenhead{oldstyle}{\footnotesize{\thepage}}{}{\footnotesize{\thetitle}}
|
||||||
|
|
||||||
|
%%%%%%%%%% Metadata for pdf file %%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\RequirePackage{hyperref}
|
||||||
|
\AtBeginDocument{
|
||||||
|
\hypersetup{
|
||||||
|
pdfauthor = {\theauthor{}},
|
||||||
|
pdftitle = {\thetitle},
|
||||||
|
%pdfsubject = {Templates},
|
||||||
|
%pdfkeywords = {\theInstitution{}, Template, Thesis}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user