Skip to content
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

Render html from latex template #28

Open
matteoettam09 opened this issue Aug 27, 2022 · 2 comments
Open

Render html from latex template #28

matteoettam09 opened this issue Aug 27, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@matteoettam09
Copy link
Contributor

🐛 Bug Report

The command

docker run --rm -v $PWD/paper:/paper crunchdao/desci-pandoc paper.md -s --mathml --data-dir=./data/  --resource-path=./figures/ --bibliography ./paper.bib -o paper.html

Leads to a messy html page. Some work on the backend is necessary in order to fix it.

This is necessary if we want to include multimedia content in the "paper".

@matteoettam09 matteoettam09 added the bug Something isn't working label Aug 27, 2022
@matteoettam09
Copy link
Contributor Author

matteoettam09 commented Aug 29, 2022

This point is crucial if, as we do, we want to include animations in the "paper". @Caceresenzo the unit of knowledge here should be an html page, not a pdf: we create the pdf as a biproduct for backward compatibility, but we should have an ipfs link containing an html page called by our website

@Caceresenzo
Copy link
Member

Yeah I guess, for #29 I used the PDF version but the HTML might be a better idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants