Hello,
The specific
tag does not allow for multi-line arguments. This seems to be somewhat arbitrary.
I am making a TeXmacs file that I can use to easily convert to LaTeX without having to post-process it. To do so I am defining some commonly used macros in my preamble and I would like to define some LaTeX-specific code. The suggested way to do so is using the “specific” tag e.g.
<specific|latex|\\providecommand{\\mbf}[1]{\\mathbf{#1}>
However, I cannot include multi-line input in the tag. This restriction seems somewhat arbitrary. Am I misunderstanding something? If not I will file a bug.
As a side note: where is it defined whether a tag accepts multi-line arguments or not?
Finally: Please do not suggest to use style files. I am aware of them. On windows per-project style files do not work currently.