-
Notifications
You must be signed in to change notification settings - Fork 92
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
docs: add reference documentations #546
Conversation
I am sorry for coming so late to this. I got the following error during build:
|
Please, share the files |
I thought that the issue is that the scripts try to unconditionally remove std.pdf even if it doesn't exist? |
Yeah, it was the
That's incidental. |
LIBRARIES intro quantities | ||
EXTENSIONS macros_extensions | ||
CHECKED TRUE | ||
# PDF PATH "mp-units.pdf" #[[EXCLUDE_FROM_MAIN]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's important to be able to build the PDF so that any LaTeX error can surface.
Were you also unable to build the PDF in CI?
Perhaps https://github.com/cplusplus/draft's CI setup could serve as a reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't the HTML version also process all the LaTeX files? I thought I would save time by skipping the PDF generation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but it isn't a LaTeX interpreter, so there might be errors.
The sources cxxdraft-htmlgen
processes from https://github.com/cplusplus/draft are CI green.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sent you a DM on Discord with the logs.
The error when building the PDF goes away with JohelEGP/draft@fa7c7e5. |
Resolves #395.
This is a WIP for the reference documentations.
It's in a state that can build the PDF and HTML.
@mpusz Please, use this PR to test #532.
Instructions:
For the HTML, you may need to put
mathjax-node-cli
inPATH
.