Compare commits

..

No commits in common. "edda30e460958fda10924de7ef4e7a02067d9e36" and "3e2aa9a699f98b759ae10417477f01fed25b2516" have entirely different histories.

2 changed files with 0 additions and 30 deletions

View File

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

View File

@ -1,28 +0,0 @@
// ------------------------------------------
// 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