Expand description
Pandoc LaTeX acronym filter
This filter translates certain codes in plain markdown text (such as (+pod)
)
into a LaTeX acronym use (\ac{pod}
). The process is independent from the
actual acronym vocabulary, but the full document should provide it for the
final compilation to work as intended.
If you wish to use it as a typical pandoc filter, the provided binary is
compliant with Pandoc’s expected filter inputs and outputs.
When constructing complex processing pipelines programmatically,
make_acronym_formatting
performs the intended translation in Rust.
Functions§
- make_
acronym_ formatting - Converts the given pandoc document to expand all occurrences of acronym codes into LaTeX acronym codes.