diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/heria/heria.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/heria/heria.dtx | 33 |
1 files changed, 28 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/heria/heria.dtx b/Master/texmf-dist/source/latex/heria/heria.dtx index 60cc0162f13..a37fc045208 100644 --- a/Master/texmf-dist/source/latex/heria/heria.dtx +++ b/Master/texmf-dist/source/latex/heria/heria.dtx @@ -33,7 +33,7 @@ %<class>\NeedsTeXFormat{LaTeX2e} %<class>\ProvidesClass{heria} %<*class> -[2024-07-14 v3.4.1.0 Class for Horizon Europe (R)IA proposals] +[2024-09-03 v3.4.1.3 Class for Horizon Europe (R)IA proposals] %</class> % %<*driver> @@ -50,7 +50,7 @@ %</driver> % \fi % -% \CheckSum{1520} +% \CheckSum{1521} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -109,6 +109,23 @@ % either Version~3.2 (2022-11-15), 3.3 (2023-09-27), or 3.4 % (2024-04-04) of the official Part~B template. % +% \bigskip +% +% \noindent Besides this technical manual, there is a journal article +% that describes the motivation for and development of \textsf{heria}: +% +% \begin{quote} +% Tristan +% Miller. \href{https://dx.doi.org/10.47397/tb/45-1/tb139miller-horizon}{Preparing +% Horizon Europe proposals in \LaTeX\ with +% \textsf{heria}}. \emph{TUGboat: The Communications of the \TeX\ +% Users Group}, 45(1):\allowbreak 59–64, 2024. ISSN 0896-3207. DOI: +% \href{https://dx.doi.org/10.47397/tb/45-1/tb139miller-horizon}{10.47397/tb/45-1/tb139miller-horizon}. +% \end{quote} +% +% \noindent Please cite this journal article if you want to refer to +% \textsf{heria} in a publication. +% % \section{Usage} % % The EC's official template is structured in such a way that form and @@ -509,6 +526,12 @@ % \subsection{Version history} % % \begin{description} +% \item[v3.4.1.3 (2024-09-03)] Fixed a bug where the person-months in +% Table 3.1a were doubled. +% \item[v3.4.1.2 (2024-09-03)] Fixed a bug where the column totals in +% Table 3.1f were doubled. +% \item[v3.4.1.1 (2024-08-14)] Update documentation with a reference +% to the \emph{TUGboat} paper on \textsf{heria}. % \item[v3.4.1.0 (2024-07-14)] Add support for version 3.4 of the % official Part~B template and the \cs{templateversion} macro for % backward compatibility with earlier versions. @@ -709,7 +732,7 @@ & #2 & \getPnum{#3} & #3 & % \@ifundefined{@wpTotalPersonMonths\arabic{@wp#1num}}% {\textbf{??}}% - {\disptoken{@wpTotalPersonMonths\arabic{@wp#1num}}}% + {\fpeval{\disptoken{@wpTotalPersonMonths\arabic{@wp#1num}}/2}}% & #4 & #5}}% \@esphack \ifthenelse{\arabic{@wp#1num}=1}{}{\bigskip} @@ -1089,7 +1112,7 @@ \whiledo{\value{@secolumn}<\value{@wpcount}}{% \stepcounter{@secolumn}% \edef\serowtemp{\serowtemp&\fpeval{round(\csname % - @wpPersonMonths\arabic{@secolumn}\endcsname,0)}}% + @wpPersonMonths\arabic{@secolumn}\endcsname/2,0)}}% \@bsphack \protected@write\@auxout{}% {\string\expandafter\string\expandafter\string\expandafter% @@ -1098,7 +1121,7 @@ \arabic{@secolumn}},0)}}}% \@esphack } - \serowtemp & \fpeval{round(\setotalpm,0)} \\ + \serowtemp & \fpeval{round(\setotalpm/2,0)} \\ \hline \end{xltabular} \end{center} |