- allow for no space between number and suffix in latex export
- bugfix latex-linguex (thx speechchemistry)
- adding option
samePage
to determine whether examples are kept together on a page in Latex typesetting (#pr14, thanks to CLRafaelR)
- allow for one-letter elements in glossing (#pr13, thanks to CLRafaelR)
- removing the colon from the internal ID to harmonize the cross-document referencing
- handling of
header-includes
improved: additional user-provided statements are just passed through. - various internal changes to match the updated functioning of lua inside pandoc 2.12 and newer.
- adding option to use bullet lists for example entry. Will still be transformed into labelled list.
- fixed gb4e error prevented by adding
\noautomath
to preamble - fixed gb4e error with cross-referencing because of wrong placement of
\label
statement - fixed latex error when using special symbols in judgements (closes #4, thx @CLRafaelR)
- fixed bug with not-appearing header of interlinear in HTML output
- fixed bug with judgements in single-line examples (closes #3, thx @CLRafaelR)
- changed the ID system to "#ex:" for easier cross-document linking to examples
- change @next and @last to lowercase for easier typing
- added 'samepage' enclosures in latex so that examples do not break across pages
- resolved clash with pandoc-crossref
- corrected wrong counting with unnumbered headings
- fixed counter reset and \exewidth with gb4e
- fixed bugs with linguex export
- adding experimental beamer as possible export. It uses the same routines as basic latex export. needs more testing.
- fixed problem with parsing local options
- adding experimental noFormat option to simply use the raw content of the example as a complete div to a single table cell and set number to vertically centred. For latex export, all lines are simply squashed together. needs more testing.
First complete working version