-
Is it possible to change the toc-title in a quarto book (html output) depending on the chapter that is currently visible on the screen? For example, instead of 'Table of contents' it would say 'Chapter 1' or 'Chapter 2' depending on the chapter currently on the screen? Thank you very much in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 11, 2023
Replies: 1 comment 2 replies
-
I am not sure you can ... Did you try to add |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ElineVG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure you can ...
Did you try to add
toc-title: Contents
yaml entry as part of your different chapters yaml headers? (I don't think it will work, but worth the try).