ruby-bibtex-ruby
Rubyist's Swiss Army knife for all things BibTeX
BibTeX-Ruby is the Rubyist's Swiss Army knife for all things BibTeX. It includes a parser for all common BibTeX objects and a sophisticated name parser that tokenizes correctly formatted names. BibTeX-Ruby recognizes BibTeX string replacements, joins values containing multiple strings or variables, supports cross-references, and decodes common LaTeX formatting instructions to unicode. If you are in a hurry, it also allows for easy export/conversion to formats such as YAML, JSON, CSL, and XML (BibTeXML).
- Versions: 6.1.0
- Website: https://github.com/inukshuk/bibtex-ruby
- Licenses: GPL 3+
- Package source: gnu/packages/ruby-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ruby-bibtex-ruby
as follows:
guix install ruby-bibtex-ruby
Or install a particular version:
guix install ruby-bibtex-ruby@6.1.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of ruby-bibtex-ruby about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ruby-bibtex-ruby'><img src='https://packages.guix.gnu.org/packages/ruby-bibtex-ruby/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ruby-bibtex-ruby)
Example Org:
[[https://packages.guix.gnu.org/packages/ruby-bibtex-ruby][https://packages.guix.gnu.org/packages/ruby-bibtex-ruby/badges/latest-version.svg]]