changed appendix heading to be invisable but still show up in toc
This commit is contained in:
parent
a7f4937f9e
commit
25adc2df91
|
@ -18,8 +18,10 @@
|
||||||
if "appendices" in config.thesis {
|
if "appendices" in config.thesis {
|
||||||
pagebreak(weak: true)
|
pagebreak(weak: true)
|
||||||
|
|
||||||
|
// appendix will be invisible on the appendecies page
|
||||||
|
// but still listed in the ToC
|
||||||
|
show heading: it => []
|
||||||
heading(level: 1, numbering: none, title)
|
heading(level: 1, numbering: none, title)
|
||||||
v(-2em)
|
|
||||||
|
|
||||||
// APA style appendix
|
// APA style appendix
|
||||||
show heading: it => {
|
show heading: it => {
|
||||||
|
|
Loading…
Reference in New Issue