ruby-bibtex-ruby 6.1.0
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).
- Outputs:
out
- 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 ruby-bibtex-ruby 6.1.0
as follows:
guix install ruby-bibtex-ruby@6.1.0
Or install the latest version:
guix install ruby-bibtex-ruby
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.