Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
f7f35ae41a | |||
7da7e0c2cb | |||
aed83dd9c9 |
@ -1,6 +1,6 @@
|
||||
\title{Insert your title}
|
||||
\title{ {{ cookiecutter.paper_title }} }
|
||||
|
||||
\author{First Author \\
|
||||
\author{ {{cookiecutter.main_contributor_name}} \\
|
||||
Affiliation / Address line 1 \\
|
||||
Affiliation / Address line 2 \\
|
||||
Affiliation / Address line 3 \\
|
||||
|
@ -46,11 +46,16 @@
|
||||
\newcommand\BibTeX{B\textsc{ib}\TeX}
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\usepackage{graphicx}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
\input{metadata}
|
||||
|
||||
\usepackage{times}
|
||||
\usepackage{inconsolata}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\begin{abstract}
|
||||
|
@ -27,7 +27,7 @@ echo "then upload $source_pack from here ($(pwd)/$source_pack)"
|
||||
|
||||
echo ""
|
||||
echo "When it is uploaded, click Menu / Git, copy the URL"
|
||||
echo "(something like https://git.overleaf.com/123456789ec0830001af836f),"
|
||||
echo "(something like https://git@git.overleaf.com/123456789ec0830001af836f),"
|
||||
echo "paste here and press ENTER"
|
||||
|
||||
read
|
||||
|
Loading…
Reference in New Issue
Block a user