Socket
Book a DemoInstallSign in
Socket

@amermathsoc/mathjax-dbnsymb

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amermathsoc/mathjax-dbnsymb

An extension matching dbnsymb for MathJax's TeX input

3.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

mathjax-dbnsymb

MathJax TeX extension to re-implement dbnsymb.

We thank Prof. Bar-Natan for the kind permission to adapt the symbol font dbnsymb.

MathJax Extension: dbnsymb.js

This extension implements a TeX macro \dbnsymb as well as the following macros:

\actsonleft
\actsonright
\Associator
\backoverslash
\hsmoothing
\overcrossing
\OpenHopfUp
\slashoverback
\smoothing
\undercrossing 
\upupsmoothing

We will add more macros whenever a publication needs them.

Using NodeJS

For example, install @mathjax/src and @amermathsoc/mathjax-dbnsymb and use something like

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

Using a browser

For client-side use, you need load browser/dbnsymb.js, e.g., from a CDN.

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

MathJax = {
    loader: {
        load: ['[dbnsymb]/dbnsymb.js'],
        paths: {dbnsymb: 'https://cdn.jsdelivr.net/npm/@amermathsoc/mathjax-dbnsymb@3/browser'}
    },
    tex: {
        packages: {'[+]': ['dbnsymb']}
    }
};

Keywords

MathJax

FAQs

Package last updated on 09 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.