isodoc 1.8.3.2 → 1.8.3.3
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 +4 -4
- data/lib/isodoc/version.rb +1 -1
- data/lib/isodoc/xslfo_convert.rb +0 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3da5eefcb4bd6e16b30199a41a2799abd1faac4f8102b3d119047ecd24a175d6
|
|
4
|
+
data.tar.gz: 920d6ee9e4233bc4c3575b2358d2df680032e6b7f6a492bd46dcd0c6b5b3efe0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ed8c4acbea2dcbbd7f523ad75319de642463e1b535df1ae682abd32649e568243759bb857ed93efb411b8d4b146a2dd1775246e020ddd85edf2864f064c1f79
|
|
7
|
+
data.tar.gz: 14c07986dc7969dbe63285762e5a214917fbe88430ead384c759aadc299a5fa468e998b576e2ef28223267a17eef9022e12932bea46b38cc5d813e41cf207b90
|
data/lib/isodoc/version.rb
CHANGED
data/lib/isodoc/xslfo_convert.rb
CHANGED
|
@@ -10,9 +10,6 @@ module IsoDoc
|
|
|
10
10
|
@suffix = "pdf"
|
|
11
11
|
@pdf_cmd_options = extract_cmd_options(options)
|
|
12
12
|
super
|
|
13
|
-
%i(bodyfont headerfont monospacefont).each do |x|
|
|
14
|
-
@options.delete(x)
|
|
15
|
-
end
|
|
16
13
|
end
|
|
17
14
|
|
|
18
15
|
def extract_cmd_options(options)
|
|
@@ -61,7 +58,6 @@ module IsoDoc
|
|
|
61
58
|
file = File.read(input_filename, encoding: "utf-8") if file.nil?
|
|
62
59
|
input_filename, docxml, filename = input_xml_path(input_filename,
|
|
63
60
|
file, debug)
|
|
64
|
-
warn pdf_options(docxml).merge(@options)
|
|
65
61
|
::Metanorma::Output::XslfoPdf.new.convert(
|
|
66
62
|
input_filename,
|
|
67
63
|
output_filename || "#{filename}.#{@suffix}",
|