diff options
Diffstat (limited to 'src/final/main.typ')
| -rw-r--r-- | src/final/main.typ | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/final/main.typ b/src/final/main.typ index 31c8050..e050a5b 100644 --- a/src/final/main.typ +++ b/src/final/main.typ @@ -47,7 +47,11 @@ #include "conclusion.typ" // Conclusion // 5. Include Bibliography (if in separate file or define here) -// #bibliography("references.bib") +#let b = bibliography( + "references.bib", + style: "harvard-cite-them-right", + title: "References" +) // Title page // Contents |
