Html Generation includes Latex header #6

Closed
opened 2025-11-14 14:25:10 +00:00 by michael · 1 comment
Owner

Currently while running in the docker container and generating an html file, the text of the header file get's include in the <head> tag.

Currently while running in the docker container and generating an `html` file, the text of the header file get's include in the `<head>` tag.
Author
Owner

This occurs because we need to generate a latex file first, then convert the latex file to html. Currently it tries to generate the html from the markdown files. If you run hpa generate latex then pandoc -f latex -t html -o Report.html Report.tex then it will properly generate html.

So it seems like we should generate a latex document in the build folder then convert that to html.

This occurs because we need to generate a latex file first, then convert the latex file to html. Currently it tries to generate the html from the markdown files. If you run `hpa generate latex` then `pandoc -f latex -t html -o Report.html Report.tex` then it will properly generate html. So it seems like we should generate a latex document in the build folder then convert that to html.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: michael/swift-hpa#6