My various dotfiles

my-boxdefs.elt 472B

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