Replies: 1 comment 1 reply
-
|
可以考虑用 filehook 写在 dtx 中,类似 Lines 3811 to 3815 in e2e9571 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当前做法
在当前模板中,如果要实现一个跨页表格(模板中使用了
longtable库),模板提供的写法如下:实现效果如下:
可能的一点改动
利用
tabularray库,可以方便地实现跨页表格的自动排版,需要在thusetup.tex中补充tabularray的引用和一些配置,就可实现下面的效果:Beta Was this translation helpful? Give feedback.
All reactions