Skip to content

Pandoc Lua filters used to produce the journal Dialectica

License

Notifications You must be signed in to change notification settings

twsh/dialectica-filters

 
 

Repository files navigation

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.

About

Pandoc Lua filters used to produce the journal Dialectica

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 74.0%
  • TeX 9.7%
  • HTML 9.3%
  • Makefile 7.0%