blob: a02aace7770585850593c267e413ced0bdbe8036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
This directory contains the package
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
|