ValerioMedeiros / pandoc-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandoc by examples

This repository contains examples of Pandoc usage. All the documents are written in Markdown and compiled to other formats.

  • The folder agreement contains an example of how an agreement document could have been written in Markdown. Uses pandoc to generate a PDF, DOCX and ODT versions.
  • The folder book contains a link to an example that generates a book in epub format.
  • The folder filters contains an example of how to use pandoc filters.
  • The folder math contains an example of how to write math code and produce an HTML page.
  • The folder research-paper contains a published paper written mostly in Markdown, and generates a PDF. To deal better with the formatting, we go through an intermediate step: Markdown ----> LaTeX ----> PDF.
  • The folder slides contains an example of slides written in Markdown, and generate a revealjs presentation.
  • The folder writing contains various examples using math, bullet lists and simple things.
  • The folder zenformatting contains the implementation of a pandoc filter that applies many of the formatting rules described in "Zen of eBook Formatting: A Step-by-step Guide To Format eBooks for Kindle and EPUB", automatically, in constrast to the manual approach used by the author.

About

License:MIT License


Languages

Language:HTML 79.7%Language:Haskell 11.0%Language:TeX 8.7%Language:CSS 0.3%Language:Makefile 0.1%Language:Ruby 0.1%Language:JavaScript 0.0%