From d3666774005482ce055e7a76081973af60b670e8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 6 Mar 2021 03:01:24 +0000 Subject: CTAN sync 202103060301 --- macros/latex/contrib/dashundergaps/README.md | 2 +- macros/latex/contrib/dashundergaps/changes.txt | 4 ++++ .../contrib/dashundergaps/dashundergaps-code.pdf | Bin 597925 -> 599175 bytes .../contrib/dashundergaps/dashundergaps-doc.pdf | Bin 467798 -> 468661 bytes .../latex/contrib/dashundergaps/dashundergaps.dtx | 11 ++++++----- .../latex/contrib/dashundergaps/dashundergaps.ins | 4 ++-- macros/latex/contrib/dashundergaps/l3doc-TUB.cls | 18 +++++++++--------- 7 files changed, 22 insertions(+), 17 deletions(-) (limited to 'macros/latex/contrib/dashundergaps') diff --git a/macros/latex/contrib/dashundergaps/README.md b/macros/latex/contrib/dashundergaps/README.md index aa95e95f5a..636df7db53 100644 --- a/macros/latex/contrib/dashundergaps/README.md +++ b/macros/latex/contrib/dashundergaps/README.md @@ -16,7 +16,7 @@ The license is LPPL 1.3c. ----- -Copyright (C) 2018-2020 Frank Mittelbach
+Copyright (C) 2018-2021 Frank Mittelbach

