texlive[65315] Master/texmf-dist: dtk (19dec22)

commits+karl at tug.org commits+karl at tug.org
Tue Dec 20 00:10:53 CET 2022


Revision: 65315
          http://tug.org/svn/texlive?view=revision&revision=65315
Author:   karl
Date:     2022-12-20 00:10:53 +0100 (Tue, 20 Dec 2022)
Log Message:
-----------
dtk (19dec22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf
    trunk/Master/texmf-dist/tex/latex/dtk/dtk-full.clo
    trunk/Master/texmf-dist/tex/latex/dtk/dtk.cls

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

Modified: trunk/Master/texmf-dist/tex/latex/dtk/dtk-full.clo
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dtk/dtk-full.clo	2022-12-19 21:57:54 UTC (rev 65314)
+++ trunk/Master/texmf-dist/tex/latex/dtk/dtk-full.clo	2022-12-19 23:10:53 UTC (rev 65315)
@@ -14,7 +14,7 @@
 %% version 2005/12/01 or later.
 
 \ProvidesFile{dtk-full.clo}%
-  [2022/03/10 v0.1o dtk class options for full mode (RN)]
+  [2022/05/08 v0.1p dtk class options for full mode (RN)]
 
 \@ifclasslater{scrbook}{2015/09/29}{}{%
   \ClassError{dtk}{%
@@ -275,22 +275,16 @@
     \c at figure=\z@
     \c at table=\z@
     \c at equation=\z@
-    \renewenvironment{document}{%
-      \ifDTKrecord
-        % Write the definition of the complete bib filename list
-        \@ifundefined{BIBS:\the\c at artcounter}{}{%
-          \immediate\write\user at bibs{%
-            \string\@namedef{BIBS:\the\c at artcounter}%
-              {\csname BIBS:\the\c at artcounter\endcsname}%
-            \@percentchar\space \DTK at local@inputname
-          }%
-        }%
-        %%%\endgroup\expandafter
-      \fi
-      \DTK at embedded@begindocumenthook\ignorespaces
-    }{%
-      \DTK at embedded@enddocumenthook\mbox{}\endinput
-    }%
+    \ifDTKrecord
+      \gdef\document{\endgroup\endinput}%
+      \global\let\blx at warn@auxlist=\relax
+    \else
+      \renewenvironment{document}{%
+        \DTK at embedded@begindocumenthook\ignorespaces
+      }{%
+        \DTK at embedded@enddocumenthook\mbox{}\endinput
+      }%
+    \fi
     \@ifundefined{BIBS:\the\c at artcounter}{%
       \input{\DTK at local@inputname}%
     }{%
@@ -350,9 +344,7 @@
 \RequirePackage{picture}
 
 \DeclareNewLayer[page,background,mode=picture,contents={%
-%  \put(24mm,0.5\dimexpr\layerheight\relax){%
-  \put(-10mm,-2pt){%
-%     \includegraphics[angle=90]{dtk0}%
+  \put(24mm,0.5\dimexpr\layerheight\relax){%
     \makebox(0,0)[c]{\rotatebox[origin=c]{90}{%
       \resizebox{14cm}{!}{\Huge\DTK at fancyJournalname}}}%
     \put(8mm,0){\makebox(0,0)[c]{\rule{0.85mm}{\textheight}}}%

Modified: trunk/Master/texmf-dist/tex/latex/dtk/dtk.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dtk/dtk.cls	2022-12-19 21:57:54 UTC (rev 65314)
+++ trunk/Master/texmf-dist/tex/latex/dtk/dtk.cls	2022-12-19 23:10:53 UTC (rev 65315)
@@ -23,8 +23,8 @@
 
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 
-\def\DTKversion{2.08m}
-\def\DTKversiondate{2022/04/29}
+\def\DTKversion{2.08n}
+\def\DTKversiondate{2022/12/14}
 \ProvidesClass{dtk}[\DTKversiondate v\DTKversion dtk documentclass (RN)]
 
 \@ifpackagelater{iftex}{2019/10/24}{% 
@@ -570,6 +570,24 @@
 
 \lstset{style=noNumber}
 
+% see: https://tex.stackexchange.com/questions/25391/the-listings-package-and-utf-8/25396#25396
+\lst at InputCatcodes
+\def\lst at DefEC{%
+  \lst at CCECUse \lst at ProcessLetter
+  ^^80^^81^^82^^83^^84^^85^^86^^87^^88^^89^^8a^^8b^^8c^^8d^^8e^^8f%
+  ^^90^^91^^92^^93^^94^^95^^96^^97^^98^^99^^9a^^9b^^9c^^9d^^9e^^9f%
+  ^^a0^^a1^^a2^^a3^^a4^^a5^^a6^^a7^^a8^^a9^^aa^^ab^^ac^^ad^^ae^^af%
+  ^^b0^^b1^^b2^^b3^^b4^^b5^^b6^^b7^^b8^^b9^^ba^^bb^^bc^^bd^^be^^bf%
+  ^^c0^^c1^^c2^^c3^^c4^^c5^^c6^^c7^^c8^^c9^^ca^^cb^^cc^^cd^^ce^^cf%
+  ^^d0^^d1^^d2^^d3^^d4^^d5^^d6^^d7^^d8^^d9^^da^^db^^dc^^dd^^de^^df%
+  ^^e0^^e1^^e2^^e3^^e4^^e5^^e6^^e7^^e8^^e9^^ea^^eb^^ec^^ed^^ee^^ef%
+  ^^f0^^f1^^f2^^f3^^f4^^f5^^f6^^f7^^f8^^f9^^fa^^fb^^fc^^fd^^fe^^ff%
+  ^^^^20ac^^^^0153^^^^0152%
+  ^^^^0131% small letter dotless i
+  ^^00%
+}
+\lst at RestoreCatcodes
+
 % noHilit, latex ???
 
 \ifDTKrecord\else% wegen Problem mit verbatim-Paket/dtkGLOBAL



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