scribble latex rendering: remove a pair of {} around element with style
svn: r13889
This commit is contained in:
parent
b046291084
commit
b2d2001eb0
|
@ -166,10 +166,10 @@
|
|||
(with-attributes-style s)
|
||||
s)))]
|
||||
[wrap (lambda (e s tt?)
|
||||
(printf "{\\~a{" s)
|
||||
(printf "\\~a{" s)
|
||||
(parameterize ([rendering-tt (or tt? (rendering-tt))])
|
||||
(super render-element e part ri))
|
||||
(printf "}}"))])
|
||||
(printf "}"))])
|
||||
(cond
|
||||
[(symbol? style)
|
||||
(case style
|
||||
|
|
Loading…
Reference in New Issue
Block a user