lib/metanorma/compile.rb in metanorma-1.4.5 vs lib/metanorma/compile.rb in metanorma-1.4.6
- old
+ new
@@ -224,10 +224,11 @@
def get_isodoc_options(file, options, ext)
ret = @processor.extract_options(file)
ret[:datauriimage] = true if options[:datauriimage]
ret[:sourcefilename] = options[:filename]
- %i(bare sectionsplit no_install_fonts baseassetpath aligncrosselements)
+ %i(bare sectionsplit no_install_fonts baseassetpath aligncrosselements
+ tocfigures toctables tocrecommendations)
.each { |x| ret[x] ||= options[x] }
ext == :pdf && FontistUtils.has_fonts_manifest?(@processor, options) and
ret[:mn2pdf] =
{ font_manifest: FontistUtils.location_manifest(@processor) }
ret