Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的文章使用 BookDown。我有三张桌子。第二个表不包含任何标题或标签。我期望第三张桌子应该取数字 2,但取而代之的是数字 3。有什么办法可以抑制第二张桌子中的数字,以便桌子的数量从第一张桌子延续到第三张桌子。
不幸的是,答案似乎是否定的。Bookdown 使用 pandoc 和 crossref 并且发送未编号的标签对表号没有任何作用。
我试过了:
a b c --- --- --- 1 2 3 4 5 6 : Caption {.unnumbered}