You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the main packages for rendering LaTeX content:
26
27
27
-
| Package | Description | Documentation |
28
-
|---------|-------------|---------------|
29
-
|[latex2js](packages/latex2js)| Core LaTeX parsing and rendering engine with environment support |[README](packages/latex2js/README.md)|
30
-
|[latex2html5](packages/html5)| Pure HTML5 implementation with automatic discovery and bundled JavaScript distribution |[README](packages/html5/README.md)|
31
-
|[latex2react](packages/react)| React components for LaTeX rendering with interactive graphics and mathematical notation |[README](packages/react/README.md)|
32
-
|[latex2vue](packages/vue)| Vue.js components for LaTeX rendering with Composition API and SSR support |[README](packages/vue/README.md)|
28
+
| Package | Description |
29
+
|---------|-------------|
30
+
|[latex2js](packages/latex2js)| Core LaTeX parsing and rendering engine with environment support |
31
+
|[latex2html5](packages/html5)| Pure HTML5 implementation with automatic discovery and bundled JavaScript distribution |
32
+
|[latex2react](packages/react)| React components for LaTeX rendering with interactive graphics and mathematical notation |
33
+
|[latex2vue](packages/vue)| Vue.js components for LaTeX rendering with Composition API and SSR support |
33
34
34
-
## MathJax Packages
35
+
## MathJax Integration
35
36
36
37
If you just want to render equations using MathJax:
37
38
38
-
| Package | Description | Documentation |
39
-
|---------|-------------|---------------|
40
-
|[mathjaxjs](packages/mathjaxjs)| Pure HTML5 MathJax loading utilities for mathematical notation rendering |[README](packages/mathjaxjs/README.md)|
41
-
|[mathjaxjs-react](packages/mathjaxjs-react)| React wrapper and provider for MathJax with modern hooks-based architecture |[README](packages/mathjaxjs-react/README.md)|
39
+
| Package | Description |
40
+
|---------|-------------|
41
+
|[mathjaxjs](packages/mathjaxjs)| Pure HTML5 MathJax loading utilities for mathematical notation rendering |
42
+
|[mathjaxjs-react](packages/mathjaxjs-react)| React wrapper and provider for MathJax with modern hooks-based architecture |
42
43
43
-
## Internal Utility Packages
44
+
## Advanced Packages
44
45
45
-
Other utilties for internal usage:
46
+
Internal utilities for extending functionality:
46
47
47
-
| Package | Description | Documentation |
48
-
|---------|-------------|---------------|
49
-
|[@latex2js/utils](packages/utils)| Core utilities for string processing, coordinate transformations, and SVG manipulation |[README](packages/utils/README.md)|
50
-
|[@latex2js/settings](packages/settings)| Configuration management for PSTricks graphics settings and parameters |[README](packages/settings/README.md)|
51
-
|[@latex2js/macros](packages/macros)| Comprehensive collection of LaTeX macro definitions for mathematical notation |[README](packages/macros/README.md)|
52
-
|[@latex2js/pstricks](packages/pstricks)| PSTricks graphics engine with interactive elements and coordinate system support |[README](packages/pstricks/README.md)|
48
+
| Package | Description |
49
+
|---------|-------------|
50
+
|[@latex2js/utils](packages/utils)| Core utilities for string processing, coordinate transformations, and SVG manipulation |
51
+
|[@latex2js/settings](packages/settings)| Configuration management for PSTricks graphics settings and parameters |
52
+
|[@latex2js/macros](packages/macros)| Comprehensive collection of LaTeX macro definitions for mathematical notation |
53
+
|[@latex2js/pstricks](packages/pstricks)| PSTricks graphics engine with interactive elements and coordinate system support |
0 commit comments