diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/knowledge/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/README.txt | 68 |
1 files changed, 35 insertions, 33 deletions
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 |