Sha256: 68634c090b025eea82cfd7f438dfb1e4b2bd2633720f2f106ec6152f67d18f20
Contents?: true
Size: 163 Bytes
Versions: 23
Compression:
Stored size: 163 Bytes
Contents
require 'latex/decode' module BibTeX module Filters class LaTeX < Filter def apply(value) ::LaTeX.decode(value) end end end end
Version data entries
23 entries across 23 versions & 2 rubygems
Version | Path |
---|---|
bibtex-ruby-4.0.11 | lib/bibtex/filters/latex.rb |
bibtex-ruby-4.0.10 | lib/bibtex/filters/latex.rb |
bibtex-ruby-4.0.9 | lib/bibtex/filters/latex.rb |