SuzanneSoy / scribble-math

Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation

Home Page:http://docs.racket-lang.org/scribble-math/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status, Coverage Status, Build Stats, Online Documentation.

scribble-math

This library allows typesetting math and Asymptote figures in Scribble documents.

Installation

To install this package, use raco:

raco pkg install --deps search-auto scribble-math

Documentation

See the online documentation for more information about the math syntax and the functionality of this library.

Usage example

The syntax used for mathematical formulas is a subset of the one used by LaTeX.

#lang scribble/manual

@require[scribble-math]

@title[#:style (with-html5 manual-doc-style)]{Example}

The derivative of @${x^2} is @${2x}. Complex formulas
look best when typeset in display mode:

@$${\sum_{i=0}^n x_i^3}

About

Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation

http://docs.racket-lang.org/scribble-math/

License:Other


Languages

Language:JavaScript 95.4%Language:Racket 2.5%Language:CSS 2.0%Language:Asymptote 0.1%Language:HTML 0.0%