معرفی شرکت ها


bib2glossary-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A package to convert between a latex bib file and a tex file containing glossaries entries
ویژگی مقدار
سیستم عامل -
نام فایل bib2glossary-0.1.2
نام bib2glossary
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chris Sewell
ایمیل نویسنده chrisj_sewell@hotmail.com
آدرس صفحه اصلی https://github.com/chrisjsewell/bib2glossary
آدرس اینترنتی https://pypi.org/project/bib2glossary/
مجوز GPL
# bib2glossary [![Build Status](https://travis-ci.org/chrisjsewell/bib2glossary.svg?branch=master)](https://travis-ci.org/chrisjsewell/bib2glossary) This package is intended to allow for the storage and management of [latex glossary terms](https://en.wikibooks.org/wiki/LaTeX/Glossary) in standard reference management packages (such as Zotero), by converting between `.bib` files and `.tex` files containing `\newglossaryentry` or `\newacronym` definitions. To date the only other way to achieve this is *via* [bib2gls](https://tex.stackexchange.com/questions/342544/is-there-a-program-for-managing-glossary-tags). However, it implementation is somewhat complex, and the item types it uses are not supported by Zotero. In `bib2glossary`, the user may override the default relationships between reference item fields and glossary term parameters, by supplying a JSON file, e.g.: ```json { "abbreviation": "abbrevfield" } ``` The defaults are taken from the `Dictionary Entry` type in [Zotero](https://www.zotero.org/support/kb/item_types_and_fields). For `\newacronym`: | Parameter | Field | | ------------ | ---------- | | misc | @type | | longname | journal* | | abbreviation | shorttitle | | description | abstract | | plural | series | | longplural | isbn | | firstplural | address** | For `\newglossaryentry`: | Parameter | Field | | ----------- | --------- | | misc | @type | | name | journal* | | description | abstract | | plural | series | | symbol | volume | | text | edition | | sort | publisher | \* This shows as 'Dictionary Title' in Zotero \*\* This shows as 'Place' in Zotero [Note: The `title` field is not used, since it is usely used to generate the key.] ## Installation >> pip install bib2glossary ## Usage Conversion of `\newacronym`: >> bib2acronym --help >> bib2acronym path/to/file.bib --entry-type misc --param2field path/to/file.json or >> acronym2bib --help >> acronym2bib path/to/file.tex --entry-type misc --param2field path/to/file.json Conversion of `\newglossaryentry`: >> bib2glossary --help >> bib2glossary path/to/file.bib --entry-type misc --param2field path/to/file.json or >> glossary2bib --help >> glossary2bib path/to/file.tex --entry-type misc --param2field path/to/file.json ## Implementation - Parsing of `tex` files is handled by [TexSoup](https://github.com/alvinwan/TexSoup) - Parsing of `bib` files is handled by [BibtexParser](https://bibtexparser.readthedocs.io)


نیازمندی

مقدار نام
>=1.12.0 six
>=0.6.2 bibtexparser
>=0.1.4 texsoup


زبان مورد نیاز

مقدار نام
>=3 Python


نحوه نصب


نصب پکیج whl bib2glossary-0.1.2:

    pip install bib2glossary-0.1.2.whl


نصب پکیج tar.gz bib2glossary-0.1.2:

    pip install bib2glossary-0.1.2.tar.gz