summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/knowledge/knowledge.tex')
-rw-r--r--Master/texmf-dist/doc/latex/knowledge/knowledge.tex6
1 files changed, 4 insertions, 2 deletions
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.