summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/knowledge
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-04 02:05:27 +0000
committerNorbert Preining <preining@logic.at>2021-04-04 02:05:27 +0000
commit9c51cd2718eb7d5a9952e02d4559100507356786 (patch)
tree7dab165930ee064a9106f55e636adb5d372245a3 /Master/texmf-dist/source/latex/knowledge
parent75696a6f22c0bbb31615b1d9176832ad0ae640aa (diff)
knowledge (4apr21)
git-svn-id: svn://tug.org/texlive/trunk@58724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/knowledge')
-rw-r--r--Master/texmf-dist/source/latex/knowledge/knowledge-code.dtx12
1 files changed, 4 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/knowledge/knowledge-code.dtx b/Master/texmf-dist/source/latex/knowledge/knowledge-code.dtx
index 947040dac96..8c5c6aeb43c 100644
--- a/Master/texmf-dist/source/latex/knowledge/knowledge-code.dtx
+++ b/Master/texmf-dist/source/latex/knowledge/knowledge-code.dtx
@@ -23,7 +23,7 @@
%
% \iffalse
%<head>\usepackage{expl3}
-%<head>\ProvidesExplPackage{knowledge}{2020/09/22}{1.24}{}
+%<head>\ProvidesExplPackage{knowledge}{2021/03/31}{1.25}{}
%<*driver>
\def\knowledgecode{active}
\input{knowledge.tex}
@@ -57,6 +57,7 @@
% \changes{1.22}{2020/03/05}{improvements} %
% \changes{1.23}{2020/04/25}{minor change} %
% \changes{1.24}{2020/09/22}{silent option} %
+% \changes{1.25}{2021/03/31}{bug correction} %
% \GetFileInfo{knowledge.sty} %
% \DoNotIndex{}
%
@@ -76,8 +77,8 @@ This directory contains the package
name: knowledge
license: LaTeX Project Public License version 1.2 or above
- version: v1.24
- date: 2020/09/22
+ version: v1.25
+ date: 2021/03/31
author: Thomas Colcombet
mail: thomas.colcombet@irif.fr
web: https://www.irif.fr/~colcombe/knowledge_en.html
@@ -147,11 +148,6 @@ This directory contains the package
{}
% \end{macrocode}
%
-% When uploading to arXiv, a 2016 version of LaTeX is used and one macro name has changed since this in \kl{expl3}. Let us correct it: it makes it possible to include the latest version of \kl(package){knowledge} as a .sty file:
-% \begin{macrocode}
-\cs_if_exist:NTF\ior_str_get:NN{}
- {\cs_set_eq:NN\ior_str_get:NN\ior_get_str:NN}
-% \end{macrocode}
%
%\AP One defines the code of \csintro{\klparse_ifnextchar:NTF}
% which is a link to \cs{\@ifnextchar},