texlive[71876] Master/texmf-dist: lni (23jul24)

commits+karl at tug.org commits+karl at tug.org
Tue Jul 23 21:54:02 CEST 2024


Revision: 71876
          https://tug.org/svn/texlive?view=revision&revision=71876
Author:   karl
Date:     2024-07-23 21:54:02 +0200 (Tue, 23 Jul 2024)
Log Message:
-----------
lni (23jul24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/lni/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/lni/README.md
    trunk/Master/texmf-dist/doc/latex/lni/lni.pdf
    trunk/Master/texmf-dist/source/latex/lni/lni.dtx
    trunk/Master/texmf-dist/tex/latex/lni/lni.cls

Modified: trunk/Master/texmf-dist/doc/latex/lni/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lni/CHANGELOG.md	2024-07-23 19:53:53 UTC (rev 71875)
+++ trunk/Master/texmf-dist/doc/latex/lni/CHANGELOG.md	2024-07-23 19:54:02 UTC (rev 71876)
@@ -6,9 +6,17 @@
 
 ## [Unreleased]
 
-## [1.9] - 2024-07-1
+## [1.10] - 2024-07-23
+### Changed
+- Footnotes are set as superscripts in the footer
+- URLs are set using the text font instead of a typewriter font
+
+### Fixed
+- Support for multiple affiliations (#173)
+
+## [1.9] - 2024-07-01
 ### Added
-- Support for multiple affiliations
+- Support for multiple affiliations (#158)
 
 ## [1.8.1] - 2024-01-08
 
@@ -171,7 +179,8 @@
 
 First release of the revised files
 
-[Unreleased]: https://github.com/gi-ev/LNI/compare/v1.9...HEAD
+[Unreleased]: https://github.com/gi-ev/LNI/compare/v1.10...HEAD
+[1.10]: https://github.com/gi-ev/LNI/compare/v1.9...v1.10
 [1.9]: https://github.com/gi-ev/LNI/compare/v1.8.1...v1.9
 [1.8.1]: https://github.com/gi-ev/LNI/compare/v1.8...v1.8.1
 [1.8]: https://github.com/gi-ev/LNI/compare/v1.7...v1.8

Modified: trunk/Master/texmf-dist/doc/latex/lni/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lni/README.md	2024-07-23 19:53:53 UTC (rev 71875)
+++ trunk/Master/texmf-dist/doc/latex/lni/README.md	2024-07-23 19:54:02 UTC (rev 71876)
@@ -4,7 +4,7 @@
 ----------------------------------------------------------------------------
 lni -- A class for submissions to the ``Lecture Notes in Informatics''
 (c) 2016-2024 Gesellschaft für Informatik (GI)
-Version:    1.9
+Version:    1.10
 Maintainer: Martin Sievers
 Email:      martin.sievers at schoenerpublizieren.de
 License:    Released under the LaTeX Project Public License v1.3c or later

Modified: trunk/Master/texmf-dist/doc/latex/lni/lni.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/lni/lni.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/lni/lni.dtx	2024-07-23 19:53:53 UTC (rev 71875)
+++ trunk/Master/texmf-dist/source/latex/lni/lni.dtx	2024-07-23 19:54:02 UTC (rev 71876)
@@ -134,7 +134,7 @@
 %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<class>\ProvidesClass{lni}
 %<*class>
-    [2024/07/01 v1.9 Official class for submissions to the ``Lecture Notes
+    [2024/07/23 v1.10 Official class for submissions to the ``Lecture Notes
     in Informatics'']
 %</class>
 %<*driver>
@@ -287,6 +287,8 @@
 % \changes{v1.8}{2022/11/25}{Make class compatable with latest publisher requirements (#121)}
 % \changes{v1.8}{2022/11/25}{Make usage of `hyperref` mandatory (#131)}
 % \changes{v1.9}{2024/07/01}{Support multiple affiliations (#158)}
+% \changes{v1.10}{2024/07/01}{Change font for URLs to text font and change footnote numbers to superscript}
+% \changes{v1.10}{2024/07/23}{Fix support multiple affiliations (#173)}
 %
 % \GetFileInfo{\jobname.dtx}
 % \DoNotIndex{\newcommand,\newenvironment}
@@ -1046,7 +1048,7 @@
 \RequirePackage[hang]{footmisc}
 \setlength{\footnotemargin}{1em}
 \long\def\@makefntext#1{%
-   \def\@makefnmark{\rlap{\normalfont\@thefnmark}}%
+   \def\@makefnmark{\rlap{\normalfont\textsuperscript{\@thefnmark}}}%
    \ifFN at hangfoot
       \bgroup
       \setbox\@tempboxa\hbox{%
@@ -1160,9 +1162,9 @@
 \newcommand{\@multiaffil}[1]{%
    \ifcsundef{@emailsandorcids#1}{\csgdef{@emailsandorcids#1}{}}{}%
    \ifcsempty{@emailsandorcids#1}%
-   {\csgappto{@emailsandorcids#1}{%
+   {\protected at csxappto{@emailsandorcids#1}{%
          \if\relax\@currEmail\relax\else\email{\@currEmail}\fi\if\relax\@currOrcid\relax\else,\ \orcid{\@currOrcid}\fi}}%
-   {\csgappto{@emailsandorcids#1}{%
+   {\protected at csxappto{@emailsandorcids#1}{%
          \if\relax\@currEmail\relax\else;\ \email{\@currEmail}\fi\if\relax\@currOrcid\relax\else,\ \orcid{\@currOrcid}\fi}}%
 }
 
@@ -1549,6 +1551,7 @@
 %    \end{macrocode}
 %    \begin{macrocode}
 \RequirePackage{url}
+\urlstyle{same}
 %    \end{macrocode}
 % improve wrapping of URLs - hint by http://tex.stackexchange.com/a/10419/9075
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/lni/lni.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lni/lni.cls	2024-07-23 19:53:53 UTC (rev 71875)
+++ trunk/Master/texmf-dist/tex/latex/lni/lni.cls	2024-07-23 19:54:02 UTC (rev 71876)
@@ -14,7 +14,7 @@
 %% --------| -----------------------------------------------------------------
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesClass{lni}
-    [2024/07/01 v1.9 Official class for submissions to the ``Lecture Notes
+    [2024/07/23 v1.10 Official class for submissions to the ``Lecture Notes
     in Informatics'']
 \RequirePackage{iftex}\ifluatex\else\pdfoutput=1\fi%
 \def\@clearglobaloption#1{%
@@ -291,7 +291,7 @@
 \RequirePackage[hang]{footmisc}
 \setlength{\footnotemargin}{1em}
 \long\def\@makefntext#1{%
-   \def\@makefnmark{\rlap{\normalfont\@thefnmark}}%
+   \def\@makefnmark{\rlap{\normalfont\textsuperscript{\@thefnmark}}}%
    \ifFN at hangfoot
       \bgroup
       \setbox\@tempboxa\hbox{%
@@ -380,9 +380,9 @@
 \newcommand{\@multiaffil}[1]{%
    \ifcsundef{@emailsandorcids#1}{\csgdef{@emailsandorcids#1}{}}{}%
    \ifcsempty{@emailsandorcids#1}%
-   {\csgappto{@emailsandorcids#1}{%
+   {\protected at csxappto{@emailsandorcids#1}{%
          \if\relax\@currEmail\relax\else\email{\@currEmail}\fi\if\relax\@currOrcid\relax\else,\ \orcid{\@currOrcid}\fi}}%
-   {\csgappto{@emailsandorcids#1}{%
+   {\protected at csxappto{@emailsandorcids#1}{%
          \if\relax\@currEmail\relax\else;\ \email{\@currEmail}\fi\if\relax\@currOrcid\relax\else,\ \orcid{\@currOrcid}\fi}}%
 }
 
@@ -678,6 +678,7 @@
    \renewcommand{\headrulewidth}{0.4pt} %Linie unter Kopfzeile
 \fi%
 \RequirePackage{url}
+\urlstyle{same}
 \g at addto@macro{\UrlBreaks}{\UrlOrds}
 \RequirePackage{xspace}
 \AddToHook{env/document/begin}[lni/loadhyperref]{%



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