[cl-typesetting-devel] (make-toc) usage question - answer

parisnight at softhome.net parisnight at softhome.net
Mon May 24 19:06:45 UTC 2010


In response to my own question earlier, (make-toc) returns a list of 
elements each of which must be evaluated. 

So to get the table of contents printed within a compile-text form we must 
use: 

(dolist (i (tt::make-toc)) (eval i)) 

Are there many users of cl-typesetting existing? 




More information about the cl-typesetting-devel mailing list