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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bib2glossary-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: bib2glossary-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ff9fb2c0b1279904171ba5a6cfb39858115cc1d41257313e4ffb28fb931f9a7
|
|
| MD5 |
819d626dc777aa785a03d300786a07a2
|
|
| BLAKE2b-256 |
dcefd1876bf65d3eb7a5f3b4d39a250df46e8cd66570d4d896f07816559ca35e
|