diff options
author | Karl Berry <karl@freefriends.org> | 2025-01-24 21:06:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-01-24 21:06:09 +0000 |
commit | 45af4ad268f94b20d8a6a5e27dee9260188c4050 (patch) | |
tree | d452ba678d5dde33de54c3206374fc1ce2e34c72 /Master/texmf-dist/tex/latex | |
parent | d2652d5f27d0503bb8f176c7a4f7f2fef6733062 (diff) |
schwalbe-chess (24jan25)
git-svn-id: svn://tug.org/texlive/trunk@73582 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
3 files changed, 18 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.cls b/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.cls index 9b25c465da3..a1c7ad23686 100644 --- a/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.cls +++ b/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.cls @@ -24,24 +24,24 @@ %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version -%% 1.2 of this license or (at your option) any later version. +%% 1.3c of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.2 or later is part of all distributions of LaTeX +%% and version 1.3c or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% %% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{schwalbe}[2022/06/23] +\ProvidesClass{schwalbe}[2025/01/21] \DeclareOption{ruler}{% \AtBeginDocument{\IfFileExists{__finalpdf__.tex}{}{% \ShowRuler{32mm / 1pt}{-44mm / 1pt}}} }% \ProcessOptions\relax% \LoadClass[11pt,a4paper]{article} -\RequirePackage[12pt]{schwalbe}[2022/06/23] +\RequirePackage[12pt]{schwalbe}[2025/01/21] \RequirePackage{swruler}[2022/06/19] \RequirePackage{cpdparse}[2020/12/27] \RequirePackage[T2A,T1]{fontenc}% fsRUS 140121 diff --git a/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.sty b/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.sty index 616549dc9d5..a739a747c64 100644 --- a/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.sty +++ b/Master/texmf-dist/tex/latex/schwalbe-chess/schwalbe.sty @@ -24,17 +24,17 @@ %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version -%% 1.2 of this license or (at your option) any later version. +%% 1.3c of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.2 or later is part of all distributions of LaTeX +%% and version 1.3c or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{schwalbe}[2022/06/23] +\ProvidesPackage{schwalbe}[2025/01/21] \DeclareOption{10pt}{\PassOptionsToPackage{10pt}{diagram}} \DeclareOption{11pt}{\PassOptionsToPackage{11pt}{diagram}} \DeclareOption{12pt}{\PassOptionsToPackage{12pt}{diagram}} @@ -99,9 +99,14 @@ \ifnormal@names% \def\@dianame{\@normalname}% \fi% - \@firsttrue% - \let\@action=\@dia@writename% Parse the list of authors - \@parseTokenlist\aut@tk;% + \ifthenelse{\boolean{@cpd@numbering@local}}{% + \@firsttrue% + \let\@action=\sw@dia@writename% Parse the list of authors + \@parseTokenlist\aut@tk;% + }{% + \let\@action=\@dia@writename% Parse the list of authors + \@parseTokenlist\aut@tk;% + }% \else% \ifthenelse{\boolean{@cpd@numbering@local}}{% \above@newline% @@ -109,7 +114,7 @@ }{}% \fi% } -\def\@dia@writename#1; {% +\def\sw@dia@writename#1; {% \above@newline \if@first% \@firstfalse% diff --git a/Master/texmf-dist/tex/latex/schwalbe-chess/swruler.sty b/Master/texmf-dist/tex/latex/schwalbe-chess/swruler.sty index 273bd57ed3d..b831b2a81c3 100644 --- a/Master/texmf-dist/tex/latex/schwalbe-chess/swruler.sty +++ b/Master/texmf-dist/tex/latex/schwalbe-chess/swruler.sty @@ -24,12 +24,12 @@ %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version -%% 1.2 of this license or (at your option) any later version. +%% 1.3c of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.2 or later is part of all distributions of LaTeX +%% and version 1.3c or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% %% |