diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-08 00:51:46 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-08 00:59:10 +0100 |
commit | 725e8c910f14f3f87d1e97023efe214313edf3af (patch) | |
tree | 576fe0b1a05ad3ffaf192bbd20d4d6e45d3f76c6 /tex | |
parent | a16f22881841e57f2652f2a17b7f60b5106b2e60 (diff) |
Adding title and description also mentioned in README.md
The first commit didn't have an explanation on correcting the title of the
project in the final PDF or the top-level Makefile, so a pointer was added
to the list. Also, some extra dependencies were removed from `README' and
its paragraphs were scaled to the new width of 75 characters that is
defined in `.dir-locals.el' (for Emacs settings, taken from Gnuastro).
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.} |