texlive[72189] Master/texmf-dist: heria (4sep24)

commits+karl at tug.org commits+karl at tug.org
Wed Sep 4 22:51:29 CEST 2024


Revision: 72189
          https://tug.org/svn/texlive?view=revision&revision=72189
Author:   karl
Date:     2024-09-04 22:51:29 +0200 (Wed, 04 Sep 2024)
Log Message:
-----------
heria (4sep24)

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-04 12:29:02 UTC (rev 72188)
+++ trunk/Master/texmf-dist/source/latex/heria/heria.dtx	2024-09-04 20:51:29 UTC (rev 72189)
@@ -33,7 +33,7 @@
 %<class>\NeedsTeXFormat{LaTeX2e}
 %<class>\ProvidesClass{heria}
 %<*class>
-[2024-09-03 v3.4.1.2 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
@@ -526,6 +526,8 @@
 % \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
@@ -730,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}

Modified: trunk/Master/texmf-dist/tex/latex/heria/heria.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/heria/heria.cls	2024-09-04 12:29:02 UTC (rev 72188)
+++ trunk/Master/texmf-dist/tex/latex/heria/heria.cls	2024-09-04 20:51:29 UTC (rev 72189)
@@ -21,7 +21,7 @@
 %%
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{heria}
-[2024-09-03 v3.4.1.2 Class for Horizon Europe (R)IA proposals]
+[2024-09-03 v3.4.1.3 Class for Horizon Europe (R)IA proposals]
 \LoadClass[11pt,a4paper]{article}
 \RequirePackage[T1]{fontenc} % T1 font encoding
 \RequirePackage[left=15mm,
@@ -137,7 +137,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}



More information about the tex-live-commits mailing list.