[plt-dev] scribble styles

From: Sam TH (samth at ccs.neu.edu)
Date: Fri Apr 3 12:16:31 EDT 2009

Right now, it's possible to customize the latex environment associated
with tables, itemizations, and blockquotes.  But it's not possible to
put arbitrary other scribble code inside a particular latex
environment.  For example, I'd like to write something like this:

@make-paragraph[#:style "figure"]{
  ... stuff goes here ...
}

But this will produce

\figure{... stuff goes here ...}

which is not the desired result.

It's even worse if you want 'verbatim', which can't be abstracted into
a LaTeX macro.  It would be nice if there were a way to create a
paragraph that was styled by an environment instead of a macro.
-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.