multiple outlines #2380
multiple outlines
#2380
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
EpicEricEE
Oct 12, 2023
Replies: 1 comment 1 reply
-
You can use a show-set rule: #show outline: set heading(outlined: true)
#outline()
#outline(target: figure.where(kind: image), title: "List of Figures")
#outline(target: figure.where(kind: table), title: "List of Tables") If the main outline should not be outlined, just move the show-set rule somewhere between the main outline and the other ones. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
majdgh92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a show-set rule:
If the main outline should not be outlined, just move the show-set rule somewhere between the main outline and the other ones.