Merge pull request 'added appendix page' (#6) from appendix into main
Reviewed-on: DHBW/Praxisbericht-Template-Typst#6
This commit is contained in:
commit
edda30e460
|
@ -138,3 +138,5 @@
|
||||||
// ------------------------------------------
|
// ------------------------------------------
|
||||||
|
|
||||||
#include "content/bibliography.typ"
|
#include "content/bibliography.typ"
|
||||||
|
|
||||||
|
#include "pages/appendix.typ"
|
|
@ -0,0 +1,28 @@
|
||||||
|
|
||||||
|
// ------------------------------------------
|
||||||
|
// Appendix setup
|
||||||
|
// ------------------------------------------
|
||||||
|
|
||||||
|
#set heading(numbering: none)
|
||||||
|
|
||||||
|
= Appendix
|
||||||
|
|
||||||
|
#set heading(numbering: "A.1")
|
||||||
|
|
||||||
|
// reset page counter
|
||||||
|
#counter(heading).update(1)
|
||||||
|
|
||||||
|
// ------------------------------------------
|
||||||
|
// Put your appendencies here and link them
|
||||||
|
// to correclty reference them in the document
|
||||||
|
// ------------------------------------------
|
||||||
|
|
||||||
|
// Example:
|
||||||
|
//
|
||||||
|
// == Appendix title
|
||||||
|
// <appendix-section-link-name>
|
||||||
|
//
|
||||||
|
// Some appendix content goes here
|
||||||
|
|
||||||
|
// Then reference with in the document:
|
||||||
|
// @appendix-section-link-name
|
Loading…
Reference in New Issue