Whoops left off the mailing list...
On March 10, 2016 at 2:48:49 PM, Scott Moore (sdmo...@fas.harvard.edu) wrote:

On March 10, 2016 at 2:41:53 PM, Leif Andersen (l...@leifandersen.net) wrote:
On the other hand, I'm all down for making a `literal` or `exact` 
scribble form that spits out the literal text into the target latex or 
html. (Like what Vincent seems to use in his papers, or is in my 
`doodle` package.) 
This isn’t defined in the library but the functionality is there:

(define (exact txt) (make-element (make-style #f '(exact-chars)) txt))

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to