From 714d16524d9597add090c37b77ba6d5d3cbfe0c5 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 22 Aug 2019 00:48:31 +0530 Subject: Paper's title and author information moved to main paper.tex Until now, the paper's title and author information were set it `tex/src/preamble-header.tex'. But they are actually shown in the final PDF paper and a much better place to keep them is the top-level `paper.tex'. With this commit, the setting of the title and author names has been moved to `paper.tex', just after importing all the preambles. However, the basic package importation and low-level settings are still set in `tex/src/preamble-header.tex', because they are relatively low-level. This task was suggested by Deepak (Indian Institute of Astrophysics). --- tex/src/preamble-header.tex | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tex') diff --git a/tex/src/preamble-header.tex b/tex/src/preamble-header.tex index ce9f93e..d1a0147 100644 --- a/tex/src/preamble-header.tex +++ b/tex/src/preamble-header.tex @@ -87,15 +87,3 @@ \renewcommand\Authfont{\small\scshape} \renewcommand\Affilfont{\footnotesize\normalfont} \setlength{\affilsep}{0.2cm} - -\title{\large \uppercase{The paper's title goes here}} - -\author[1]{Your name} -\author[2]{Coauthor one} -\author[1,3]{Coauthor two} - -\affil[1]{The first affiliation in the list.; \url{your@email.address}} -\affil[2]{Another affilation can be put here.} -\affil[3]{And generally as many affiliations as you like. -\par \emph{Received YYYY MM DD; accepted YYYY MM DD; published YYYY MM DD}} -\date{} -- cgit v1.2.1