ruby-latex-decode 0.4.0
Convert LaTeX to Unicode
This package provides a gem to convert LaTeX input to Unicode. Its original use was as an input filter for BibTeX-Ruby, but it can be used independently to decode LaTeX. Many of the patterns used by this Ruby gem are based on François Charette's equivalent Perl module LaTeX::Decode
.
- Website: https://github.com/inukshuk/latex-decode
- Licenses: GPL 3+
- Package source: gnu/packages/ruby.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ruby-latex-decode 0.4.0
as follows:
guix install ruby-latex-decode@0.4.0
Or install the latest version:
guix install ruby-latex-decode
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.