[racket] Scribble: exact-chars in multiarg-element

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed May 18 23:32:38 EDT 2011

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
>



Posted on the users mailing list.