From 3f39823bd74416cdd062d08aa920104205ec8e8f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 13 Apr 2020 21:41:59 +0000 Subject: askinclude (13apr20) git-svn-id: svn://tug.org/texlive/trunk@54725 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/askinclude/askinclude.dtx | 100 ++++----------------- 1 file changed, 15 insertions(+), 85 deletions(-) (limited to 'Master/texmf-dist/source/latex/askinclude') diff --git a/Master/texmf-dist/source/latex/askinclude/askinclude.dtx b/Master/texmf-dist/source/latex/askinclude/askinclude.dtx index ace5aba3e80..4044aa81280 100644 --- a/Master/texmf-dist/source/latex/askinclude/askinclude.dtx +++ b/Master/texmf-dist/source/latex/askinclude/askinclude.dtx @@ -1,13 +1,13 @@ % \iffalse meta-comment % % File: askinclude.dtx -% Version: 2019-12-10 v2.6 +% Version: 2020-04-12 v2.7 % Info: Interactive asking of included files % % Copyright (C) % 1991-1994 Pablo A. Straub % 2007, 2008, 2011 Heiko Oberdiek -% 2016-2019 Oberdiek Package Support Group +% 2016-2020 Oberdiek Package Support Group % https://github.com/ho-tex/askinclude/issues % % This work may be distributed and/or modified under the @@ -81,7 +81,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: askinclude 2019-12-10 v2.6 Interactive asking of included files} +\Msg{* Package: askinclude 2020-04-12 v2.7 Interactive asking of included files} \Msg{************************************************************************} \keepsilent @@ -93,12 +93,12 @@ This is a generated file. Project: askinclude -Version: 2019-12-10 v2.6 +Version: 2020-04-12 v2.7 Copyright (C) 1991-1994 Pablo A. Straub 2007, 2008, 2011 Heiko Oberdiek - 2016-2019 Oberdiek Package Support Group + 2016-2020 Oberdiek Package Support Group This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either @@ -193,7 +193,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{askinclude.drv}% - [2019-12-10 v2.6 Interactive asking of included files]% + [2020-04-12 v2.7 Interactive asking of included files]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \usepackage{iftex} @@ -221,12 +221,12 @@ and the derived files % \GetFileInfo{askinclude.drv} % % \title{The \xpackage{askinclude} package} -% \date{2019-12-10 v2.6} +% \date{2020-04-12 v2.7} % \author{ % Pablo A. Straub\\[1ex] % Heiko Oberdiek\thanks % {Please report any issues at \url{https://github.com/ho-tex/askinclude/issues}}} -% +% % % \maketitle % @@ -608,7 +608,7 @@ and the derived files \TMP@EnsureCode{96}{12}% ` \edef\AskInc@AtEnd{\AskInc@AtEnd\noexpand\endinput} \ProvidesPackage{askinclude}% - [2019-12-10 v2.6 Interactive asking of included files]% + [2020-04-12 v2.7 Interactive asking of included files]% % \end{macrocode} % % Luatex compat @@ -1266,9 +1266,9 @@ and the derived files \AskInc@DoMatch{##1}{% \AskInc@WriteAddMatch{##1}% \ifx\@partlist\@empty - \gdef\@partlist{##1}% + \expandafter\gdef\expandafter\@partlist\expandafter{\detokenize{##1}}% \else - \g@addto@macro\@partlist{,##1}% + \expandafter\g@addto@macro\expandafter\@partlist\expandafter{\expandafter,\detokenize{##1}}% \fi }% }% @@ -1498,9 +1498,9 @@ and the derived files \AskInc@AskQuestion \ifx\AskInc@AskResult\AskInc@CharYes \ifx\AskInc@Answer\@empty - \gdef\AskInc@Answer{#1}% + \expandafter\gdef\expandafter\AskInc@Answer\expandafter{\detokenize{#1}}% \else - \g@addto@macro\AskInc@Answer{,#1}% + \expandafter\g@addto@macro\expandafter\AskInc@Answer\expandafter{\expandafter,\detokenize{#1}}% \fi \AskInc@SaveAnswer \let\@partlist\AskInc@Answer @@ -1820,78 +1820,8 @@ and the derived files % \begin{Version}{2019-12-10 v2.6} % \item Updated % \end{Version} -% \end{History} -% -% \PrintIndex -% -% \Finale -\endinput -% \begin{Version}{1991/11/05 v0.95} -% \item -% First beta-test version (asked two questions). -% \end{Version} -% \begin{Version}{1991/11/05 v0.99} -% \item -% Second beta-test version (asks one question; uses `|*|' and `|-|'). -% \end{Version} -% \begin{Version}{1991/11/07 v1.0} -% \item -% Changed prompts (sent to \xnewsgroup{comp.text.tex}): -% \URL{``\link{Interactive inclusion of files in LaTeX}''}^^A -% {https://groups.google.com/group/comp.text.tex/msg/34b770a7c277e79c} -% \end{Version} -% \begin{Version}{1991/12/13 v1.1} -% \item -% \textit{Unknown}. -% \end{Version} -% \begin{Version}{1994/11/02 v1.2e} -% \item -% Two small changes to run under LaTeX2e [RF]. -% \item -% Additional documentation [TRS]. -% \end{Version} -% \begin{Version}{2007/10/15 v1.0 (askinc)} -% \item -% Reimplementation, published as \xpackage{askinc} in -% newsgroup \xnewsgroup{comp.text.tex}:\\ -% \URL{``\link{Re: askinclude.sty}''}^^A -% {https://groups.google.com/group/comp.text.tex/msg/2d638b84a858fdc8} -% \item -% Listing of included files, collected from the previous run before -% the question. -% \item -% No error message by \xfile{.aux} file if package is removed. -% \end{Version} -% \begin{Version}{2007/10/23 v2.0} -% \item -% The next version of \xpackage{askinc} becomes -% version 2.0 of \xpackage{askinclude}. -% \item -% `|?|' added for questioning each file. -% \item -% \cs{includeonly} has precedence until package loading. -% Then it is disabled by a warning. -% \item -% Documentation rewritten/added. -% \item -% Tests added. -% \end{Version} -% \begin{Version}{2008/08/11 v2.1} -% \item -% Code is not changed. -% \item -% URLs updated. -% \end{Version} -% \begin{Version}{2011/12/02 v2.2} -% \item -% Bibliography rewritten for biblatex. -% \end{Version} -% \begin{Version}{2016/05/14 v2.3} -% \item -% Luatex compatibility -% \end{Version} -% \begin{Version}{2019-12-10 v2.6} -% \item Updated +% \begin{Version}{2020-04-12 v2.7} +% \item Fixed issue \#1, wrong catcode in filename match after kernel change. % \end{Version} % \end{History} % -- cgit v1.2.3