krlmlr / vistransrep

zhrCourses live demo
https://krlmlr.github.io/vistransrep
0 stars 1 forks source link

Horizontal rules cause error when converting to PDF with pandoc 2.7 #32

Closed pat-s closed 4 years ago

pat-s commented 4 years ago

The latest texlive update broke horizontal rules (---) when converting to PDF. See here: https://github.com/jgm/pandoc/issues/5801

I like using them and have quite a lot in the vis chapter.

pandoc >= 2.8 should fix it but is not yet released (its awaited daily).

krlmlr commented 4 years ago

Works on Travis?

https://krlmlr.github.io/vistransrep/book/vistransrep.pdf

pat-s commented 4 years ago

I assume because Travis hasn't the latest Texlive (bionic).

So for now its a local problem of mine and should be resolved when pandoc 2.8 is released. Only bothers for me local PDF comp which isn't a blocker.

krlmlr commented 4 years ago

Let's rely on Travis for consistency.

yihui commented 4 years ago

FYI I just fixed this issue in rmarkdown: https://github.com/rstudio/rmarkdown/commit/2faf16a8bc4755569250fd426b0c5080888de2a0.