[racket] Scribble: exact-chars in multiarg-element
Can you set up a helper macro that is just the identity and end up
with something like this?
\newcommand{\somethingorother}[1]{#1}
\setbeamerfont{myfont}{\somethingorother{size={40}{44}}}
Robby
On Wed, May 18, 2011 at 7:49 PM, Prabhakar Ragde <plragde at uwaterloo.ca> wrote:
> The 'exact-chars style property works with `element', but not with
> `multiarg-element'. (I can see why, in scribble/latex-render.rkt.) Was there
> a reason for this? I need to render something like
>
> \setbeamerfont{myfont}{size={40}{44}}
>
> and the braces around the numbers are being escaped, which of course does
> the wrong thing. How do I get behaviour like this? Thanks. --PR
> _________________________________________________
> For list-related administrative tasks:
> http://lists.racket-lang.org/listinfo/users
>