Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:12 +08:00
commit bc9ae138e4
28 changed files with 7069 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
---
# Document Metadata
title: "Paper Title"
author: "Author Name"
date: "Date"
lang: en-GB # British English for citations
# Bibliography Settings
bibliography: references.bib # Path to your BibTeX file
csl: harvard.csl # Citation style (Harvard, APA, etc.)
link-citations: true # Make citations clickable links
# PDF Output Settings
documentclass: report # Document class (report, article, book)
fontsize: 12pt # Font size (10pt, 11pt, 12pt)
geometry: margin=1in # Page margins
linestretch: 1.5 # Line spacing (1.0, 1.5, 2.0)
numbersections: true # Number sections automatically
toc: true # Include table of contents
toc-depth: 3 # TOC depth (1-5)
# LaTeX Packages (optional)
header-includes: |
\usepackage{graphicx}
\usepackage{float}
\usepackage{hyperref}
---
# Introduction
Your content goes here.
# Literature Review
More content here.
# Methodology
...
# Results
...
# Conclusion
...
# References
::: {#refs}
:::