latex-to-unicode 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/data.rb +1 -0
  2. metadata +26 -17
@@ -6,6 +6,7 @@ module LatexToUnicode
6
6
  "\\mathcal" => "\\cal",
7
7
  "\\mathbf" => "\\bf",
8
8
  "\\mathbb" => "\\bb",
9
+ "\\ldots" => "\\dots",
9
10
  "\\dfrac" => "\\frac"
10
11
  }
11
12
  BB = {
metadata CHANGED
@@ -1,48 +1,57 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: latex-to-unicode
3
- version: !ruby/object:Gem::Version
4
- version: 0.1.3
3
+ version: !ruby/object:Gem::Version
5
4
  prerelease:
5
+ version: 0.1.4
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Vikhyat Korrapati
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-14 00:00:00.000000000 Z
12
+
13
+ date: 2013-02-21 00:00:00 Z
13
14
  dependencies: []
15
+
14
16
  description: Replaces LaTeX math-mode markup with Unicode characters wherever possible.
15
17
  email: c@vikhyat.net
16
18
  executables: []
19
+
17
20
  extensions: []
21
+
18
22
  extra_rdoc_files: []
19
- files:
23
+
24
+ files:
20
25
  - lib/latex-to-unicode.rb
21
26
  - lib/data.rb
22
27
  - lib/translate.rb
23
28
  - lib/latex_grammar.rb
24
29
  homepage: http://vikhyat.net/projects/latex_to_unicode/
25
30
  licenses: []
31
+
26
32
  post_install_message:
27
33
  rdoc_options: []
28
- require_paths:
34
+
35
+ require_paths:
29
36
  - lib
30
- required_ruby_version: !ruby/object:Gem::Requirement
37
+ required_ruby_version: !ruby/object:Gem::Requirement
31
38
  none: false
32
- requirements:
33
- - - ! '>='
34
- - !ruby/object:Gem::Version
35
- version: '0'
36
- required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: "0"
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
44
  none: false
38
- requirements:
39
- - - ! '>='
40
- - !ruby/object:Gem::Version
41
- version: '0'
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: "0"
42
49
  requirements: []
50
+
43
51
  rubyforge_project:
44
52
  rubygems_version: 1.8.25
45
53
  signing_key:
46
54
  specification_version: 3
47
55
  summary: Latex math to Unicode character conversion.
48
56
  test_files: []
57
+