-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Add line numbers #1004
Comments
We also need to add source code and source code with line numbers to the iso rice document to demonstrate. |
ISO XSLT updated for the line numbering feature. To render line numbers, add the document attribute: :presentation-metadata-linenumbers: true Source code with line numbers ( [source,ruby,linenumbers]
--
puts "Hello, world."
%w{a b c}.each do |x|
puts x
end
-- PDF generated for @ronaldtse Is that enough? |
@Intelligent2013 can we document this on metanorma.org and produce a blog post on it? Thanks! |
Source: metanorma/mn2pdf#201
As titled, for testing purposes.
The text was updated successfully, but these errors were encountered: