diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-22 21:48:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-22 21:48:45 +0000 |
commit | 84523e2a95dcff4d2436390317f77ff477824569 (patch) | |
tree | 3d5529610271163321b636b2fff4369deb5d7292 /Master/texmf-dist/doc/latex | |
parent | 390dbd0215f42f93d33b64df4798cef76f1ca336 (diff) |
knowledge (22nov18)
git-svn-id: svn://tug.org/texlive/trunk@49224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/knowledge.pdf | bin | 677730 -> 679361 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/knowledge.tex | 14 |
3 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/knowledge/README.md b/Master/texmf-dist/doc/latex/knowledge/README.md index e8cf3eed37a..9b8c2c2c5ec 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.12 - date: 2018/07/26 + version: v1.14 + date: 2018/11/21 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 Binary files differindex 39c2942e1df..416378b1df5 100644 --- a/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf +++ b/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf diff --git a/Master/texmf-dist/doc/latex/knowledge/knowledge.tex b/Master/texmf-dist/doc/latex/knowledge/knowledge.tex index 9739fd57bc4..256c97f0b11 100644 --- a/Master/texmf-dist/doc/latex/knowledge/knowledge.tex +++ b/Master/texmf-dist/doc/latex/knowledge/knowledge.tex @@ -688,8 +688,9 @@ This is essentially a list for personal referencing of what has to be done. \item[2018-02-21] Bug correction concerning the activation of scopes. \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-05-17] Correction to be compatible with the latest version of "expl3@@package" (thanks to Leo Stefanesco). \item[2018-07-26] Compatibility with utf8 symbols in labels (thanks to Yves Guiraud). +\item[2018-11-21] Corrected the behavior of "makeidx@@package" (thanks to Sylvain Schmitz). \end{compactdesc} \normalsize %\restoregeometry @@ -2086,10 +2087,13 @@ or by loading the \kl(package){makeidx} before the "knowledge@@package" package. 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 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). -\itemAP[\intro{index parent key=}] makes the \kl{index entry} be a subentry of the given \kl{main index entry}. -\itemAP[\intro{index style=}] makes the \kl{index entry} be a subentry of the given \kl{main index entry}. +\itemAP[\intro{index=}] is the text typeset in the index. It uses the standard syntax of the \cs{\index} command. By default, it is the knowledge name itself. You can use the full syntax of \cs{\index} in it, i.e. using `!' and `@'. +\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). You can use `!' in it, as long as it does not clash with "index=" in order to avoid clashes. +\itemAP[\intro{index parent key=}] makes the \kl{index entry} be a subentry of the given \kl{main index entry} (a replacement of `!'). Once more, it should not clash with "index=" and "index key=". +\itemAP[\intro{index style=}] is followed by a token (without the scape character) that will be used for displaying the number (e.g. "index style="\texttt{textbf}). Usually, this is to be used in order to typeset in a particular manner the knowledges in the index when introduced. Thus, by default, the \cs{\intro}, \cs{\reintro} and \cs{\phantomintro} command use the command \csintro{\knowledgeIntroIndexStyle}. Hence, you can use for instance: +\begin{code}[8cm] +\cs\def\cs\knowledgeIntroIndexStyle\#1\{\cs\fbox\{\#1\}\} +\end{code} \end{description} |