aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-22 00:48:31 +0530
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-22 00:58:17 +0530
commit714d16524d9597add090c37b77ba6d5d3cbfe0c5 (patch)
tree535b028a02de32ffafcc8851fe55c5b9e56d964a /paper.tex
parent54e697a2b8493afcd8dc8598a1ebdbdbc2e6a861 (diff)
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).
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex16
1 files changed, 16 insertions, 0 deletions
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{}
+