Hello,
I’m just starting with Texmacs which I discovered and it seems a really great typesetting software. I’m used to heavily use custom styles in word processors like Libreoffice and almost never do manual formatting (I rather prefer to create a new style), I’d like to replicate this with Texmacs.
I’m trying to add a simple macro that center text, but for some reason I cannot
My macro looks like:
<assign|title|<macro|body|<with|par-mode|center|body>>>
But when I use my macro, it does not center the body but is keeping it on the left. If I use <with|par-mode|center|my text here>
inside the macro I get centered text, but when the macro does it I cannot.
I’d rather use a macro in case I want to change the styling from centering to something else later, all it one location.
Where am I going wrong here?
It feels as if the par-mode property does not pass through the macro to the inner body.
Thank you