Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.5 KB

Dialectica filters

Pandoc Lua filters created to produce the journal Dialectica.

This repository collects some Lua filters written to produce the open-access version of the journal Dialectica.

All filters are under MIT License. See each folder for copyrights.

Overview

A couple of bigger filters are in separate repositories:

  • columns Multiple columns support in Pandoc's markdown

  • statement Statement support in Pandoc's markdown (IN PROGRESS)

Here you will find:

  • bib-place Template control of the placement of a document's bibliography when using Pandoc citeproc .

  • first-line-indent Finer control of Pandoc's first-line indent output in HTML and LaTeX.

  • labelled-lists Custom labelled lists in LaTeX and HTML ouptut.

  • longtable-to-xtab Convert LaTeX longtable environments into xtab environments in Pandoc's LaTeX output (to be used within columns with the columns filter).

  • not-in-format Keep part of a document out of selected output formats. Included in pandoc/lua-filters.

  • recursive-citeproc Handle self-citing bibliographies.

  • prefix-ids Adds a prefix to all identifiers within a Pandoc document.

And:

  • functions some functions to be reused across filters.

Contributions

PR welcome.