We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From metanorma/metanorma-iso#1004
To do:
ISO XSLT supports the line numbering feature. To render line numbers, add the document attribute:
:presentation-metadata-linenumbers: true
PDF rendering example:
Source code with line numbers (linenumbers):
linenumbers
[source,ruby,linenumbers] -- puts "Hello, world." %w{a b c}.each do |x| puts x end --
Note: currently, line numbers feature supported in ISO and IEEE draft documents.
The text was updated successfully, but these errors were encountered:
Blog post about line numbering added, #820
9a94039
ISO document attribute updated for line numbers, #820
a1bdf78
aa30638
Done in #836.
Sorry, something went wrong.
Intelligent2013
No branches or pull requests
From metanorma/metanorma-iso#1004
To do:
ISO XSLT supports the line numbering feature. To render line numbers, add the document attribute:
:presentation-metadata-linenumbers: true
PDF rendering example:
Source code with line numbers (
linenumbers
):PDF rendering example:
Note: currently, line numbers feature supported in ISO and IEEE draft documents.
The text was updated successfully, but these errors were encountered: