blob: 398b3d74bfb460c2a8a9f8a96676672f6231f5d6 (
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
39
40
41
42
43
44
45
46
47
|
%%%%%%%%
This directory contains the package
name: knowledge
license: LaTeX Project Public License version 1.2 or above
version: v1.21
date: 2020/01/26
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. In combination with
hyperref, it is used for easily handling links inside a document (every
use of a concept is linked to its introduction), or outside the document
(for centralizing the url's in a separate part). It also helps building an
index, and deals with scoping of concepts as well as mathematics.
It is designed to--as much as possible--not interfere with the writing of
the document.
Install:
It is sufficient to have the file knowledge.sty accessible by LaTeX.
It can be produced by `make knowledge.sty' if necessary.
The documentation is in the file knowledge.pdf.
A starting example can be found in knowledge-example.tex.
Content of the file knowledge-sources.zip:
- README.md: this file generated while compiling knowledge.ins,
the content is in knowledge-code.dtx
- knowledge.sty: the package file (generated using knowledge.ins)
- knowledge.pdf: the user documentation (generated by compiling
knowledge.tex)
- knowledge.tex: the tex file producing the knowledge.pdf.
- makefile: the makefile. Use 'make all' to generate knowledge.sty
and knowledge.pdf. It can also: clean the directory, make zip
version of the sources, or ready for CTAN.
- knowledge.ins: is the file generating knowledge.sty and
README.md from knowledge-code.dtx (using docstrip).
- knowledge-code.dtx: most of the code. Can be compiled to
provided a longer documentation.
- 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.
|