texlive[72183] Master/texmf-dist: heria (3sep24)
commits+karl at tug.org
commits+karl at tug.org
Tue Sep 3 22:32:21 CEST 2024
Revision: 72183
https://tug.org/svn/texlive?view=revision&revision=72183
Author: karl
Date: 2024-09-03 22:32:21 +0200 (Tue, 03 Sep 2024)
Log Message:
-----------
heria (3sep24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/heria/heria-proposal.pdf
trunk/Master/texmf-dist/doc/latex/heria/heria.pdf
trunk/Master/texmf-dist/source/latex/heria/heria.dtx
trunk/Master/texmf-dist/tex/latex/heria/heria.cls
Modified: trunk/Master/texmf-dist/doc/latex/heria/heria-proposal.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/heria/heria.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/heria/heria.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/heria/heria.dtx 2024-09-03 20:32:02 UTC (rev 72182)
+++ trunk/Master/texmf-dist/source/latex/heria/heria.dtx 2024-09-03 20:32:21 UTC (rev 72183)
@@ -33,7 +33,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}
%<class>\ProvidesClass{heria}
%<*class>
-[2024-08-14 v3.4.1.1 Class for Horizon Europe (R)IA proposals]
+[2024-09-03 v3.4.1.2 Class for Horizon Europe (R)IA proposals]
%</class>
%
%<*driver>
@@ -526,6 +526,8 @@
% \subsection{Version history}
%
% \begin{description}
+% \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
@@ -1108,7 +1110,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 at write\@auxout{}%
{\string\expandafter\string\expandafter\string\expandafter%
@@ -1117,7 +1119,7 @@
\arabic{@secolumn}},0)}}}%
\@esphack
}
- \serowtemp & \fpeval{round(\setotalpm,0)} \\
+ \serowtemp & \fpeval{round(\setotalpm/2,0)} \\
\hline
\end{xltabular}
\end{center}
Modified: trunk/Master/texmf-dist/tex/latex/heria/heria.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/heria/heria.cls 2024-09-03 20:32:02 UTC (rev 72182)
+++ trunk/Master/texmf-dist/tex/latex/heria/heria.cls 2024-09-03 20:32:21 UTC (rev 72183)
@@ -21,7 +21,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{heria}
-[2024-08-14 v3.4.1.1 Class for Horizon Europe (R)IA proposals]
+[2024-09-03 v3.4.1.2 Class for Horizon Europe (R)IA proposals]
\LoadClass[11pt,a4paper]{article}
\RequirePackage[T1]{fontenc} % T1 font encoding
\RequirePackage[left=15mm,
@@ -432,7 +432,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 at write\@auxout{}%
{\string\expandafter\string\expandafter\string\expandafter%
@@ -441,7 +441,7 @@
\arabic{@secolumn}},0)}}}%
\@esphack
}
- \serowtemp & \fpeval{round(\setotalpm,0)} \\
+ \serowtemp & \fpeval{round(\setotalpm/2,0)} \\
\hline
\end{xltabular}
\end{center}
More information about the tex-live-commits
mailing list.