DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦3e30c1bc3⟧ TextFile

    Length: 1071 (0x42f)
    Types: TextFile
    Names: »patgen.man«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c6be2784f⟧ »web2c-5.84b.tar.Z« 
        └─⟦5800b1b62⟧ 
            └─⟦this⟧ »src-5.84b/man/patgen.man« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/man/patgen.man« 

TextFile

.TH PATGEN 1 8/8/90
.SH NAME
patgen - generate patterns for TeX hyphenation
.SH SYNOPSIS
.B patgen
dictionary_file pattern_file log_file
.SH DESCRIPTION
The
.IR patgen program reads the
.I dictionary_file
and produces the
.IR pattern_file ,
writing a transcript of its actions on the
.IR log_file .
The
.I dictionary_file
should contain a list of hyphenated words and
previously-generated patterns.
.PP
The patterns thus generated can be read by
.I initex
for use in hyphenating words. For a (very) long example of
.IR patgen 's
output, see 
.BR @TEXINPUTDIR@/hyphen.tex , which contains the patterns TeX uses for
English. 
.PP
All filenames must be complete.  No adding of default
extensions or path searching is done.
.PP
.SH FILES
@TEXINPUTDIR@/hyphen.tex    Patterns for English.
.SH "SEE ALSO"
Frank Liang, 
.IR Word hy-phen-a-tion by com-puter , Stanford Ph.D. thesis
.SH AUTHORS
Frank Liang wrote the program. It was published as the appendix to the 
.I TeXware
technical report, available from the TeX Users Group. Howard Trickey
originally ported it to Unix.