metanorma-iso 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8ef947f78683fd10dec3a44734b38d3ff6466b6b2e24a225741d33c0614555a
4
- data.tar.gz: 90350cd252a53605ee7425f0e36a793786992e7188c3e02e2ecbbeef85a87756
3
+ metadata.gz: 2b990d016a143d3d99c2d7effe05e237661bbfa046b31c5fae6af14ea6f9695f
4
+ data.tar.gz: d68fca0b2023046eae06bf883ef7dc8569da86c0ab9a249a108eed75d87388b5
5
5
  SHA512:
6
- metadata.gz: c264bed8ddd47946fa2aeb1a58215f0460c105c1345ac990d7cad3cacb9eaffbe27ac50b843e9d7d24b4093a94e1c841817623ee087bbfa5699bd199432017cb
7
- data.tar.gz: 3ad1c9b6ad560ac116b853bd506f36ccb16896870ab4a531c2eed5d6d4569bfd984ec280713be73ef659930932e787a02ff4232fe9e2c0c41ffa10c1f090dbc6
6
+ metadata.gz: d9e291ec902643bd28b8d164d4631f015782198ec855597d6c731deb11a87409d9d8ca3fbd586e83b9c1ce98c51d4eab124b4172448c749895811850d3f215d9
7
+ data.tar.gz: '049a3e2452504bd12829c34d2fe983c2a42b240191beb9a992d2d478f38a39391b1fbd413a01b181e4496c3ab4bf904b3b7231596ab77d230df69506862d5477'
@@ -691,8 +691,9 @@ div.rule {
691
691
  text-underline:none;
692
692
  }
693
693
 
694
- a.TableFootnoteRef
694
+ a.TableFootnoteRef, span.TableFootnoteRef
695
695
  {mso-style-priority:99;
696
+ mso-style-parent:"Footnote Reference";
696
697
  vertical-align:super;}
697
698
 
698
699
  aside {
@@ -718,13 +719,17 @@ div.example {
718
719
  }
719
720
  */
720
721
  p.example, li.example, div.example, td.example
721
- { margin:0in;
722
- margin-bottom:12.0pt;
722
+ {
723
723
  mso-pagination:none;
724
724
  tab-stops:70.9pt;
725
725
  font-size:10.0pt;
726
726
  font-family:$bodyfont;}
727
727
 
728
+ div.example, td.example {
729
+ margin:0in;
730
+ margin-bottom:12.0pt;
731
+ }
732
+
728
733
  td.example p.MsoListParagraph {
729
734
  font-size: 10.0pt;
730
735
  }
@@ -741,7 +741,7 @@ font-size: 1.1em;
741
741
  3.10 Footnotes
742
742
  */
743
743
 
744
- a.footnote-number, a.TableFootnoteRef {
744
+ a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
745
745
  vertical-align: super;
746
746
  font-size: 0.8em;
747
747
  }
@@ -732,7 +732,7 @@ font-size: 1.1em;
732
732
  3.10 Footnotes
733
733
  */
734
734
 
735
- a.footnote-number, a.TableFootnoteRef {
735
+ a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
736
736
  vertical-align: super;
737
737
  font-size: 0.8em;
738
738
  }
@@ -163,7 +163,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
163
163
  font-family:$bodyfont;
164
164
  mso-ansi-language:EN-AU;
165
165
  mso-fareast-language:EN-US;}
166
- div.figure
166
+ div.figure, p.figure
167
167
  {text-align: center;}
168
168
 
169
169
  h1
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module ISO
3
- VERSION = "1.3.5".freeze
3
+ VERSION = "1.3.6".freeze
4
4
  end
5
5
  end
@@ -475,7 +475,7 @@ RSpec.describe IsoDoc do
475
475
  <div class="figure"><a name="samplecode" id="samplecode"></a>
476
476
  <p class="MsoNormal">Hello</p>
477
477
  <p class="MsoNormal">Key</p>
478
- <p class="MsoNormal"><b>Key</b></p><div class="figdl" style="text-align:center;page-break-after:avoid;"><table class="figdl"><tr><td valign="top" align="left"><p align="left" style="margin-left:0pt;text-align:left;" class="MsoNormal"><p class="MsoNormal">A</p></p></td><td valign="top"><p class="MsoNormal">B</p></td></tr></table></div>
478
+ <p class="MsoNormal"><b>Key</b></p><div class="figdl" style="page-break-after:avoid;"><table class="figdl"><tr><td valign="top" align="left"><p align="left" style="margin-left:0pt;text-align:left;" class="MsoNormal"><p class="MsoNormal">A</p></p></td><td valign="top"><p class="MsoNormal">B</p></td></tr></table></div>
479
479
  <p class="FigureTitle" style="text-align:center;">Figure A.1</p></div>
480
480
  </div>
481
481
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-iso
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-20 00:00:00.000000000 Z
11
+ date: 2019-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor