Dear all,
I would like to make a macro such that I can type in latex something between `` and ". The current state of my code is something like this:
However, the ` and " seems to cancel out the outside brackets. Can anyone help me with this? I would like my peace of code in tex to be:
I would like to make a macro such that I can type in latex something between `` and ". The current state of my code is something like this:
Code:
local say = "There is too much noise." file write document `"``say""' _n
Code:
``There is too much noise"
Comment