-
Notifications
You must be signed in to change notification settings - Fork 31
/
Manifest
99 lines (99 loc) · 2.36 KB
/
Manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Gemfile
History.txt
LICENSE
Manifest
README.md
Rakefile
bibtex-ruby.gemspec
examples
examples/bib2html.rb
examples/bib2yaml.rb
examples/markdown.bib
features
features/bibtex.feature
features/entries.feature
features/issues
features/issues/braced_strings.feature
features/issues/crossref.feature
features/issues/latex_filter.feature
features/issues/multiline_strings.feature
features/issues/name_parsing.feature
features/issues/non_ascii_default_keys.feature
features/issues/non_ascii_keys.feature
features/issues/number_keys.feature
features/issues/parse_months.feature
features/issues/slash_keys.feature
features/issues/trailing_comma.feature
features/issues/whitespace_keys.feature
features/names.feature
features/preambles.feature
features/query.feature
features/replacement.feature
features/step_definitions
features/step_definitions/bibtex_steps.rb
features/step_definitions/name_steps.rb
features/strings.feature
features/support
features/support/env.rb
lib
lib/bibtex
lib/bibtex.rb
lib/bibtex/bibliography
lib/bibtex/bibliography.rb
lib/bibtex/bibliography/rdf_converter.rb
lib/bibtex/bibtex.y
lib/bibtex/compatibility.rb
lib/bibtex/elements.rb
lib/bibtex/entry
lib/bibtex/entry.rb
lib/bibtex/entry/bibtexml_converter.rb
lib/bibtex/entry/citeproc_converter.rb
lib/bibtex/entry/rdf_converter.rb
lib/bibtex/error.rb
lib/bibtex/extensions.rb
lib/bibtex/filters
lib/bibtex/filters.rb
lib/bibtex/filters/latex.rb
lib/bibtex/filters/linebreaks.rb
lib/bibtex/lexer.rb
lib/bibtex/name_parser.rb
lib/bibtex/names.rb
lib/bibtex/names.y
lib/bibtex/parser.rb
lib/bibtex/replaceable.rb
lib/bibtex/ruby.rb
lib/bibtex/utilities.rb
lib/bibtex/value.rb
lib/bibtex/version.rb
test
test/benchmark.rb
test/bibtex
test/bibtex/entry
test/bibtex/entry/test_rdf_converter.rb
test/bibtex/test_bibliography.rb
test/bibtex/test_elements.rb
test/bibtex/test_entry.rb
test/bibtex/test_filters.rb
test/bibtex/test_lexer.rb
test/bibtex/test_name_parser.rb
test/bibtex/test_names.rb
test/bibtex/test_parser.rb
test/bibtex/test_string.rb
test/bibtex/test_utilities.rb
test/bibtex/test_value.rb
test/fixtures
test/fixtures/bibdesk.bib
test/fixtures/comment.bib
test/fixtures/decoret.bib
test/fixtures/empty.bib
test/fixtures/entry.bib
test/fixtures/errors.bib
test/fixtures/no_bibtex.bib
test/fixtures/preamble.bib
test/fixtures/roundtrip.bib
test/helper.rb
test/macruby.d
test/macruby.rb
test/profile.rb
test/test_bibtex.rb
test/test_export.rb