From 725e8c910f14f3f87d1e97023efe214313edf3af Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 8 Feb 2018 00:51:46 +0100 Subject: 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). --- tex/preamble-style.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tex') 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.} -- cgit v1.2.1