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
EMF image is getting rendered at the beginning of the HTML document.
This is from metanorma/itu-X.arch-design#1:
This only happens in HTML output. PDF renders fine. In DOC, though, the image doesn't render:
Go to itu-X.arch-design repository and execute:
git fetch
git checkout convert-itu-x-arch
bundle exec metanorma -t itu -x html,pdf,doc sources/document.adoc
The text was updated successfully, but these errors were encountered:
Not happening in HTML under the new collection structure of the document:
Nor DOC:
The PR specified in the ticket has been merged into main branch.
@manuelfuenmayor could you please check whether this ticket still needs to be actioned? It looks fine to me now.
Sorry, something went wrong.
After updating to the latest gems, I'm still encountering with the issue. Here are my files: output.zip
This is the chain of actions I followed to get the output:
git checkout main
git pull
bundle update
bundle exec metanorma collection sources/collection.yml
This created an output folder. Inside of it, the file of interest in the one called document.1.html.
output
document.1.html
At @manuelfuenmayor's request, I have also attempted to generate the files. The results are as follows:
PDF:
DOC:
HTML:
opoudjis
No branches or pull requests
Description
EMF image is getting rendered at the beginning of the HTML document.
This is from metanorma/itu-X.arch-design#1:

This only happens in HTML output. PDF renders fine.
In DOC, though, the image doesn't render:
To replicate
Go to itu-X.arch-design repository and execute:
git fetch
git checkout convert-itu-x-arch
bundle exec metanorma -t itu -x html,pdf,doc sources/document.adoc
The text was updated successfully, but these errors were encountered: