From f689e293c151aef83c09313c5267c8158de14660 Mon Sep 17 00:00:00 2001 From: Mastercroft Date: Wed, 15 Mar 2023 10:02:11 +0000 Subject: [PATCH] Pdf metadata --- main.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.tex b/main.tex index 383136f..6c1ada7 100644 --- a/main.tex +++ b/main.tex @@ -16,6 +16,14 @@ \usepackage{lipsum}%provides us with text for testing %% usage: \lipsum[STARTNUM-ENDNUM] +%% ------------ Metadata for PDF ------- +\hypersetup{ +pdfauthor={Joseph~T.~Foley and Marcel~Kyas}, +pdftitle={Thesis and Project Report Template for \theInstitution{}}, +pdfsubject={Templates}, +pdfkeywords={\theInstitution{}, Template, Thesis} +} + \graphicspath{{graphics/}{Graphics/}{./}} %% This is a list of folders to search for graphics files to include %% for the graphicx package (already loaded). This may be case-sensitive.