Initial commit
This commit is contained in:
24
skills/pandoc/assets/templates/article-simple.yaml
Normal file
24
skills/pandoc/assets/templates/article-simple.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
# Document Metadata
|
||||
title: "Article Title"
|
||||
author: "Author Name"
|
||||
date: "Date"
|
||||
lang: en-GB
|
||||
|
||||
# PDF Settings
|
||||
documentclass: article
|
||||
fontsize: 11pt
|
||||
geometry: margin=1in
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
Your content here.
|
||||
|
||||
# Main Content
|
||||
|
||||
More content.
|
||||
|
||||
# Conclusion
|
||||
|
||||
Final thoughts.
|
||||
Reference in New Issue
Block a user