Initial commit
This commit is contained in:
52
skills/pandoc/assets/templates/academic-paper.yaml
Normal file
52
skills/pandoc/assets/templates/academic-paper.yaml
Normal 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}
|
||||
:::
|
||||
Reference in New Issue
Block a user