Sha256: 6b7ad4d0ca8a1c1c8d6e966e09a4f1a7aa728e5f79711edb1adc0c20ddb9e8b2

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

module IsoDoc
  module Plateau
    class PdfConvert < IsoDoc::JIS::PdfConvert
      def initialize(options)
        @libdir = File.dirname(__FILE__)
        super
      end

      def pdf_stylesheet(_docxml)
        "jis.international-standard.xsl"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
metanorma-jis-0.2.7 lib/isodoc/plateau/pdf_convert.rb