diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/knowledge/knowledge.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/knowledge/knowledge.dtx | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/knowledge/knowledge.dtx b/Master/texmf-dist/source/latex/knowledge/knowledge.dtx index a1e49d2a029..d76b1cab9ba 100644 --- a/Master/texmf-dist/source/latex/knowledge/knowledge.dtx +++ b/Master/texmf-dist/source/latex/knowledge/knowledge.dtx @@ -23,9 +23,9 @@ % % \iffalse %<head>\usepackage{expl3} -%<head>\ProvidesExplPackage{knowledge}{2017/09/26}{v1.05}{} +%<head>\ProvidesExplPackage{knowledge}{2017/10/10}{v1.06}{} %<*driver> -\def\knowledgeversion{2017/07/28 v1.05} +\def\knowledgeversion{2017/10/10 v1.06} \documentclass{ltxdoc} @@ -575,7 +575,7 @@ \begin{document} \label{paper:top} \title{The \texttt{knowledge} package\\\small[\knowledgeversion]} -\author{Thomas Colcombet \\ \texttt{thomas.c olcombet@irif.fr}} +\author{Thomas Colcombet \\ \texttt{thomas.colcombet@irif.fr}} \maketitle \begin{abstract}\phantomintro(package){knowledge}% @@ -699,8 +699,10 @@ This is essentially a list for personal referencing of what has to be done. \item[2017-08-06] Now passes the compliance test \texttt{check-declarations} of "expl3@@package" (thanks to Marc Zeitoun) \item[2017-09-12] The "hidelinks" option of "hyperref@@package" is now always activated. -\item[2017-09-25] Ancient version of "xparse@@package" do not have \cs{\NewExpandableDocumentCommand}. Corrected. +\item[2017-09-25] Ancient version of "xparse@@package" does not have \cs{\NewExpandableDocumentCommand}. Corrected. \item[2017-09-26] Version 1.05 on CTAN. +\item[2017-10-10] Bug in the implementation of \cs{\knowledgenewvariant} (that was invisible). Found and corrected (thanks to Marc Zeitoun). +\item[2017-10-10] Version 1.06 on CTAN. \end{compactdesc} \normalsize %\restoregeometry @@ -2454,6 +2456,7 @@ If other kind of problems occur, report them to \texttt{thomas.colcombet@irif.fr % \changes{v1.03}{2017/07/27}{scoping,bug fixes} % % \changes{v1.04}{2017/07/28}{minor changes,bug fixes} % % \changes{v1.05}{2017/09/26}{minor changes,bug fixes} % +% \changes{v1.06}{2017/10/10}{bug correction} % % \GetFileInfo{knowledge.sty} % % \DoNotIndex{} % @@ -3424,6 +3427,8 @@ If other kind of problems occur, report them to \texttt{thomas.colcombet@irif.fr {\seq_clear_new:N\l_tmpa_seq} \exp_args:NNx\seq_gpush:Nn \l_tmpa_seq{\scope_top_instance_tl} + \seq_new:c + {\scopept_tl.instance[\scope_top_instance_tl].context_seq} \seq_gset_eq:cN {\scopept_tl.instance[\scope_top_instance_tl].context_seq} \l_tmpa_seq @@ -4883,7 +4888,7 @@ If other kind of problems occur, report them to \texttt{thomas.colcombet@irif.fr {\bool_set_text:cn{knowledge_kl_\knowledge_variant_key_tl _unknownwarning_bool}{#1}}, % unknown~diagnose .choices:nn = {true,false} - {\tl_set:cn{knowledge_kl_\knowledge_variant_key_tl _unknowndiagnose_bool}{#1}}, + {\bool_set_text:cn{knowledge_kl_\knowledge_variant_key_tl _unknowndiagnose_bool}{#1}}, % default~style .code:n = {\tl_set:cn{knowledge_kl_\knowledge_variant_key_tl _default_style_tl}{#1}}, |