diff --git a/ruthesis.sty b/ruthesis.sty index 9173886..f526c0b 100644 --- a/ruthesis.sty +++ b/ruthesis.sty @@ -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} + } +} \ No newline at end of file