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.
7 lines
374 B
Racket
7 lines
374 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 (list->vector (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)))) |