You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently mn2pdf supports the debug mode (generates intermediate XSL-FO, IF, config files) via CLI parameter --debug, -d.
But there isn't possibility to pass this parameter via metanorma command line:
bundle exec metanorma -t iso -x pdf rice-en.final.adoc
To do: support debug mode via adoc document attribute:
@Intelligent2013 isn't this supposed to be a Metanorma CLI option instead of a document attribute? The PDF debug function is clearly a runtime issue not a document issue. I'm not sure if we want to pollute the document with debug options.
@ronaldtse you're right. Just I would like to minimize the change requests for Metanorma CLI. Ok, I'll add the ticket into the metanorma-cli repository.
@ronaldtse you're right. Just I would like to minimize the change requests for Metanorma CLI. Ok, I'll add the ticket into the metanorma-cli repository.
Thank you, I totally understand but I want us to do things the right way, not the convenient way for internal administration reasons.
Currently
mn2pdf
supports the debug mode (generates intermediate XSL-FO, IF, config files) via CLI parameter--debug
,-d
.But there isn't possibility to pass this parameter via metanorma command line:
To do: support debug mode via adoc document attribute:
If Metanorma XML contains:
then it's equal
--debug
.The text was updated successfully, but these errors were encountered: