lib/isodoc/itu/pdf_convert.rb in metanorma-itu-1.2.12 vs lib/isodoc/itu/pdf_convert.rb in metanorma-itu-1.2.13
- old
+ new
@@ -14,9 +14,10 @@
def pdf_stylesheet(docxml)
case doctype = docxml&.at(ns("//bibdata/ext/doctype"))&.text
when "resolution" then "itu.resolution.xsl"
when "recommendation-annex" then "itu.recommendation-annex.xsl"
+ when "recommendation-supplement" then "itu.recommendation-supplement.xsl"
when "technical-report" then "itu.technical-report.xsl"
when "technical-paper" then "itu.technical-paper.xsl"
else
"itu.recommendation.xsl"
end