diff options
Diffstat (limited to 'tex')
-rw-r--r-- | tex/preamble-style.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tex/preamble-style.tex b/tex/preamble-style.tex index ae7ce92..d22354d 100644 --- a/tex/preamble-style.tex +++ b/tex/preamble-style.tex @@ -79,19 +79,19 @@ -% Basic Document information +% Basic Document information that goes into the PDF meta-data. \hypersetup { - pdfauthor={Mohammad Akhlaghi}, - pdfsubject={MUSE detected objects}, - pdftitle={Broadband HST photometry of MUSE detected objects}, - pdfkeywords={Mohammad, Akhlaghi, photometry, MUSE, HST} + pdfauthor={YOUR NAME}, + pdfsubject={A SHORT DESCRIPTION OF THE WORK}, + pdftitle={THE TITLE OF THIS PROJECT}, + pdfkeywords={SOME, KEYWORDS, FOR, THE, PDF} } -% Title -\title{A nice title for your research project} +% Title, author, pipeline info and date as they appear on the output PDF. +\title{THE TITLE OF THIS PROJECT} +\author{YOUR NAME, COLLEAGE1 NAME, ETC} \date{\small Reproduction pipeline \pipelineversion{} and Gnuastro \gnuastroversion\\on \today, \currenttime} -\author{Your name here.} |