User guide, LaTeX: typesetting of formulae using standard syntax#1858
Merged
chalin merged 6 commits intogoogle:mainfrom Feb 6, 2025
Merged
User guide, LaTeX: typesetting of formulae using standard syntax#1858chalin merged 6 commits intogoogle:mainfrom
chalin merged 6 commits intogoogle:mainfrom
Conversation
17d2069 to
325cc87
Compare
325cc87 to
2de558f
Compare
1f5c334 to
b255357
Compare
b255357 to
15f43bf
Compare
Contributor
Author
|
I just realized that my PR didn't work with hugo version 0.141.0 any more. I therefore rebased my PR and added a commit so that no error is thrown any more. |
chalin
reviewed
Jan 24, 2025
userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
Outdated
Show resolved
Hide resolved
15f43bf to
41d4894
Compare
Collaborator
|
@geriom @fekete-robert - could either of your review the code? |
chalin
reviewed
Jan 24, 2025
70308f1 to
b316015
Compare
1b2a9d7 to
de85321
Compare
Collaborator
|
@LisaFC et all: any feedback? |
LisaFC
approved these changes
Feb 4, 2025
Collaborator
LisaFC
left a comment
There was a problem hiding this comment.
Looks great, just a few little nits in the UG content
userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
Outdated
Show resolved
Hide resolved
userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
Outdated
Show resolved
Hide resolved
userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
Outdated
Show resolved
Hide resolved
userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
Outdated
Show resolved
Hide resolved
userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
Outdated
Show resolved
Hide resolved
userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
Outdated
Show resolved
Hide resolved
de85321 to
2bccb66
Compare
Contributor
Author
|
@LisaFC: thanks for your feedback, all your comments/changes are added as requested. |
chalin
approved these changes
Feb 6, 2025
4 tasks
chalin
added a commit
to chalin/docsy
that referenced
this pull request
Feb 10, 2025
…le#1858)" Used `git revert HEAD`: - This reverts commit 9815271. - For context, see google#2189
chalin
added a commit
that referenced
this pull request
Feb 10, 2025
fekete-robert
pushed a commit
to fekete-robert/docsy
that referenced
this pull request
May 30, 2025
fekete-robert
pushed a commit
to fekete-robert/docsy
that referenced
this pull request
May 30, 2025
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.
This PR closes #1837 by addressing all four tasks listed in this issue.
The first commit alters the way the scripts are retrieved (now: at build time) and allows for custom KaTeX versions while bringing in the latest version by default.
The second commit updates and extends the section LaTeX support with KaTeX of user guide. This chapter now describes how one can do LaTeX or TeX typsetting directly from Markdown using standard syntax (needs hugo v0.122 or above).
There are no breaking changes introduced with this PR.
You may have a look at the preview on Netlify.