summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jacow/JACoW_LaTeX_A4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/jacow/JACoW_LaTeX_A4.tex')
-rw-r--r--macros/latex/contrib/jacow/JACoW_LaTeX_A4.tex54
1 files changed, 36 insertions, 18 deletions
diff --git a/macros/latex/contrib/jacow/JACoW_LaTeX_A4.tex b/macros/latex/contrib/jacow/JACoW_LaTeX_A4.tex
index 4dee33ef9d..a0b3fcce0d 100644
--- a/macros/latex/contrib/jacow/JACoW_LaTeX_A4.tex
+++ b/macros/latex/contrib/jacow/JACoW_LaTeX_A4.tex
@@ -1,20 +1,38 @@
-% !TeX spellcheck = en_GB
+%
+%%%% !BIB TS-program = biber
+%%%% !BIB program = biber
+% !BIB TS-program = bibtex
+% !BIB program = bibtex
+% !TeX spellcheck = en_US
% !TeX program = lualatex
%
-% v 2.3 Feb 2019 Volker RW Schaa
-% # changes in the collaboration therefore updated file "jacow-collaboration.tex"
-% # all References with DOIs have their period/full stop before the DOI (after pp. or year)
-% # in the author/affiliation block all ZIP codes in square brackets removed as it was not % understood as optional parameter and ZIP codes had bin put in brackets
-% # References to the current IPAC are changed to "IPAC'19, Melbourne, Australia"
-% # font for ‘url’ style changed to ‘newtxtt’ as it is easier to distinguish "O" and "0"
+% v 2.7 Feb 2022 Volker RW Schaa
+%
+% maintenance release to fix problems with changes in required package
+% - Option "keeplastbox" deprecated in "flushend"
+% - Option "binary-units" removed from "siunitx"
+% - Option "detect-mode" deprecated in "siunitx" release: v3.0.32
+% Use "mode=match" as a replacement.
+% - Option "detect-weight" deprecated in "siunitx" release: v3.0.32
+% Use "reset-text-series=false, text-series-to-math=true" as a replacement.
+% - "fixltx2e" is not required with releases after 2015
+% - "ifluatex" and "ifxetex" dropped for "iftex"
+% - some biblatex macros addded to achieve better JACoW reference formatting
+%
+% no changes in
+% # "jacow-collaboration.tex"
+% # "annexes-Letter.tex"
+% # "annexes-A4.tex"
+%
+% to generate the "JACoW_LaTeX_Letter.pdf" or "JACoW_LaTeX_A4.pdf" uncomment
+% all line with "%===" (3 in total)
%
\documentclass[a4paper,
%boxit, % check whether paper is inside correct margins
%titlepage, % separate title page
%refpage % separate references
%biblatex, % biblatex is used
- keeplastbox, % flushend option: not to un-indent last line in References
- %nospread, % flushend option: do not fill with whitespace to balance columns
+ nospread, % flushend option: do not fill with whitespace to balance columns
%hyphens, % allow \url to hyphenate at "-" (hyphens)
%xetex, % use XeLaTeX to process the file
%luatex, % use LuaLaTeX to process the file
@@ -22,7 +40,7 @@
%
% ONLY FOR \footnote in table/tabular
%
-\usepackage{pdfpages,multirow,ragged2e} %
+%===\usepackage{pdfpages,multirow,ragged2e} %
%
% CHANGE SEQUENCE OF GRAPHICS EXTENSION TO BE EMBEDDED
% ----------------------------------------------------
@@ -67,7 +85,7 @@
\begin{document}
-\title{preparation OF papers for \NoCaseChange{JACoW} conferences\thanks{Work supported by ...}}
+\title{preparation OF papers\\ for \NoCaseChange{JACoW} conferences\thanks{Work supported by ...}}
\author{A. N. Author\thanks{email address}, H. Coauthor, Name of Institute or Affiliation, City, Country \\
P. Contributor\textsuperscript{1}, Name of Institute or Affiliation, City, Country \\
@@ -75,7 +93,6 @@
\maketitle
-%
\begin{abstract}
Many conference series have adopted the same standards
for electronic publication and have joined the Joint
@@ -118,7 +135,7 @@ requirements. Manuscripts should have:
\item Single-spaced text in two columns of \SI{82.5}{mm} (\SI{3.25}{in}) with \SI{5.3}{mm}
(\SI{0.2}{in}) separation. More recent versions of Microsoft Word have a default spacing of 1.5 lines;
authors must change this to 1 line.
- \item The text located within the margins specified in Table~\ref{l2ea4-t1}.
+ \item The text located within the margins specified in Table~\ref{tab:margins}.
\end{Itemize}
\begin{table}[!hbt]
\centering
@@ -163,11 +180,11 @@ text (which should flow from top to bottom in each column).
\begin{figure*}[!tbh]
\centering
- \includegraphics*[width=\textwidth]{JACpic2}
+ \includegraphics*[width=\textwidth]{TeamMeeting2019}
\caption{Example of a full-width figure showing the JACoW Team at their annual
- meeting in December 2018. This figure has a multi-line caption that has to be
- justified rather than centred.}
+ meeting in December 2019 in Santos, Brazil. This figure has a multi-line
+ caption that has to be justified rather than centred.}
\label{fig:jacow_team}
\end{figure*}
@@ -433,6 +450,7 @@ Authors are requested to go over the following checklist for electronic publicat
Please also check the list of common oversights which can be found in \textbf{ANNEX C}.
+\flushcolsend
\section{CONCLUSION}
Any conclusions should be in a separate section directly preceding
@@ -478,8 +496,8 @@ this should be the last section of the paper.
% for use as JACoW template the inclusion of the ANNEX parts have been commented out
% to generate the complete documentation please remove the "%" of the next two commands
%
-%%%\newpage
+%===\newpage
-%%%\include{annexes-A4}
+%===\include{annexes-A4}
\end{document}