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). --- paper.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'paper.tex') diff --git a/paper.tex b/paper.tex index 2248032..4fd6f98 100644 --- a/paper.tex +++ b/paper.tex @@ -25,6 +25,22 @@ \input{tex/src/preamble-pgfplots.tex} \input{tex/src/preamble-necessary.tex} +%% Title and author information. For a more fine-grained control of the +%% headers including author name, or paper info, see +%% `tex/src/preamble-header.tex'. Note that if you plan to use a journal's +%% LaTeX style file, you will probably not need to set them, and can also +%% replace this "Title and author information" section with the journal's +%% preferred format. +\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