|
|
10 месяцев назад | |
|---|---|---|
| .. | ||
| dvi | 10 месяцев назад | |
| font | 10 месяцев назад | |
| internal | 10 месяцев назад | |
| kpath | 10 месяцев назад | |
| tex | 10 месяцев назад | |
| AUTHORS | 10 месяцев назад | |
| CONTRIBUTORS | 10 месяцев назад | |
| KNUTH-LICENSE | 10 месяцев назад | |
| LICENSE | 10 месяцев назад | |
| LICENSE-STAR-TEX | 10 месяцев назад | |
| Makefile | 10 месяцев назад | |
| README.md | 10 месяцев назад | |
| assets.tar.gz | 10 месяцев назад | |
| builder.json | 10 месяцев назад | |
| debug.go | 10 месяцев назад | |
| etc.go | 10 месяцев назад | |
| knuth.go | 10 месяцев назад | |
| nodebug.go | 10 месяцев назад | |
| runtime.go | 10 месяцев назад | |
import path "modernc.org/knuth"
Package knuth collects utilities common to all other packages in this repository.
Documentation: godoc.org/modernc.org/knuth
To install all the included go... commands found in cmd/
$ go install modernc.org/knuth/cmd...@latest
Make sure you have these utilities from the Tex-live package(s) installed in your $PATH:
dvitype
gftopk
gftype
mf
mft
pooltype
tangle
tex
tftopl
vftovp
vptovf
weave
These programs are used only to generate test data. Users of packages/commands in this repository do not need them installed.
After modification of any sources, run '$ make' in the repository root. That will regenerate all applicable Go code and testdata, run the tests of all packages in this repository and install all the commands found in ./cmd