You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandoc's LaTeX parser doesn't seem to understand \vskip. It chokes as soon as it gets to the length argument, regardless whether it's positive or negative, bare or surrounded by braces. Here's a minimal example:
Pandoc's LaTeX parser doesn't seem to understand
\vskip
. It chokes as soon as it gets to the length argument, regardless whether it's positive or negative, bare or surrounded by braces. Here's a minimal example:And here's the command-line output:
Again, line 3 could have been written as
\vskip1.5em
,\vskip{-1.5em}
, etc.; Pandoc will emit a similar error regardless.The problem occurs with Pandoc 3.4 (using try pandoc) and with Pandoc 3.3 on openSUSE Tumbleweed.
The text was updated successfully, but these errors were encountered: