Installations
npm install gitbook-plugin-katex-plus
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
8.9.4
NPM Version
5.6.0
Score
69.3
Supply Chain
74.7
Quality
75.2
Maintenance
50
Vulnerability
100
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
validate.email 🚀
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Developer
akuma
Download Statistics
Total Downloads
7,498
Last Day
1
Last Week
1
Last Month
14
Last Year
187
GitHub Statistics
Apache-2.0 License
5 Stars
10 Commits
5 Forks
1 Watchers
2 Branches
1 Contributors
Updated on Aug 05, 2022
Bundle Size
224.45 kB
Minified
63.95 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.1.0
Package Id
gitbook-plugin-katex-plus@1.1.0
Size
1.36 MB
NPM Version
5.6.0
Node Version
8.9.4
Total Downloads
Cumulative downloads
Total Downloads
7,498
Last Day
0%
1
Compared to previous day
Last Week
-50%
1
Compared to previous week
Last Month
-62.2%
14
Compared to previous month
Last Year
-23.4%
187
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
gitbook-plugin-katex-plus
Math typesetting using KaTex
Use it for your book, by adding to your book.json:
{
"plugins": ["katex-plus"]
}
then run gitbook install
.
Usage
Inline math: $\int_{-\infty}^\infty g(x) dx$
Block math:
$$
\int_{-\infty}^\infty g(x) dx
$$
Or using the templating syntax:
Inline math: {% math_inline %}\int_{-\infty}^\infty g(x) dx{% endblock %}
Block math:
{% math %}\int_{-\infty}^\infty g(x) dx{% endblock %}
Comparison with gitbook-plugin-katex
- Use single
$
for inline math.

No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0
Reason
0 existing vulnerabilities detected
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-03-10
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More