summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gotoh/README.md
blob: de1766a3d298d70acfb890ab50bd0bbe3a9029a7 (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
# Package Gotoh (v1.1)


LaTeX package: An implementation of the Gotoh sequence alignment algorithm.

## System Requirements

* TeX format: LaTeX2e
* TeX engine: any engine
* Document class: any class
* Prerequisite package: xkeyval

## Installation

To install the package, interpret the `gotoh.ins` file with LaTeX.

```
latex gotoh.ins
```

Then move the files as follows (in a system compliant to TDS 1.1).

* `*.sty`: $TEXMF/tex/latex/gotoh/
* `*.dtx`, `*.ins`: $TEXMF/source/latex/gotoh/
* `*.pdf`, `*.tex`: $TEXMF/doc/latex/gotoh/

And rehash your TEXMF trees if necessary.

## License

This package is distributed under [the MIT license](./LICENSE).

---

Takuto ASAKURA ([wtsnjp](https://twitter.com/wtsnjp))