-
|
I want to switch the list of figures entirely off. Is that possible in the template config? |
Beta Was this translation helpful? Give feedback.
Answered by
brechtm
Feb 18, 2026
Replies: 1 comment 1 reply
-
|
I think there are two ways to do this.
[front_matter]
flowables = [
TableOfContentsSection(),
ListOfTablesSection()
]
[list of figures section]
hide = trueNote 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... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rweickelt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think there are two ways to do this.
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...