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
There seems to be an upgrade regression in pandoc 3.1.10.
In 3.1.9, when compiling a markdown file with a table, the latex compiler was invoked twice. Now it isn't, which results in the title column of the table and the rest of the table not being aligned.
My command: pandoc vocab.md -o vocab.pdf --template=my-template.tex
Sure enough. LaTeX is producing warnings like these which we aren't catching:
Package hyperref Warning: Rerun to get /PageLabels entry.
Package longtable Warning: Column widths have changed
(longtable) in table 1 on input line 77.
Package longtable Warning: Table widths have changed. Rerun LaTeX.
Hi,
There seems to be an upgrade regression in pandoc 3.1.10.
In 3.1.9, when compiling a markdown file with a table, the latex compiler was invoked twice. Now it isn't, which results in the title column of the table and the rest of the table not being aligned.
My command:
pandoc vocab.md -o vocab.pdf --template=my-template.tex
My markdown:
System:
macOS 14.2, Macbook Air M2
The text was updated successfully, but these errors were encountered: