diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-20 21:06:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-20 21:06:38 +0000 |
commit | 664e29f14a6976cf29aa0ba9b0bbc09723f582a9 (patch) | |
tree | 89402a0f737383e205fba6146de8b3177f51e913 /Master/texmf-dist | |
parent | b2c6fc55ad91ef234a4a97f05e1d3e6fc15ed225 (diff) |
dtk (20jan24)
git-svn-id: svn://tug.org/texlive/trunk@69504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf | bin | 75358 -> 75359 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/dtk/dtk.bbx | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dtk/dtk.cls | 11 |
3 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf Binary files differindex 516339d6519..61743dccd1b 100644 --- a/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf +++ b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf diff --git a/Master/texmf-dist/tex/latex/dtk/dtk.bbx b/Master/texmf-dist/tex/latex/dtk/dtk.bbx index 867ad309fab..3718b78e66e 100644 --- a/Master/texmf-dist/tex/latex/dtk/dtk.bbx +++ b/Master/texmf-dist/tex/latex/dtk/dtk.bbx @@ -8,7 +8,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesFile{dtk.bbx}[2018/07/11 v0.12 biblatex bibliography style for DTK] +\ProvidesFile{dtk.bbx}[2024/01/20 v0.13 biblatex bibliography style for DTK] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{chem-angew} @@ -50,6 +50,7 @@ \DeclareFieldFormat{removecomma}{\mkbibnocomma{#1}} \DeclareFieldFormat{title}{#1\isdot} \DeclareFieldFormat[ctan]{url}{\url{CTAN: #1}} +\DeclareFieldFormat[article]{number}{\mkbibemph{#1}} \DeclareFieldFormat{isbn}{ISBN\addcolon\space #1} \DeclareFieldFormat{isrn}{ISRN\addcolon\space #1} diff --git a/Master/texmf-dist/tex/latex/dtk/dtk.cls b/Master/texmf-dist/tex/latex/dtk/dtk.cls index 1b12e10468c..edd26493265 100644 --- a/Master/texmf-dist/tex/latex/dtk/dtk.cls +++ b/Master/texmf-dist/tex/latex/dtk/dtk.cls @@ -2,7 +2,7 @@ %% %% LaTeX Class for ``Die TeXnische Komoedie''. %% -%% Copyright (C) 2015-2022 +%% Copyright (C) 2015-2023 %% Rolf Niepraschk, Herbert Voss %% %% It may be distributed and/or modified under the @@ -23,8 +23,8 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\def\DTKversion{2.10b} -\def\DTKversiondate{2023/11/14} +\def\DTKversion{2.10c} +\def\DTKversiondate{2023/12/01} \ProvidesClass{dtk}[\DTKversiondate v\DTKversion dtk documentclass (RN)] \RequirePackage{iftex} @@ -560,6 +560,11 @@ ^^f0^^f1^^f2^^f3^^f4^^f5^^f6^^f7^^f8^^f9^^fa^^fb^^fc^^fd^^fe^^ff% ^^^^20ac^^^^0153^^^^0152% ^^^^0131% small letter dotless i + ^^^^017f% latin small letter long s + ^^^^03b1% greek small letter alpha + ^^^^03b2% greek small letter beta + ^^^^03b3% greek small letter gamma + ^^^^2013% en dash ^^00% } \lst@RestoreCatcodes |