On Sat, Nov 14, 2020 at 02:33:17PM +0100, Christopher Dimech wrote: > The following does not work for html output. It works with texi2pdf.
It works as intended, the @-command is ignored. It seems to be quite sensible to ignore this @-command in every output format but pdf through TeX (if someday there is a converter to LaTeX, maybe it could be handled too and converted to an equivalent LaTeX command). > > 1 > @vskip 1mm > 2 > @vskip 5mm > 3 > @vskip 8mm > 4 >
