Skip to content

Various python wrappers I use to build documents using markdown and pandoc.

Notifications You must be signed in to change notification settings

sjpfenninger/pandoc-wrappers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are wrappers for the wonderful pandoc tool that I use for creating web pages, presentations, papers, and even my book. I don't imagine they will be useful to others off-the-shelf but there might be handy techniques, particular the super simple, limited, but fast bibtex parser in mdn2bib.

mdn2bib.py

A set of bibtex utilities for parsing and manipulating bibtex files, especially in the context of my pandoc wrappers

md.py

A wrapper script for pandoc that handles my own issues:

  1. associates the result with a particular style sheet.
  2. can replace [@key] with hypertext'd refs from bibtex database.
  3. can create partial handouts for students for slides

bd.py

Build a PDF (article or book) by converting from markdown to LaTeX.

bdh.py

Like bd, but will build HTML using htlatex.

wiki-update.py

Build the static portions of my website by looking for source files newer than existing HTML files.

*.mm (freemind)-> html
*.md (pandoc)-> html
zim/* (zim-wiki) -> html

About

Various python wrappers I use to build documents using markdown and pandoc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%