added appendix page #6

Merged
servostar merged 1 commits from appendix into main 2024-04-04 10:50:55 +00:00
2 changed files with 30 additions and 0 deletions

View File

@ -138,3 +138,5 @@
// ------------------------------------------
#include "content/bibliography.typ"
#include "pages/appendix.typ"

28
src/pages/appendix.typ Normal file
View File

@ -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