bibtex-ruby icon indicating copy to clipboard operation
bibtex-ruby copied to clipboard

A BibTeX library, parser, and converter for Ruby.

Results 21 bibtex-ruby issues
Sort by recently updated
recently updated
newest added

a somewhat special(tm) url field entry of the form `url = {http://some.where/foo\_--\_bar}` becomes `http://some.where/foo_–_bar` (the dash here being an en dash now). i came across this while using jekyll-scholar but...

Currently, the gem is only available under the terms and conditions of GPL 3.0. This is quite restrictive, as one could not use the gem within a proprietary software. This...

After this has been merged, we could start resolving some of the issues identified - [ ] It would be great to run rubocop also as GitHub workflow. Contribution welcomed

When a citekey has braces the parser can't handle it. Maybe we should strip them when processing? The example **bibtex** I've got: ``` @book{book:{421090}, title = {Fuzzy Reasoning in Information...)},...

Thank you for this wonderful gem! I am working with a specific author's name: `Rongiéras d'Usseau, Emmanuel` When I try to run `BibTeX::Name.parse 'Rongiéras d\'Usseau, Emmanuel'`, I get `nil`. It...

We had a request to export to Medline. Someone must have done this at some point (I don't see it as a CSL format). I'm wondering if a) there might...

A Configurable Entry Key Generator

Feature

Loading a BibTeX file written by BibDesk and rewriting results in corruption and loss of library management settings that BibDesk encodes into comment fields in XML format. See before and...

It would be nice to have a way to convert unicode accented characters to latex accents when saving a file in bibtex format.