#How to use join in maths mode ?

1 messages · Page 1 of 1 (latest)

latent pulsar
#

Hi.
I tried $x = #f.join(" times ")$ but this does work, the times is parsed as string and not as the times maths operator.
Thanks.

latent pulsar
#

found a solution using eval !

lucid summit
#

You have to join it with math content, you should generally try to avoid using eval

#

?render

#let f = ($a$, $b$, $c$, $d$)

$ x = #f.join($ times $) $