
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
gitbook-plugin-mathjax-updated-deps
Advanced tools
MathJAX integration into GitBook to display math and latex equations
This plugin uses MathJax to display Math/TeX formula. This is an official plugin. Versions >=0.1.0
require GitBook >=2.0.0
.
Add it to your book.json
configuration:
{
"plugins": ["mathjax"]
}
Install your plugins using:
$ gitbook install ./
You can now add TeX formula to your book using the {% math %}
block:
When {% math %}a \ne 0{% endmath %}, there are two solutions to {% math %}(ax^2 + bx + c = 0){% endmath %} and they are {% math %}x = {-b \pm \sqrt{b^2-4ac} \over 2a}.{% endmath %}
You can also use the shortcut $$
:
When $$a \ne 0$$, there are two solutions to $$(ax^2 + bx + c = 0)$$ and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
You can force the use of svg pre-processed by adding to your book.json:
{
"pluginsConfig": {
"mathjax":{
"forceSVG": true
}
}
}
FAQs
MathJAX integration into GitBook to display math and latex equations
We found that gitbook-plugin-mathjax-updated-deps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.