aboutsummaryrefslogtreecommitdiff
path: root/README-hacking.md
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 /README-hacking.md
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 'README-hacking.md')
-rw-r--r--README-hacking.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README-hacking.md b/README-hacking.md
index c0d7ed5..fac9876 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -576,12 +576,14 @@ First custom commit
- **Title**, **short description** and **author**: The title and basic
information of your project's output PDF paper should be added in
- `tex/src/preamble-header.tex`. Scroll down this file and you will see
- parts that must be changed. Of course, if you use a different LaTeX
- method of managing the title and authors, please feel free to use your
- own methods after finishing this checklist and doing your first
- commit. After you are done, run the `./project make` command again to
- see your changes in the final PDF.
+ `paper.tex`. You should see the relevant place in the preamble (prior
+ to `\begin{document}`. After you are done, run the `./project make`
+ command again to see your changes in the final PDF, and make sure that
+ your changes don't cause a crash in LaTeX. Of course, if you use a
+ different LaTeX package/style for managing the title and authors (in
+ particular a specific journal's style), please feel free to use it
+ your own methods after finishing this checklist and doing your first
+ commit.
- **Delete dummy parts (can be done later)**: The template contains some
parts that are only for the initial/test run, mainly as a