Hello everyone
That should be a quick one. I have some blocks of code in my document
that use < and >. Is there a way to escape them so that I can export to Latex?
Backslash doesn’t seem to do it.
Best
Dionysis
Hello everyone
That should be a quick one. I have some blocks of code in my document
that use < and >. Is there a way to escape them so that I can export to Latex?
Backslash doesn’t seem to do it.
Best
Dionysis
I just use HTML entities to escape angle brackets. < and >. You could also wrap them in backticks, but that will put them in a code environment, which may not be what you want.
Perfect Thank you once again Ioa!
Dionysis