All Projects → jaantollander → Markdown-Templates

jaantollander / Markdown-Templates

Licence: MIT license
Templates for creating scientific, academic and technical documents using Markdown and Pandoc that support equations, code blocks, citations, Unicode symbols and vector graphics.

Programming Languages

HTML
75241 projects
shell
77523 projects
TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Markdown-Templates

Patat
Terminal-based presentations using Pandoc
Stars: ✭ 1,725 (+1226.92%)
Mutual labels:  slides, pandoc
intro-to-security-for-developers
An introduction to security for developers.
Stars: ✭ 28 (-78.46%)
Mutual labels:  slides
formations
Supports de cours des formations OpenStack et conteneurs de la société alter way
Stars: ✭ 43 (-66.92%)
Mutual labels:  slides
pandoc-lecture
This project defines a skeleton repo for creating lecture slides and handouts including lecture notes out of Pandoc Markdown (http://pandoc.org/MANUAL.html) using a single source approach.
Stars: ✭ 72 (-44.62%)
Mutual labels:  pandoc
citationhunt
A fun tool for quickly browsing unsourced snippets on Wikipedia.
Stars: ✭ 83 (-36.15%)
Mutual labels:  citations
snowballing
Provides tools for literature snowballing
Stars: ✭ 42 (-67.69%)
Mutual labels:  citations
mastering-haskell
The slides for my Packt course, "Mastering Haskell".
Stars: ✭ 15 (-88.46%)
Mutual labels:  slides
tufte-pandoc-jekyll
A Jekyll theme for using Tufte CSS with Jekyll + Pandoc
Stars: ✭ 56 (-56.92%)
Mutual labels:  pandoc
PanBook
Pandoc LaTeX,Epub模板,用于生成书籍,幻灯片(beamer),简历,论文等(cv, thesis, ebook,beamer)
Stars: ✭ 190 (+46.15%)
Mutual labels:  pandoc
sphere-mt
C/C++ Multithreading Programming Course Materials.
Stars: ✭ 17 (-86.92%)
Mutual labels:  slides
Rdpack
R package Rdpack provides functions and macros facilitating writing and management of R documentation.
Stars: ✭ 21 (-83.85%)
Mutual labels:  citations
markdown-slides
Using markdown, write simple but beautiful presentations with math, animations and media.
Stars: ✭ 64 (-50.77%)
Mutual labels:  slides
s6
S6 Blank - Slideshow templates using HTML 5, CSS 3 'n' JavaScript 2017+ w/ Bespoke.js-compatible "microkernel"
Stars: ✭ 91 (-30%)
Mutual labels:  slides
old-pyneng-slides
СТАРЫЕ презентации к курсу Python для сетевых инженеров
Stars: ✭ 28 (-78.46%)
Mutual labels:  slides
courses
课件:数字图像处理,计算机视觉,人工智能导论,机器学习,深度学习
Stars: ✭ 58 (-55.38%)
Mutual labels:  slides
citation-regexes
A collection of regular expressions for matching citations to state, federal, and even international law
Stars: ✭ 20 (-84.62%)
Mutual labels:  citations
storybook-talk
Storybook, the playground you need for your UI components! 🎨
Stars: ✭ 11 (-91.54%)
Mutual labels:  slides
docker-alpine-pandoc-ja
Pandoc for Japanese based on Alpine Linux
Stars: ✭ 14 (-89.23%)
Mutual labels:  pandoc
components
Components for interactive scientific writing, reactive documents and explorable explanations.
Stars: ✭ 32 (-75.38%)
Mutual labels:  scientific-writing
meetup-slides
Speaker slides from monthly meetups and conference
Stars: ✭ 18 (-86.15%)
Mutual labels:  slides

Markdown Templates

Introduction

This repository contains templates for creating scientific, academic, and technical documents that require equations, citations, code blocks, Unicode characters, and embedded vector graphics using Markdown and Pandoc converter. This software also allows us to write LaTeX documents more easily compared to using pure LaTeX. We discuss the details about these templates and how to write scientific Markdown in general in our article Scientific Writing with Markdown. The original inspiration came from the article How to make a scientific-looking PDF from Markdown (with bibliography).

Requirements

To use these templates, we require the following software.

  1. Pandoc for converting between the Markdown files into other document formats.
  2. LaTeX for creating PDF documents.
  3. Make (software) for using Makefiles.

Then, clone the repository and copy the appropriate template.

Editors

Above, we see how writing documents looks in Visual Studio Code.

Above, we see how writing documents looks in Atom.

We also recommend having an editor for writing Markdown. Please read the Editors section in our article.

Creating Documents

The Creating Documents section in our article explains the template directory structure, build commands and makefiles, and how to set document-specific metadata in the front matter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].