-
Notifications
You must be signed in to change notification settings - Fork 2
some katex improvements #153
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
Conversation
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.
Pull Request Overview
This pull request refactors mathematical notation throughout the documentation to use a more concise and consistent LaTeX/KaTeX syntax. The changes simplify macro definitions and update their usage across the codebase.
Key changes:
- Updated KaTeX macro definitions to use more compact syntax (e.g.,
\rpow x minstead of\rpow{x}{m}) - Changed
throwOnErrorfromtruetofalsein the KaTeX configuration - Standardized hypergeometric function notation and added new macros (
\abs,\I)
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
katex.html |
Updated macro definitions to use String.raw syntax, removed deprecated Kelvin function derivative macros (\berp, \beip, \kerp, \keip), added \abs and \I macros, and set throwOnError: false |
src/lib.rs |
Updated mathematical notation in documentation tables to use the new compact macro syntax and corrected table column alignment |
src/xsf/specfun.rs |
Simplified hypergeometric function notation in documentation, updated to use compact \hyp macro syntax |
src/xsf/hyp2f1.rs |
Updated mathematical formulas to use compact macro syntax and improved consistency of hypergeometric notation |
src/scipy_special/hypergeometric.rs |
Refactored hypergeometric function documentation to use the new notation style, updated "See also" sections for consistency |
src/scipy_special/convex_analysis.rs |
Changed list notation from \ldots to \dotsc for comma-separated sequences |
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.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
No description provided.