Compare commits
No commits in common. "edda30e460958fda10924de7ef4e7a02067d9e36" and "3e2aa9a699f98b759ae10417477f01fed25b2516" have entirely different histories.
edda30e460
...
3e2aa9a699
|
@ -138,5 +138,3 @@
|
||||||
// ------------------------------------------
|
// ------------------------------------------
|
||||||
|
|
||||||
#include "content/bibliography.typ"
|
#include "content/bibliography.typ"
|
||||||
|
|
||||||
#include "pages/appendix.typ"
|
|
|
@ -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
|
|
Loading…
Reference in New Issue