|
|
hace 9 meses | |
|---|---|---|
| .. | ||
| dvi | hace 9 meses | |
| font | hace 9 meses | |
| internal | hace 9 meses | |
| kpath | hace 9 meses | |
| tex | hace 9 meses | |
| AUTHORS | hace 9 meses | |
| CONTRIBUTORS | hace 9 meses | |
| KNUTH-LICENSE | hace 9 meses | |
| LICENSE | hace 9 meses | |
| LICENSE-STAR-TEX | hace 9 meses | |
| Makefile | hace 9 meses | |
| README.md | hace 9 meses | |
| assets.tar.gz | hace 9 meses | |
| builder.json | hace 9 meses | |
| debug.go | hace 9 meses | |
| etc.go | hace 9 meses | |
| knuth.go | hace 9 meses | |
| nodebug.go | hace 9 meses | |
| runtime.go | hace 9 meses | |
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