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.
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 intoxtab
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.
PR welcome.