wg21 icon indicating copy to clipboard operation
wg21 copied to clipboard

TonyTable Captions broken

Open kirkshoop opened this issue 5 years ago • 2 comments

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 avatar Jan 29 '20 19:01 kirkshoop

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)

:::

kirkshoop avatar Jan 29 '20 20:01 kirkshoop

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

mpark avatar Feb 01 '20 01:02 mpark