You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/hyphenate/exceptions.rkt

7 lines
338 B
Racket

#lang racket/base
(provide default-exceptions)
; Knuth and Liang's original exception patterns from classic TeX.
; In the public domain.
(define default-exceptions '(as-so-ciate as-so-ciates dec-li-na-tion oblig-a-tory phil-an-thropic present presents project projects reci-procity re-cog-ni-zance ref-or-ma-tion ret-ri-bu-tion ta-ble))