A set of atom snippets that helps you to write academic materials with markdown.
Open an issue issue on github.
apm install academic-markdown
Pandoc metadata are always placed at the begining of markdown files.
---author:title:date:documentclass: articleclassoption: twoside #oneside---
---author:title:date:documentclass: bookclassoption: twoside #oneside---
---author:title:date:documentclass: memoirclassoption: twoside #oneside---
---
author:
title:
date:
transition: convex #cube
theme: black
---
---author:title:date:documentclass: reportclassoption: twoside #oneside---
bibliography:csl:
papersize: a4
papersize: letter
:::notes:::
# [slide title] {.slide: data-background="[path/to/background/img]"}
---nocite: '@*'...
[@[reference_key], [pages]]
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.