53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
---
|
|
# 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}
|
|
:::
|