Integration with TopicLongTable #414
billdenney
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Hello Yes, it's interesting. Some users asked about something like that: #394 Is it possible to use have to feature that display "(Cont.)" but not use the other feature? (I am not a latex expert, sorry if the question is stupid) |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Is there interest in integrating topiclongtable with flextable? (I don't know of an html or word equivalent tool.)
I recently learned of flextable. While looking through it, I noticed that it has some functionality that is similar to the topiclongtable TeX package: https://ctan.org/pkg/topiclongtable?lang=en
What topiclongtable does is automatically groups together repeated rows in a table (see the figure on page 2 of the pdf documentation in the pdf documentation on CTAN above). But, more important is that is solves a problem when tables span multiple pages.
When a table spans multiple pages, the default would be that you don't know what the rowspanned column is. With topiclongtable, it automatically repeats the value in the column when going to the next page. A visual example (from pages 3-4 of the pdf documentation on ctan) is:
Page 3:

Page 4:

I've also written an R interface to the CTAN package here: https://github.com/billdenney/TopicLongTableR
Beta Was this translation helpful? Give feedback.
All reactions