to_ascii_latex 0.0.17 → 0.0.18

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.17"
2
+ VERSION = "0.0.18"
3
3
  end
@@ -21,6 +21,7 @@ module ToAsciiLatex
21
21
  end
22
22
 
23
23
  # http://www.fileformat.info/info/unicode/char/fb01/index.htm
24
+ # http://www.w3.org/Math/characters/unicode.xml
24
25
  NBSP = "\u00A0"
25
26
  MAPPING = { "\u2014" => "--",
26
27
  "\u2018" => "`",
@@ -47,6 +48,7 @@ module ToAsciiLatex
47
48
  "\u00A2" => '\textcent{}',
48
49
  "\u2227" => '\ensuremath{\land}',
49
50
  "\u00AC" => '\ensuremath{\neg}',
51
+ "\u00F6" => '\"{o}',
50
52
  }
51
53
  MAPPING_RE = /#{MAPPING.keys.join('|')}/
52
54
 
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.17
4
+ version: 0.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-29 00:00:00.000000000 Z
12
+ date: 2013-06-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: to_latex
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: -586719071
93
+ hash: -131631341
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: -586719071
102
+ hash: -131631341
103
103
  requirements: []
104
104
  rubyforge_project:
105
105
  rubygems_version: 1.8.24