metanorma-un 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -160,6 +160,7 @@ module IsoDoc
160
160
  sect2.next_element.remove # pagebreak
161
161
  sect2.remove # pagebreak
162
162
  end
163
+ abstractbox.parent.remove if abstractbox && !abstract
163
164
  end
164
165
 
165
166
  def abstract(isoxml, out)
@@ -2,6 +2,10 @@ require "metanorma/processor"
2
2
 
3
3
  module Metanorma
4
4
  module UN
5
+ def self.pdf_fonts
6
+ ["Arial", "Arial Black", "Courier", "Times New Roman", "HanSans"]
7
+ end
8
+
5
9
  class Processor < Metanorma::Processor
6
10
 
7
11
  def initialize
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module UN
3
- VERSION = "0.3.6"
3
+ VERSION = "0.3.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-un
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-17 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities
@@ -285,6 +285,8 @@ files:
285
285
  - lib/isodoc/un/html_convert.rb
286
286
  - lib/isodoc/un/metadata.rb
287
287
  - lib/isodoc/un/pdf_convert.rb
288
+ - lib/isodoc/un/un.plenary.xsl
289
+ - lib/isodoc/un/un.recommendation.xsl
288
290
  - lib/isodoc/un/word_convert.rb
289
291
  - lib/metanorma-un.rb
290
292
  - lib/metanorma/un.rb