On 02/11/2022 13:46, Ihor Radchenko wrote:
Ihor Radchenko writes:

Should we, instead of using exact "\\[0pt]" string for line breaks,
define a new LaTeX command and then clean it up? This will distinguish
between \\[0pt] added by users explicitly and the ones generated
automatically by Org.

I guess it will not work for that fancy table package we discussed
above.

tabularray package will require \NewTableCommand

Maybe the Max's idea with "\\[0pt]%some comment indicator"?
I am just worried that % does have side effects in LaTeX.

TeX reads

"a% comment
  b"

as "ab", dropping newline and starting spaces. Of course, advanced users may redefine category of "%" from comment to something else (regular character, command prefix like \, etc.) like it is done inside verbatim environment.





Reply via email to