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)
## 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
Close
Hashes for bib2glossary-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ff9fb2c0b1279904171ba5a6cfb39858115cc1d41257313e4ffb28fb931f9a7 |
|
MD5 | 819d626dc777aa785a03d300786a07a2 |
|
BLAKE2b-256 | dcefd1876bf65d3eb7a5f3b4d39a250df46e8cd66570d4d896f07816559ca35e |