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 --- Master/texmf-dist/tex/latex/askinclude/askinclude.sty | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/latex/askinclude') diff --git a/Master/texmf-dist/tex/latex/askinclude/askinclude.sty b/Master/texmf-dist/tex/latex/askinclude/askinclude.sty index f558085fc88..6e27f30c174 100644 --- a/Master/texmf-dist/tex/latex/askinclude/askinclude.sty +++ b/Master/texmf-dist/tex/latex/askinclude/askinclude.sty @@ -9,12 +9,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 @@ -32,7 +32,6 @@ %% Heiko Oberdiek and the Oberdiek Package Support Group %% https://github.com/ho-tex/askinclude/issues %% -%% %% This work consists of the main source file askinclude.dtx %% and the derived files %% askinclude.sty, askinclude.pdf, askinclude.ins, askinclude.drv, @@ -88,7 +87,7 @@ \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]% \ifx\pdfextension\@undefined\else \protected\def\pdflastobj {\numexpr\pdffeedback lastobj\relax} \protected\def\pdfnames {\pdfextension names } @@ -477,9 +476,9 @@ \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 }% }% @@ -624,9 +623,9 @@ \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 -- cgit v1.2.3