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

Can latexmlpost create an epub? #1873

Closed
teepeemm opened this issue Jun 22, 2022 · 2 comments
Closed

Can latexmlpost create an epub? #1873

teepeemm opened this issue Jun 22, 2022 · 2 comments

Comments

@teepeemm
Copy link
Contributor

latexmlc myfile --dest=myfile.epub will correctly create an epub file.

latexml myfile --dest=myfile.xml and then latexmlpost myfile --dest=myfile.epub will claim to create myfile.epub, but it actually creates the xhtml version and names it as an epub.

Since the xml creation is the time consuming part, I would like to do that as rarely as possible, and then go from that point to a website or epub.

I don't understand the executables well enough to see how they work, but is there anything stopping us from having latexmlpost also be able to create an epub?

@dginev
Copy link
Collaborator

dginev commented Jun 22, 2022

Hi @teepeemm - that is a good observation - only latexmlc can create ePub at the moment.

The intention has been for the longest time to move a little closer to a single executable which can do all of 1) core processing, 2) post-processing, 3)joint core+post processing, based on the initial experiment with latexmlc. I think that intention is still there.

For now, only latexmlc can generate ePub, as you have noticed.

@dginev dginev closed this as completed Jun 22, 2022
@teepeemm
Copy link
Contributor Author

And for posterity: it appears that I'll need to watch #1496 (and maybe #1497) in order to have latexmlc create the epub from the xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants