Socket
Book a DemoInstallSign in
Socket

mathjax-img

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathjax-img

img extension for MathJax's TeX input

5.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

mathjax-img

MathJax TeX extension to embed images.

MathJax Extension: img.js, leveraging mglyph in TeX input

This extension implements a TeX macro \img for embedding images in mathematical formula.

Usage:

\img[valign=<vertical alignment>,width=<width>,height=<height>][<alttext>]{URL}

or

\img[<vertical alignment>][<width>][<height>][<alttext>]{URL}

This adds an \img macro for inserting images into a MathJax expression. It takes 5 arguments: the URL for the image and, optionally, the vertical alignment value, the width, the height, and the alttext. Any of the final four can be blank in order to use the default.

With no vertical-align value, the image will sit on the baseline. With no width or height, the image will be its natural size. With one of the width or height specified, the image will be scaled to match that dimension while keeping the aspect ratio the same. If both are given, then image will be scaled to match both dimensions, without regard to the original aspect ratio. The alttext will be used to provide a textual alternative in the rendering.

Using NodeJS

Install mathjax-full and mathjax-img and follow the instructions for NodeJS, e.g.,

import { TeX } from 'mathjax/js/input/tex.js';
import { configuration as img } from 'mathjax-img';
const tex = new TeX({
    packages: [img.name]
});

Using a browser

For client-side use, you need load img.min.js.

Follow the instructions from the MathJax documentation on loading a third-party extensions, e.g.,

MathJax = {
    loader: {
        load: ['[img]/img.min.js'],
        paths: {img: 'https://cdn.jsdelivr.net/npm/mathjax-img@4'}
    },
    tex: {
        packages: {'[+]': ['img']}
    }
};

References

Keywords

MathJax

FAQs

Package last updated on 08 Jul 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.