Skip to content

A set of snippets for writing academic materials with markdown

License

Notifications You must be signed in to change notification settings

Eonm/academic-md

Repository files navigation

Academic Markdown

GitHub

Snippets in action

A set of atom snippets that helps you to write academic materials with markdown.

Suggest a snippet

Open an issue issue on github.

Install

  apm install academic-markdown

Pandoc metadata

Pandoc metadata are always placed at the begining of markdown files.

Article metadata (article)

---
author:
title:
date:
documentclass: article
classoption: twoside #oneside
---

Book metadata (book)

---
author:
title:
date:
documentclass: book
classoption: twoside #oneside
---

Memoir metadata (memoir)

---
author:
title:
date:
documentclass: memoir
classoption: twoside #oneside
---

Presentation metadata (presentation)

---
author:
title:
date:
transition: convex #cube
theme: black
---

Report metadata (report)

---
author:
title:
date:
documentclass: report
classoption: twoside #oneside
---

Bibliorapy metadata (bibliography)

bibliography:
csl:

Papersize (a4)

papersize: a4

Papersize (letter)

papersize: letter

Reveal.js snippets

Speaker notes (notes)

:::notes

:::

A slide with a custom image background (background)

# [slide title] {.slide: data-background="[path/to/background/img]"}


Bibliography

Cite all bibliography entries including uncited items (bibliography-no-cite)

---
nocite: '@*'
...

Cite a reference (cite)

[@[reference_key], [pages]]

About

A set of snippets for writing academic materials with markdown

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published