diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/heria/heria-proposal.pdf | bin | 311049 -> 311063 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/heria/heria.pdf | bin | 301201 -> 305316 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/heria/heria.dtx | 21 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/heria/heria.cls | 2 |
4 files changed, 21 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/heria/heria-proposal.pdf b/Master/texmf-dist/doc/latex/heria/heria-proposal.pdf Binary files differindex 60d99c6dab5..79892c24d2c 100644 --- a/Master/texmf-dist/doc/latex/heria/heria-proposal.pdf +++ b/Master/texmf-dist/doc/latex/heria/heria-proposal.pdf diff --git a/Master/texmf-dist/doc/latex/heria/heria.pdf b/Master/texmf-dist/doc/latex/heria/heria.pdf Binary files differindex 71b47d5ed5e..3295f000a9b 100644 --- a/Master/texmf-dist/doc/latex/heria/heria.pdf +++ b/Master/texmf-dist/doc/latex/heria/heria.pdf diff --git a/Master/texmf-dist/source/latex/heria/heria.dtx b/Master/texmf-dist/source/latex/heria/heria.dtx index 60cc0162f13..7da06a879df 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-08-14 v3.4.1.1 Class for Horizon Europe (R)IA proposals] %</class> % %<*driver> @@ -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,8 @@ % \subsection{Version history} % % \begin{description} +% \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. diff --git a/Master/texmf-dist/tex/latex/heria/heria.cls b/Master/texmf-dist/tex/latex/heria/heria.cls index 9c581bbe329..9a52b811408 100644 --- a/Master/texmf-dist/tex/latex/heria/heria.cls +++ b/Master/texmf-dist/tex/latex/heria/heria.cls @@ -21,7 +21,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesClass{heria} -[2024-07-14 v3.4.1.0 Class for Horizon Europe (R)IA proposals] +[2024-08-14 v3.4.1.1 Class for Horizon Europe (R)IA proposals] \LoadClass[11pt,a4paper]{article} \RequirePackage[T1]{fontenc} % T1 font encoding \RequirePackage[left=15mm, |