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}
|
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.