Skip to main content

A small package to convert between a latex bib file and a tex file containing glossaries entries

Project description

# bib2glossary

## Installation

>> pip install bib2glossary

## Usage

Currently only conversion of `\newacronym` is implemented:

>> bib2acronym --help
usage: bib2acronym [-h] [-a field] [-f field] filepath

convert a bibtex file to a tex file containing acronym definitions

positional arguments:
filepath bibtex file path

optional arguments:
-h, --help show this help message and exit
-a field, --abbrev-field field
the bib field defining the abbreviation (default: shorttitle)
-f field, --full-field field
the bib field defining the full name (default: abstract)

or

>> acronym2bib --help
usage: acronym2bib [-h] [-a field] [-f field] filepath

convert a tex file containing acronym definitions to a bibtex file

positional arguments:
filepath tex file path

optional arguments:
-h, --help show this help message and exit
-a field, --abbrev-field field
the bib field defining the abbreviation (default: shorttitle)
-f field, --full-field field
the bib field defining the full name (default: abstract)


Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bib2glossary-0.0.1-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 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