Skip to content
Discussion options

You must be logged in to vote

I think there are two ways to do this.

  1. Adjust the list of flowables (leaving out ListOfFiguresSection) for the front_matter document part in the template confguration:
[front_matter]
flowables = [
    TableOfContentsSection(),
    ListOfTablesSection()
]
  1. Hide the ListOfFiguresSection in the stylesheet:
[list of figures section]
hide = true

Note that the 'list of figures section' selector was broken until very recently, so 2 might not work unless you're running the master branch version of rinohtype.

Again, not tested...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rweickelt
Comment options

Answer selected by rweickelt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants