Skip to main content

No project description provided

Project description

acrosort-tex

acrosort-tex is a Python Command Line App to sort your acronyms in your .tex by their shortform.

Installation

You can install acrosort-tex using pip (note the underscore):

pip install acrosort_tex

Usage

To use acrosort-tex, you first need to create a .tex file with a list of acronyms (see in examples for an example file).

It doesn't matter if there are other TeX commands before or after the acronym block.

To sort the acronyms, run the following command:

acrosort <input_file.tex> <output_file.tex>

For example:

acrosort examples/List_Of_Abbreviations.tex sorted_acronyms.tex

This will create a new .tex file called sorted_acronyms.tex with the sorted acronyms, while everything else isn't touched.

It will also find the longest key to set the width of the shortform column in the acronym block.

License

acrosort_tex is licensed under the MIT License. See the LICENSE file for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acrosort_tex-0.1.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

acrosort_tex-0.1.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page