texlive[58150] Master/texmf-dist: dashundergaps (5mar21)
commits+karl at tug.org
commits+karl at tug.org
Fri Mar 5 23:20:14 CET 2021
Revision: 58150
http://tug.org/svn/texlive?view=revision&revision=58150
Author: karl
Date: 2021-03-05 23:20:14 +0100 (Fri, 05 Mar 2021)
Log Message:
-----------
dashundergaps (5mar21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/dashundergaps/README.md
trunk/Master/texmf-dist/doc/latex/dashundergaps/changes.txt
trunk/Master/texmf-dist/doc/latex/dashundergaps/dashundergaps-code.pdf
trunk/Master/texmf-dist/doc/latex/dashundergaps/dashundergaps-doc.pdf
trunk/Master/texmf-dist/doc/latex/dashundergaps/l3doc-TUB.cls
trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.dtx
trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.ins
trunk/Master/texmf-dist/tex/latex/dashundergaps/dashundergaps.sty
Modified: trunk/Master/texmf-dist/doc/latex/dashundergaps/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dashundergaps/README.md 2021-03-05 22:06:32 UTC (rev 58149)
+++ trunk/Master/texmf-dist/doc/latex/dashundergaps/README.md 2021-03-05 22:20:14 UTC (rev 58150)
@@ -16,7 +16,7 @@
-----
-Copyright (C) 2018-2020 Frank Mittelbach<br />
+Copyright (C) 2018-2021 Frank Mittelbach<br />
<https://latex-project.org/> <br />
All rights reserved.
Modified: trunk/Master/texmf-dist/doc/latex/dashundergaps/changes.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dashundergaps/changes.txt 2021-03-05 22:06:32 UTC (rev 58149)
+++ trunk/Master/texmf-dist/doc/latex/dashundergaps/changes.txt 2021-03-05 22:20:14 UTC (rev 58150)
@@ -1,3 +1,7 @@
+2021-03-05 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * dashundergaps.dtx: xparse now part of the LaTeX kernel
+
2020-02-11 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* dashundergaps.dtx: Expand argument up front to work around
Modified: trunk/Master/texmf-dist/doc/latex/dashundergaps/dashundergaps-code.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/dashundergaps/dashundergaps-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/dashundergaps/l3doc-TUB.cls
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dashundergaps/l3doc-TUB.cls 2021-03-05 22:06:32 UTC (rev 58149)
+++ trunk/Master/texmf-dist/doc/latex/dashundergaps/l3doc-TUB.cls 2021-03-05 22:20:14 UTC (rev 58150)
@@ -20,7 +20,7 @@
%%
%% 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.
%%
@@ -27,13 +27,13 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% 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 at CodelineNo
\__codedoc_special_index:nn {#1} { main }
\int_gdecr:N \c at 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
Modified: trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.dtx 2021-03-05 22:06:32 UTC (rev 58149)
+++ trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.dtx 2021-03-05 22:20:14 UTC (rev 58150)
@@ -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
Modified: trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.ins 2021-03-05 22:06:32 UTC (rev 58149)
+++ trunk/Master/texmf-dist/source/latex/dashundergaps/dashundergaps.ins 2021-03-05 22:20:14 UTC (rev 58150)
@@ -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'.
--------------------------------------------------------------------------
Modified: trunk/Master/texmf-dist/tex/latex/dashundergaps/dashundergaps.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dashundergaps/dashundergaps.sty 2021-03-05 22:06:32 UTC (rev 58149)
+++ trunk/Master/texmf-dist/tex/latex/dashundergaps/dashundergaps.sty 2021-03-05 22:20:14 UTC (rev 58150)
@@ -8,7 +8,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'.
%% --------------------------------------------------------------------------
@@ -32,10 +32,10 @@
%% where one can also log issues in case there are any.
%%
%%
-%% File: dashundergaps.dtx (C) Copyright 2018-2020 Frank Mittelbach
+%% File: dashundergaps.dtx (C) Copyright 2018-2021 Frank Mittelbach
-\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}
\RequirePackage[normalem]{ulem}
\protected\def\dotuline{\leavevmode\bgroup
@@ -61,7 +61,7 @@
\fmdug at box\UL at box \fi}
\let\fmdug at box\box
-\RequirePackage{xparse,l3keys2e}
+\RequirePackage{l3keys2e}
\@ifpackagelater{expl3}{2018-06-24}
{}
{%
More information about the tex-live-commits
mailing list.