/ Published in: Lisp
Expand |
Embed | Plain Text
;; creates an empty TOC context (define (init-toc) (set 'TOC:toc (list SETUP:toc-start)) (set 'TOC:lvl 1) (set 'TOC:anchor 0) (set 'TOC:found false))
You need to login to post a comment.
;; creates an empty TOC context (define (init-toc) (set 'TOC:toc (list SETUP:toc-start)) (set 'TOC:lvl 1) (set 'TOC:anchor 0) (set 'TOC:found false))
You need to login to post a comment.