diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-16 20:17:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-16 20:17:19 +0000 |
commit | aee6748a8b873aaad3dece666f06d3c18342ed4a (patch) | |
tree | 4050dc069759dc2e7eeb7cc35a3d628a1408ba29 /Master/texmf-dist/doc/latex/knowledge | |
parent | 1c11694c6696878f92c4e0a5352d566092575ee0 (diff) |
knowledge (16oct17)
git-svn-id: svn://tug.org/texlive/trunk@45548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/knowledge')
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/README.TEXLIVE | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/README.txt | 68 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/knowledge.pdf | bin | 0 -> 669574 bytes |
4 files changed, 38 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/knowledge/README.TEXLIVE b/Master/texmf-dist/doc/latex/knowledge/README.TEXLIVE deleted file mode 100644 index bea3d266f88..00000000000 --- a/Master/texmf-dist/doc/latex/knowledge/README.TEXLIVE +++ /dev/null @@ -1,7 +0,0 @@ -The following files have been removed in the TeX Live installation of -the current package, typically due to duplication, lack of space, or -missing source code. You can find these files on CTAN at - http://mirror.ctan.org/macros/latex/contrib/knowledge -If questions or concerns, email tex-live@tug.org. - - knowledge.pdf diff --git a/Master/texmf-dist/doc/latex/knowledge/README.txt b/Master/texmf-dist/doc/latex/knowledge/README.txt index 6b9d214967d..a02aace7770 100644 --- a/Master/texmf-dist/doc/latex/knowledge/README.txt +++ b/Master/texmf-dist/doc/latex/knowledge/README.txt @@ -1,36 +1,38 @@ This directory contains the package - name: knowledge.sty - version: 1.05 - date: 2017-09-26 - license: LaTeX Project Public License version 1.2 or above - - author: Thomas Colcombet - mail: thomas.colcombet@irif.fr - web: https://www.irif.fr/~colcombe/knowledge_en.html - - -Purpose: -The knowledge package for LaTeX offers a systematic way to handle -notions/concepts/terms throughout a document. It helps building an -index. In combination with hyperref it makes it easy to have every -references of a concept linked to its introduction. It also offers -simple notations. - - -Content of the file knowledge-sources.zip: - - README.txt: this file - - knowledge.sty: the package file (generated) - - knowledge.pdf: the user documentation (generated) - - makefile: the makefile. Use 'make all' - to generate knowledge.sty and knowledge.pdf - - knowledge.dtx: the main file - (compiling it directly yields a developper version of the - documentation that contains the code. Use 'make all' - for the regular version) - - all.ins: file generating knowledge.sty when compiled (docstrip) - - knowledge-configuration.dtx: file containing part of the configuration - - knowledge-utils.dtx: file containing several pieces of code not really related specifically to knowledge - - knowledge-example.tex: an example file - + name: knowledge.sty + version: v1.07 + date: 2017/10/13 + license: LaTeX Project Public License version 1.2 or above + + author: Thomas Colcombet + mail: thomas.colcombet@irif.fr + web: https://www.irif.fr/~colcombe/knowledge_en.html + + + Purpose: + The knowledge package for LaTeX offers a systematic way to handle + notions/concepts/terms throughout a document. It helps building an + index. In combination with hyperref it makes it easy to have every + references of a concept linked to its introduction. It also offers + simple notations. + + +Content of the file knowledge-sources.zip: + - README.txt: this file, generated while compiling knowledge.dtx + - knowledge.sty: the package file (generated) + - knowledge.pdf: the user documentation (generated) + - makefile: the makefile. Use 'make all' + to generate knowledge.sty and knowledge.pdf + - knowledge.dtx: the main file + (compiling it directly yields a developper version of the + documentation that contains the code. Use 'make all' + for the regular version. It also produces README.txt) + - all.ins: file generating knowledge.sty when compiled (docstrip) + - knowledge-configuration.dtx: file containing part of the configuration + - knowledge-utils.dtx: file containing several pieces of code not really + related specifically to knowledge + - knowledge-example.tex: an example file + + Note: this file is created when compiling knowledge.dtx diff --git a/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex b/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex index 842d6fbd0e2..3c050812be9 100644 --- a/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex +++ b/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex @@ -56,12 +56,12 @@ \knowledge{knowledges}{synonym} \knowledge{Knowledges}{synonym} -% Some other configurations are possible, such as: +% Some other configurations are possible, such as external url's or replacement texts: \knowledge{LaTeX}[latex|LATEX|Latex]{url={https://fr.wikipedia.org/wiki/LaTeX}, text=\LaTeX} % Configurations can also be made contextual. For instance, the % following knowledge is only accessible directly in the introduction. -% It can nevertheless be used from elswhere using "pdflatex@@section:introduction", +% It can nevertheless be used from elsewhere using "pdflatex@@section:introduction", \knowledge{pdflatex}{scope={section:example},url={https://en.wikipedia.org/wiki/PdfTeX}, typewriter} % or \kl(section:introduction){pdflatex}. See 'scoping' in the documetation for more details. @@ -124,6 +124,6 @@ The `@' symbol allows some flexibility by having a displayed text different from \end{quote} However, using undefined "knowledges" will not cause compile time errors, but be displayed as in the following `"unknown knowledge"' (i.e. in non-"paper mode" in brown, but in regular black in "paper mode" or "electronic mode"). \AP The ""diagnose file"" (that ends with a \texttt{.diagnose} extension) contains detailed information about these warnings, and should be read often when finalizing the document. -\AP Small red corners are visible in the margin. These are called ""anchor points"" and are introduced +\AP Small red corners called ""anchor points"" are visible in the margin, and represent the precise location in a pdf document where an internal link jumps. These are introduced using the \texttt{\detokenize{\AP}}command, commonly at the beginning of each paragraph that introduce some concept, or even in the middle of the paragraph. The "anchor points" become invisible in "paper@paper mode" or "electronic mode". \end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf b/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf Binary files differnew file mode 100644 index 00000000000..4d716105a1c --- /dev/null +++ b/Master/texmf-dist/doc/latex/knowledge/knowledge.pdf |