Add build infrastructure and update the document with stylistic changes.#59
Merged
klown merged 20 commits intoinclusive-design:mainfrom Mar 6, 2026
Merged
Add build infrastructure and update the document with stylistic changes.#59klown merged 20 commits intoinclusive-design:mainfrom
klown merged 20 commits intoinclusive-design:mainfrom
Conversation
Word versions of the document.
review by gemini.google.com (after researching the correctness of the proposed changes).
klown
reviewed
Mar 5, 2026
jobara
reviewed
Mar 5, 2026
jobara
requested changes
Mar 5, 2026
Contributor
Author
|
I've removed the draft for now as requested. However, some of the changes were made to the draft itself. They're source formatting and markup changes, not content changes. I assume that I'll submit those in a separate PR once this ie merged. |
generation) is not present on the system.
Contributor
Author
|
In the future, consideration should be given to using Typst rather than TeX to create PDF output. Typst is currently supported by Pandoc for PDF typesetting, but it gives an error (a known bug) with Pandoc 3.5 and Typst 0.14.2 - apparently now fixed in Pandoc but not yet in the released version. Modern versions of TeX/LaTeX and Typst support tagged PDF (not by default in the case of LaTeX). For purposes of this PR, I suggest no change be made. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The individual commits are as follows. The over-all effect is to set up the document build process and to make stylistic changes to the Markdown source. The README file is also updated.
) syntax accepted by Pandoc.
npm run testwithout errorsnpm run buildwithout errorsDescription
Steps to test
Expected behavior:
Additional information
Related issues