SVI 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
..
dvi 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
font 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
internal 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
kpath 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
tex 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
AUTHORS 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
CONTRIBUTORS 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
KNUTH-LICENSE 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
LICENSE 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
LICENSE-STAR-TEX 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
Makefile 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
README.md 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
assets.tar.gz 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
builder.json 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
debug.go 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
etc.go 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
knuth.go 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
nodebug.go 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses
runtime.go 97893ea751 SVI Подгонка под tk 9.0 hace 9 meses

README.md

Package knuth

import path "modernc.org/knuth"

Package knuth collects utilities common to all other packages in this repository.

Documentation: godoc.org/modernc.org/knuth

Installation

To install all the included go... commands found in cmd/

$ go install modernc.org/knuth/cmd...@latest

Hacking

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