aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-17 23:25:24 +0530
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-18 00:05:02 +0530
commitc4aa4f77ea94fa969be604f6c1cb5e5d84981c4e (patch)
tree309e13d3650fa0cc2de60391f92dc217506dec69 /paper.tex
parent77a92d42310e288e772e041b3c44075e45a8fca3 (diff)
Updated README-hacking.md's checklist for better usability
After the checklist was applied in the 5th Indo-French Astronomy School, we found some cases in the checklist that were extra (and thus had to be removed), or were needed (and thus were added). Also the non-necessary steps for a first commit were moved to a separate/new section in the checklist for the people to add after doing their first commit. Also, the software part of the paper was moved to an appendix.
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex14
1 files changed, 10 insertions, 4 deletions
diff --git a/paper.tex b/paper.tex
index b80c4e9..2248032 100644
--- a/paper.tex
+++ b/paper.tex
@@ -34,7 +34,7 @@
-%% Start writing.
+%% Start creating the paper.
\begin{document}
%% Project abstract and keywords.
@@ -67,7 +67,7 @@
-%% Start of the main body of text.
+%% Start of main body.
\section{Congratulations!}
Congratulations on running the raw template project! You can now follow the
checklist in the \texttt{README.md} file to customize this template to your
@@ -179,6 +179,7 @@ paper that used the early versions of this template: \citet{gnuastro}.
After publication, don't forget to upload all the necessary data, software
source code and the project's source to a long-lasting host like Zenodo
(\url{https://zenodo.org}).
+%% End of main body.
@@ -203,11 +204,16 @@ and innovation programme under Marie Sklodowska-Curie grant agreement No
721463 to the SUNDIAL ITN, and from the Spanish Ministry of Economy and
Competitiveness (MINECO) under grant number AYA2016-76219-P.
-\input{tex/build/macros/dependencies.tex}
-
%% Tell BibLaTeX to put the bibliography list here.
\printbibliography
+%% Start appendix.
+\appendix
+
+%% Mention all used software in an appendix.
+\section{Software acknowledgement}
+\input{tex/build/macros/dependencies.tex}
+
%% Finish LaTeX
\end{document}