math_ml 0.12.2 → 0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/math_ml/latex.rb +3 -3
  3. metadata +4 -5
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  load "Rakefile.utirake"
2
2
 
3
- VER = "0.12.2"
3
+ VER = "0.13"
4
4
 
5
5
  UtiRake.setup do
6
6
  external("https://hg.hinet.mydns.jp", %w[eim_xml])
data/lib/math_ml/latex.rb CHANGED
@@ -702,7 +702,7 @@ EOS
702
702
 
703
703
  module BuiltinCommands
704
704
  OVERS = {'hat'=>'circ', 'breve'=>'smile', 'grave'=>'grave',
705
- 'acute'=>'acute', 'dot'=>'sdot', 'ddot'=>'nldr', 'tilde'=>'tilde',
705
+ 'acute'=>'acute', 'dot'=>'sdot', 'ddot'=>'nldr', 'dddot'=>'mldr', 'tilde'=>'tilde',
706
706
  'bar'=>'macr', 'vec'=>'rightarrow', 'check'=>'vee', 'widehat'=>'circ',
707
707
  'overline'=>'macr', 'widetilde'=>'tilde', 'overbrace'=>'OverBrace'}
708
708
  UNDERS = {'underbrace'=>'UnderBrace', 'underline'=>'macr'}
@@ -710,8 +710,8 @@ EOS
710
710
  def initialize
711
711
  add_commands("\\"=>:backslash)
712
712
  add_commands("entity", "stackrel", "frac", "sqrt", "mbox")
713
- add_multi_command(:hat_etc, 'hat', 'breve', 'grave', 'acute', 'dot', 'ddot', 'tilde', 'bar', 'vec', 'check', 'widehat', 'overline', 'widetilde', 'overbrace')
714
- add_multi_command(:underbrace_etc, 'underbrace', 'underline')
713
+ add_multi_command(:hat_etc, *OVERS.keys)
714
+ add_multi_command(:underbrace_etc, *UNDERS.keys)
715
715
  add_multi_command(:quad_etc, " ", "quad", "qquad", ",", ":", ";", "!")
716
716
  add_multi_command(:it_etc, "it", "rm", "bf")
717
717
  add_multi_command(:mathit_etc, "mathit", "mathrm", "mathbf", "bm", "mathbb", "mathscr", "mathfrak")
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: math_ml
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 12
9
- - 2
10
- version: 0.12.2
8
+ - 13
9
+ version: "0.13"
11
10
  platform: ruby
12
11
  authors:
13
12
  - KURODA Hiraku
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2012-03-25 00:00:00 Z
17
+ date: 2012-08-01 00:00:00 Z
19
18
  dependencies:
20
19
  - !ruby/object:Gem::Dependency
21
20
  name: eim_xml