All Projects → nick-ulle → pandoc-minted

nick-ulle / pandoc-minted

Licence: ISC license
A pandoc filter that has the LaTeX writer use minted for typesetting code.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pandoc-minted

lazylatex
Because LaTeX shouldn't be boring! 🐠 LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.
Stars: ✭ 16 (-51.52%)
Mutual labels:  minted
pandoc-amsthm
provide a syntax to use amsthm environments in pandoc, with output in LaTeX and HTML
Stars: ✭ 19 (-42.42%)
Mutual labels:  pandoc-filter
dotpandoc
Pandoc Data directory, including customised filters and templates for producing multiple outputs for academic content.
Stars: ✭ 44 (+33.33%)
Mutual labels:  pandoc-filter
pandoc-include
Pandoc filter to allow file and header includes
Stars: ✭ 35 (+6.06%)
Mutual labels:  pandoc-filter
citeproc-rs
CSL processor in Rust.
Stars: ✭ 56 (+69.7%)
Mutual labels:  pandoc-filter
paru
Control pandoc with Ruby and write pandoc filters in Ruby
Stars: ✭ 30 (-9.09%)
Mutual labels:  pandoc-filter
pandoc-placetable
Pandoc filter to include CSV data (from file or URL)
Stars: ✭ 35 (+6.06%)
Mutual labels:  pandoc-filter
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 (+118.18%)
Mutual labels:  pandoc-filter

pandoc-minted

A pandoc filter that has the LaTeX writer use minted for typesetting code.

Installation

Clone this repository to somewhere safe:

git clone https://github.com/nick-ulle/pandoc-minted.git

Then create a symlink to pandoc-minted.py in a directory on the $PATH:

cd pandoc-minted
ln -rs pandoc-minted.py DIRECTORY/pandoc-minted

Note that on OS X you must omit the r flag.

Usage

pandoc --filter pandoc-minted -o myfile.tex myfile.md

When you don't set the language for a code block, pandoc-minted will default to text. You can change the default language with a Pandoc metadata block:

---
pandoc-minted:
  language: python
---
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].