Sha256: 96a00b9244b977a8d2217838321654afd6d85fa362cd6fa716a2c3e89100f416

Contents?: true

Size: 610 Bytes

Versions: 6

Compression:

Stored size: 610 Bytes

Contents

Feature: Parse BibTeX files and convert LaTeX to Unicode
	As a hacker who works with bibliographies
	I want to be able to parse BibTeX files containing LaTeX strings and
	convert them to Unicode

	@latex
	Scenario: A BibTeX file containing a LaTeX umlaut
		When I parse the following file:
		"""
		@misc{issue16,
		  author = {rbq},
		  title  = {An umlaut: \"u!},
		  year   = 2011,
		}
		"""
		Then my bibliography should contain an entry with key "issue16"
		When I convert all entries using the filter "latex"
		Then the entry with key "issue16" should have a field "title" with the value "An umlaut: ΓΌ!"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bibtex-ruby-2.0.0 features/issues/latex_filter.feature
bibtex-ruby-2.0.0pre1 features/issues/latex_filter.feature
bibtex-ruby-1.3.12 features/issues/latex_filter.feature
bibtex-ruby-1.3.11 features/issues/latex_filter.feature
bibtex-ruby-1.3.10 features/issues/latex_filter.feature
bibtex-ruby-1.3.9 features/issues/latex_filter.feature