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

author missing from EPUB #1947

Open
xworld21 opened this issue Aug 25, 2022 · 3 comments · May be fixed by #1948
Open

author missing from EPUB #1947

xworld21 opened this issue Aug 25, 2022 · 3 comments · May be fixed by #1948

Comments

@xworld21
Copy link
Contributor

EPUB.pm tries to get the authors from the DB data:

my $document_authors = $document_metadata->getValue('authors') || [];

However authors doesn't seem to be in the DB, so the EPUB doesn't get a list of authors.

@dginev
Copy link
Collaborator

dginev commented Aug 25, 2022

That line may have been wishful thinking on my part.
I am unsure if Scan is currently collecting the <creator role="author"> entries, and may need an extension.

@brucemiller
Copy link
Owner

brucemiller commented Aug 25, 2022 via email

@xworld21 xworld21 linked a pull request Aug 25, 2022 that will close this issue
@xworld21
Copy link
Contributor Author

We'll have to dig in to see what's recorded, what ePub wants, etc.

Just tried to make sense of it all! See PR.

@dginev dginev modified the milestones: LaTeXML-0.8.8, LaTeXML-0.8.9 Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants