to_ascii_latex 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ToAsciiLatex
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
@@ -22,6 +22,7 @@ module ToAsciiLatex
22
22
 
23
23
  # http://www.fileformat.info/info/unicode/char/fb01/index.htm
24
24
  # http://www.w3.org/Math/characters/unicode.xml
25
+ # http://www.johndcook.com/unicode_latex.html
25
26
  NBSP = "\u00A0"
26
27
  MAPPING = { "\u2014" => "--",
27
28
  "\u2018" => "`",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_ascii_latex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: -131631341
93
+ hash: -119025987
94
94
  required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  none: false
96
96
  requirements:
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: -131631341
102
+ hash: -119025987
103
103
  requirements: []
104
104
  rubyforge_project:
105
105
  rubygems_version: 1.8.24