File: my-boxdefs.elt

package info (click to toggle)
gclinfo 2.2-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,872 kB
  • ctags: 15
  • sloc: sed: 1,681; makefile: 61; lisp: 58; sh: 6
file content (19 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;;; 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