14 lines
206 B
Markdown
14 lines
206 B
Markdown
# latex-acronym-sort
|
|
|
|
Auto sorter for the latex acronym package
|
|
|
|
## Build
|
|
Run the following command to build this project:
|
|
```shell
|
|
cargo build -r
|
|
```
|
|
|
|
## Usage
|
|
```shell
|
|
latex-acronym-sort -f <filepath>
|
|
``` |