|
|
|
@ -4,5 +4,11 @@
|
|
|
|
|
|
|
|
|
|
; Knuth and Liang's original exception patterns from classic TeX.
|
|
|
|
|
; In the public domain.
|
|
|
|
|
(define: kl-exceptions : Patterns
|
|
|
|
|
(map symbol->string '(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)))
|
|
|
|
|
|
|
|
|
|
(define: mb-exceptions : Patterns
|
|
|
|
|
(map symbol->string '(real-ly law-yer law-yers law-yered law-yer-ing law-yer-ly)))
|
|
|
|
|
|
|
|
|
|
(define: default-exceptions : Patterns
|
|
|
|
|
(map symbol->string '(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)))
|
|
|
|
|
(append kl-exceptions mb-exceptions))
|