Let’s say I want to convert a file input.tm to input.tex. I am able to do so at the moment by running:
texmacs -c input.tm input.tex.
This works but it launches the texmacs gui. If I append the -q option at the end, it closes after the file has been converted.
My question is, is it possible to avoid launching the textmacs gui while converting the file?