summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gene/limap/README.md
blob: 2fb3530a7d5f6546be4c16a243e87a6fcfde4bd6 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82

# _limap_: A package for typesetting Information Maps

The Information Mapping® method provides a methodology for structuring
and presenting information. It claims to be useful for readers who are
more concerned about finding the right information than reading the
document as a whole. Thus short, highly structured, and context free
pieces of information are used.

_limap_ provides a LaTeX style and a LaTeX class. The style contains
definitions to typeset maps and blocks according to the Information
Mapping® method. The class provides all definitions to typeset a whole
document.


## Samples

A few sample files are provided which contain dummy documents typeset
with limap. They are contained in the sub-directory _samples_. You can
have a look at the documentation of _limap_ itself to see another
example.


## Installation

Most probably _limap_ is already included in your TeX distribution.
Thus consult the documentation of your TeX distribution first to
install or update this package.

You can install the package manually. Apply the following steps:

- Run LaTeX on `limap.ins`

```
    latex limap.ins
```

- Move the files `limap.cls` and `limap.sty` into a directory read by
  LaTeX.

- Run LaTeX and makeindex on `limap.dtx` to produce the documentation

```
    latex limap.dtx
    makeindex -s gind.ist limap
    makeindex -s gglo.ist -o limap.gls limap.glo
    latex limap.dtx
```


## CTAN Download

_limap_ can be obtained from the CTAN archives:

* https://www.ctan.org/tex-archive/macros/latex/contrib/gene/limap

or via the _limap_ home page

* http://www.gerd-neugebauer.de/software/TeX/limap

or via the source repository at Sourceforge for the most recent
development version

* https://sourceforge.net/p/gene-tex-lib/svn/HEAD/tree/limap


## Licenses

The sources and derived files of limap are distributed under the LaTeX
Project Public License version 1.3c.

The samples in the directory _samples_ are in the Public Domian
 (Creative Commons CC0 1.0 Universal))

The documentation is distributed under the Creative Commons
Attributation-Share Alike 4.0 License (CC BY-SA 4.0). 

----------------------------------------------------------------------
Enjoy it!

[Gerd Neugebauer](mailto:gene@gerd-neugebauer.de)