mpark / wg21

Framework for Writing C++ Committee Papers
Boost Software License 1.0
125 stars 45 forks source link

TonyTable Captions broken #62

Open kirkshoop opened 4 years ago

kirkshoop commented 4 years ago

I updated the submodule for wg21 today and papers with captioned tony-tables fail with:

Error producing PDF.
! Use of \LT@array doesn't match its definition.
\new@ifnextchar ...served@d = #1\def \reserved@a {
                                                  #2}\def \reserved@b {#3}\f...
l.499 (simplified for clarity)}
kirkshoop commented 4 years ago

this failure is due to inline code block in the caption. Without that there is no problem

::: tonytable

> generic `retry()` algorithm example (simplified for clarity)

:::
mpark commented 4 years ago

Filed an upstream issue at https://github.com/jgm/pandoc/issues/6101