metanorma-bipm 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ fieldset, form, label, legend,
17
17
  table, caption, tbody, tfoot, thead, tr, th, td,
18
18
  article, aside, canvas, details, embed,
19
19
  figure, figcaption, footer, header, hgroup,
20
- menu, nav, output, ruby, section, summary,
20
+ menu, output, ruby, section, summary,
21
21
  time, mark, audio, video {
22
22
  margin: 0;
23
23
  padding: 0; }
@@ -13,6 +13,14 @@ module IsoDoc
13
13
  def pdf_stylesheet(docxml)
14
14
  "bipm.brochure.xsl"
15
15
  end
16
+
17
+ def pdf_options(docxml)
18
+ if docxml.root.name == "metanorma-collection"
19
+ "--split-by-language"
20
+ else
21
+ super
22
+ end
23
+ end
16
24
  end
17
25
  end
18
26
  end
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module BIPM
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-bipm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-10-02 00:00:00.000000000 Z
11
+ date: 2020-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic