diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-08-22 00:48:31 +0530 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-08-22 00:58:17 +0530 |
commit | 714d16524d9597add090c37b77ba6d5d3cbfe0c5 (patch) | |
tree | 535b028a02de32ffafcc8851fe55c5b9e56d964a /tex | |
parent | 54e697a2b8493afcd8dc8598a1ebdbdbc2e6a861 (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 'tex')
-rw-r--r-- | tex/src/preamble-header.tex | 12 |
1 files changed, 0 insertions, 12 deletions
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{} |