• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

academic-markdown

A set of markdown snippets for writting academic papers
  • #language
  • #grammar
  • #markdown
Eonm
0.3.8 2,190
2
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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]]

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by