This is the currently and strongly recommended way to publish each of the CWP WG papers to arXiv. This route ensures a high presentation standard for the finished paper and allows reuse of bibtex files and author affiliations. It also archives the document sources in the HSF document repository.
pandoc -f docx -t latex -o wgpaper.tex wgpaper.docx
itemize
environments you
may find that text is inside a spurious quote
environment and that some
odd non-breaking spaces appear. Just delete these.jheppub.sty
file into your latex area as it is needed for arXiv side compilation.authors.txt
and use the a2tex.py
tool to generate the TeX-formatted author list,
following the steps below (look at
DOMA paper
for an example):
authors.txt
: the easiest is to start from the global CWP
author list
and remove unnecessary entries. The line format in this file is:
Surname, Forename - Affiliation_ID (footnote_key)
Affiliation_ID
refers to the first word in the
affiliation list
and footnote_key
to the number at the start of the line in the
footnote list.
If there are several affiliations, use ` & ` as the separator. If there are several
footnotes, separate them with a comma without surrounding spaces.a2tex.py
to generate the authors.tex
file (and arxiv.txt
for arXiv submission). Assuming you used the recommended
directory structure, the command to use is (use --help
for more details):
../../HSF-CWP-2017-01_roadmap/authors/a2tex.py \
--jhep \
--footnotes ../../HSF-CWP-2017-01_roadmap/authors/footnotes.txt \
--affiliations ../../HSF-CWP-2017-01_roadmap/authors/address.txt
\maketitle
statement (without arguments). Before
you need to define the title, the abstract and the author list:
HEP Software Foundation Community White Paper Working Group -- My Working Group
.
To define it, use the following statement:
\title{the title text}
\abstract{your abstract text}
authors.tex
file created at the previous step,
using:
\input{authors.tex}
.tex
file) - we strongly recommend:
% Copyright (C) 2018, The HSF Community White Paper authors, licence CC-BY-4.0.
hegner
, eduardo-rodrigues
, graeme-a-stewart
or jouvin
for a review (best to pick at least two).
CWP/papers/HSF-CWP-2017-XX_short-wg-name/latex
(the first part for correct ordering,
the second for allowing people to know which paper is which at a glance)..bbl
file of resolved and formatted
references that is required, not the source .bib
files.