Pandoc acronym

Latest Version Minimum Rust Version 1.31 Minimum Pandoc Version 2.2 Build Status dependency status

This filter provides a slightly cleaner syntax for LaTeX acronyms.

What it does:

| Code | Description | Translates to | |---------|---------------------------|---------------------| | (+x) | basic acronym instruction | \ac{x} | | (+~x) | full form of the acronym | \acf{x} | | (+-x) | always short form | \acs{x} | | (+x) | always expand acronym | \acs{x} | | (+*x), (+.*x), (+-*x), (+~*x) | plural form of the above | \acp{x}, \acsp{x}, \aclp{x}, \acfp{x} respectively | | (+^x), (+.^x), (+-^x), (+~^x) | plural form, alternate syntax | \acp{x}, \acsp{x}, \aclp{x}, \acfp{x} |

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.