1234567891011121314151617181920 |
- ;;; Definitions from /home/wfs/gcl-doc/my-boxdefs.tex
- (setq box-macros-alist (append
- '(
- ;; (def a in file: my-boxdefs.tex: Line 7
- ("a" "\\term{alphabetic}\\meaning{2}"0)
- ;; (def ad in file: my-boxdefs.tex: Line 9
- ("ad" "alphadigit"0)
- ;; (def i in file: my-boxdefs.tex: Line 11
- ("i" "\\term{invalid}"0)
- ;; (def pm in file: my-boxdefs.tex: Line 13
- ("pm" "\\term{package marker}"0)
- )
- box-macros-alist))
- ;;; End Definitions from /home/wfs/gcl-doc/my-boxdefs.tex
|