summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/knowledge
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-26 21:44:37 +0000
committerKarl Berry <karl@freefriends.org>2018-07-26 21:44:37 +0000
commit2b0769f9e04cd016fdc87710e6b7d6f3f1386b9b (patch)
tree920df06fcd56e7b40f59cec3e10043a121a0c658 /Master/texmf-dist/doc/latex/knowledge
parent6ed35acfc66d112e7acdf13daf38cb1244f97008 (diff)
knowledge (26jul18)
git-svn-id: svn://tug.org/texlive/trunk@48280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/knowledge')
-rw-r--r--Master/texmf-dist/doc/latex/knowledge/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/knowledge/knowledge.pdfbin677639 -> 677730 bytes
-rw-r--r--Master/texmf-dist/doc/latex/knowledge/knowledge.tex6
3 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/knowledge/README.md b/Master/texmf-dist/doc/latex/knowledge/README.md
index c05535030e0..e8cf3eed37a 100644
--- a/Master/texmf-dist/doc/latex/knowledge/README.md
+++ b/Master/texmf-dist/doc/latex/knowledge/README.md
@@ -3,8 +3,8 @@ This directory contains the package
name: knowledge
license: LaTeX Project Public License version 1.2 or above
- version: v1.11
- date: 2018/05/17
+ version: v1.12
+ date: 2018/07/26
author: Thomas Colcombet
mail: thomas.colcombet@irif.fr
web: https://www.irif.fr/~colcombe/knowledge_en.html
diff --git a/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf b/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf
index 8c5970a16ad..39c2942e1df 100644
--- a/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf
+++ b/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/knowledge/knowledge.tex b/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
index 72f8bb013b7..9739fd57bc4 100644
--- a/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
+++ b/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
@@ -689,6 +689,7 @@ This is essentially a list for personal referencing of what has to be done.
\item[2018-02-21] Documentation improvement for "Emacs" (thanks to Michaƫl Cadilhac).
\item[2018-02-24] Documentation improvement for the environment "thebibliography@@env".
\item[2018-05-17] Correction to be compatible with the lastest version of "expl3@@package" (thanks to Leo Stefanesco).
+\item[2018-07-26] Compatibility with utf8 symbols in labels (thanks to Yves Guiraud).
\end{compactdesc}
\normalsize
%\restoregeometry
@@ -2083,7 +2084,7 @@ or by loading the \kl(package){makeidx} before the "knowledge@@package" package.
\subsubsubsection{Features}
When activated, it becomes possible to trigger the \cs{\index} command when a \cs{\kl} command is used.
-The following \kl[\knowledge directives]{directives} are use:
+The following \kl[\knowledge directives]{directives} are to be used:
\begin{description}
\itemAP[\intro{index=}] is the version that uses the standard syntax of the \cs{\index} parameter.
\itemAP[\intro{index key=}] takes as argument the \kl{index key}: a text that is used for identifying the \kl{index entry} (usually an accent free version of it).
@@ -2305,7 +2306,8 @@ A workaround is to use the \texttt{breaklinks} option of \kl(package){hyperref}
\subsection{Problems with scope}
\subsubsection{Problems in combination with \cs{\bibitem} and "thebibliography@@env"}
-\section{}
+
+
The "scope option" of the package triggers some analysis of the code, and restrains the structure of the code (in particular, this is because "scopes" have to be nested, and thus some not so well nested part of \LaTeX{} yields error). In particular, the "scope option" does not allow to have a \cs{\section} command inside a list.
However, this is what does the environment "thebibliography@@env", yielding a scoping error.