Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 362 Bytes

math_init.js

A short script to initialise LaTeX rendering in HTML.

Sets up the following delimiters for inline math:

$ ... $

\( ... \)

[; ... ;]

and the following for display math:

$$ ... $$

\[ ... \]

If you need to type a dollar sign outside a math formula, use $ instead of just a dollar sign to avoid rendering problems.