-
I think this more likely a question about the tempo syntax, sorry if this not the right place to ask. What I would like it s a template which does: What I have tried is |
Beta Was this translation helpful? Give feedback.
Answered by
tbdcit
Jun 22, 2024
Replies: 1 comment 2 replies
-
As far as I know this behavior is not supported. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A workaround is to use
r
with a prompt. My example above would become( mk "\\( " (r "MATHS") " \\)" q)
.It would be very nice if this could work without the prompt i.e. to implement a placeholder which behaves like
r
which does not exit. Where would be the correct place to request this feature?