metanorma-iec 2.0.7 → 2.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd38c355c3d2dd1cdf7e109be5e326c18f18c9f5d7b9f5cbe815c58687eafd56
4
- data.tar.gz: 8441df7cd2ba4eed2d0015391b06b4058fb74f428a7e8cd27beeafe6d10d7f6b
3
+ metadata.gz: 65e8b6110c8b027d0e499a4cafa47209512d46d1844423002e96d5f099849178
4
+ data.tar.gz: f74fa9c52f4f03818bd948b31aa467923779831e32bba5561985a9a82cd155f8
5
5
  SHA512:
6
- metadata.gz: f568d89fbe727d8b21040c8f56a2457ac08acc67b598e2a9ad8a03a03ff67974162ad687096df66d6eb6c153dd72abec30ec717307fbdf59373954dfbc28b66e
7
- data.tar.gz: af527efbfcdeb9cd6ffa68bfe1f598b08fb57201bd217a90f860e62e20e3588f5a7ec4e90f7e263634f9dba417ed6c15db332ce913a718466da9dd98f03383f0
6
+ metadata.gz: fe060bbb28532776431133cf2e0b7f1ff7356dd0b387076fd4b9e51e8b8810a19e1b58cc9bb74c74090c22183778f8cb800c8ff6963465391502877991936e2d
7
+ data.tar.gz: 0a147df6aef5e2aa075a5c86ed5a487a33a40d188ba1ab843177c291d7cc9850de1e60aba4b8b90a07140598703cf4b9c87bbf532e948a9219c9c51ba4882203
@@ -31,7 +31,7 @@ module IsoDoc
31
31
  def iec_orgname(out)
32
32
  out.p(**{ class: "zzSTDTitle1" }) { |p| p << @i18n.get["IEC"] }
33
33
  out.p(**{ class: "zzSTDTitle1" }) { |p| p << "____________" }
34
- out.p(**{ class: "zzSTDTitle1" }) { |p| p << "&nbsp;" }
34
+ out.p(**{ class: "zzSTDTitle1" }) { |p| p << "&#xa0;" }
35
35
  end
36
36
 
37
37
  def middle_title(_isoxml, out)
@@ -40,21 +40,21 @@ module IsoDoc
40
40
  p.b { |b| b << title1 }
41
41
  end
42
42
  if title2
43
- out.p(**{ class: "zzSTDTitle1" }) { |p| p << "&nbsp;" }
43
+ out.p(**{ class: "zzSTDTitle1" }) { |p| p << "&#xa0;" }
44
44
  out.p(**{ class: "zzSTDTitle2" }) do |p|
45
45
  p.b { |b| b << title2 }
46
46
  end
47
47
  end
48
- out.p(**{ class: "zzSTDTitle1" }) { |p| p << "&nbsp;" }
48
+ out.p(**{ class: "zzSTDTitle1" }) { |p| p << "&#xa0;" }
49
49
  end
50
50
 
51
51
  def middle_title_parts(_out)
52
52
  title1 = @meta.get[:doctitlemain]&.sub(/\s+$/, "")
53
53
  @meta.get[:doctitleintro] and
54
- title1 = "#{@meta.get[:doctitleintro]} &mdash; #{title1}"
54
+ title1 = "#{@meta.get[:doctitleintro]} &#x2014; #{title1}"
55
55
  title2 = nil
56
56
  if @meta.get[:doctitlepart]
57
- title1 += " &mdash;"
57
+ title1 += " &#x2014;"
58
58
  title2 = @meta.get[:doctitlepart]&.sub(/\s+$/, "")
59
59
  @meta.get[:doctitlepartlabel] and
60
60
  title2 = "#{@meta.get[:doctitlepartlabel]}: #{title2}"
@@ -42,5 +42,6 @@ name="CVP_Secretariat_Loca">Secretariat</a>: {{ secretariat }}</p>
42
42
 
43
43
  <div class="coverpage_warning">
44
44
  <div id="boilerplate-license-destination"/>
45
+ <div id="coverpage-note-destination"/>
45
46
  </div>
46
47