All rights reserved. diff --git a/macros/latex/contrib/dashundergaps/changes.txt b/macros/latex/contrib/dashundergaps/changes.txt index 46239c6a30..89d9a0545b 100644 --- a/macros/latex/contrib/dashundergaps/changes.txt +++ b/macros/latex/contrib/dashundergaps/changes.txt @@ -1,3 +1,7 @@ +2021-03-05 Frank Mittelbach + + * dashundergaps.dtx: xparse now part of the LaTeX kernel + 2020-02-11 Frank Mittelbach * dashundergaps.dtx: Expand argument up front to work around diff --git a/macros/latex/contrib/dashundergaps/dashundergaps-code.pdf b/macros/latex/contrib/dashundergaps/dashundergaps-code.pdf index 3e16abdcf3..16038487d9 100644 Binary files a/macros/latex/contrib/dashundergaps/dashundergaps-code.pdf and b/macros/latex/contrib/dashundergaps/dashundergaps-code.pdf differ diff --git a/macros/latex/contrib/dashundergaps/dashundergaps-doc.pdf b/macros/latex/contrib/dashundergaps/dashundergaps-doc.pdf index 798c0496f9..b69dd0d1e0 100644 Binary files a/macros/latex/contrib/dashundergaps/dashundergaps-doc.pdf and b/macros/latex/contrib/dashundergaps/dashundergaps-doc.pdf differ diff --git a/macros/latex/contrib/dashundergaps/dashundergaps.dtx b/macros/latex/contrib/dashundergaps/dashundergaps.dtx index 5b1f91a45e..26ee414b72 100644 --- a/macros/latex/contrib/dashundergaps/dashundergaps.dtx +++ b/macros/latex/contrib/dashundergaps/dashundergaps.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: dashundergaps.dtx (C) Copyright 2018-2020 Frank Mittelbach +%% File: dashundergaps.dtx (C) Copyright 2018-2021 Frank Mittelbach % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -17,8 +17,8 @@ % for those people who are interested or want to report an issue. % -\def\dashundergapsdate {2020-02-11} % don't forget to also adjust build.lua! -\def\dashundergapsversion{v2.0g} +\def\dashundergapsdate {2021-03-05} % don't forget to also adjust build.lua! +\def\dashundergapsversion{v2.0h} %<*driver> \let\fmipagebreak\pagebreak @@ -638,9 +638,10 @@ % We need the package \pkg{xparse} for specifying the document-level % interface commands and \pkg{l3keys2e} to use the \pkg{expl3} key % value methods within \LaTeXe{}. These packages automatically -% require \pkg{expl3} so there is no need to load that explicitly. +% require \pkg{expl3} so there is no need to load that explicitly +% and nowadays the core of \pkg{xparse} is part of the \LaTeX{} kernel. % \begin{macrocode} -\RequirePackage{xparse,l3keys2e} +\RequirePackage{l3keys2e} % \end{macrocode} % % As the code uses some functions from \pkg{expl3} that got diff --git a/macros/latex/contrib/dashundergaps/dashundergaps.ins b/macros/latex/contrib/dashundergaps/dashundergaps.ins index 935cdce488..bca8837b42 100644 --- a/macros/latex/contrib/dashundergaps/dashundergaps.ins +++ b/macros/latex/contrib/dashundergaps/dashundergaps.ins @@ -3,7 +3,7 @@ %% driver files from the dtx file(s) in this package when run through %% LaTeX or TeX. %% -%% Copyright 2018-2020 Frank Mittelbach +%% Copyright 2018-2021 Frank Mittelbach %% %% %% This file is part of the dashundergaps Bundle for LaTeX. @@ -35,7 +35,7 @@ This is a generated file. -Copyright 2018-2020 Frank Mittelbach +Copyright 2018-2021 Frank Mittelbach This file was generated from file(s) of the LaTeX `dashundergaps Bundle'. -------------------------------------------------------------------------- diff --git a/macros/latex/contrib/dashundergaps/l3doc-TUB.cls b/macros/latex/contrib/dashundergaps/l3doc-TUB.cls index e3f9138d73..50a8a9a9d9 100644 --- a/macros/latex/contrib/dashundergaps/l3doc-TUB.cls +++ b/macros/latex/contrib/dashundergaps/l3doc-TUB.cls @@ -20,20 +20,20 @@ %% %% This is really a temporary file intended for a single article %% written for TugBoat It is a copy of l3doc.cls with a couple of -%% changes, nothing more Eventually this will get replaced by a real +%% changes, nothing more. Eventually this will get replaced by a real %% class once l3doc.cls gets properly split into a class part and a %% support part. %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% If you use this for anything other than processing the documents it -%% was meant for (which so far is 1) you are on your own :-) +%% was meant for (which so far is 2) you are on your own :-) %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \RequirePackage{expl3,xparse,calc} -\ProvidesExplClass{l3doc-TUB}{2018/02/21}{} - {L3 Experimental documentation class (special version for TUGboat)} +\ProvidesExplClass{l3doc-TUB}{2021/03/02}{} + {L3 Experimental documentation class (special version for TUGboat with fixes)} \clist_new:N \g_docinput_clist \seq_new:N \g_doc_functions_seq \seq_new:N \g_doc_macros_seq @@ -1091,7 +1091,7 @@ \dim_set:Nn \l__codedoc_trial_width_dim { \box_wd:N \l__codedoc_functions_coffin } \bool_set:Nn \l__codedoc_long_name_bool - { \dim_compare_p:nNn \l__codedoc_trial_width_dim > \marginparwidth } + { \dim_compare_p:nNn \l__codedoc_trial_width_dim > {\marginparwidth + 1cm} } % FMi crude fix } \cs_new_protected:Npn \__codedoc_function_descr_start:w { @@ -1400,10 +1400,10 @@ { \llap { - \hbox_unpack_clear:N \l__codedoc_macro_index_box + \hbox_unpack_drop:N \l__codedoc_macro_index_box \vtop to \baselineskip { - \vbox_unpack_clear:N \l__codedoc_macro_box + \vbox_unpack_drop:N \l__codedoc_macro_box \vss } } @@ -1443,7 +1443,7 @@ \__codedoc_if_macro_internal:nF {#1} { \seq_gput_right:Nn \g_doc_macros_seq {#1} } \hbox_set:Nw \l__codedoc_macro_index_box - \hbox_unpack_clear:N \l__codedoc_macro_index_box + \hbox_unpack_drop:N \l__codedoc_macro_index_box \int_gincr:N \c@CodelineNo \__codedoc_special_index:nn {#1} { main } \int_gdecr:N \c@CodelineNo @@ -1455,7 +1455,7 @@ { \vbox_set:Nn \l__codedoc_macro_box { - \vbox_unpack_clear:N \l__codedoc_macro_box + \vbox_unpack_drop:N \l__codedoc_macro_box \hbox { \llap { \__codedoc_print_macroname:nN {#1} #2 \ } } } \int_incr:N \l__codedoc_macro_int -- cgit v1.2.3