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). --- README-hacking.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README-hacking.md') 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 -- cgit v1.2.1