README.md (1353B)
1 [](https://travis-ci.org/jsmaniac/scribble-math) 2 [](https://coveralls.io/github/jsmaniac/scribble-math) 3 [](http://jsmaniac.github.io/travis-stats/#jsmaniac/scribble-math) 4 [](http://docs.racket-lang.org/scribble-math/) 5 6 scribble-math 7 ============= 8 9 This library allows typesetting math and Asymptote figures in 10 [Scribble](https://docs.racket-lang.org/scribble/) documents. 11 12 Installation 13 ============ 14 15 To install this package, use `raco`: 16 17 raco pkg install --deps search-auto scribble-math 18 19 Documentation 20 ============= 21 22 See the [online documentation](http://docs.racket-lang.org/scribble-math/) 23 for more information about the math syntax and the 24 functionality of this library. 25 26 Usage example 27 ============= 28 29 The syntax used for mathematical formulas is a subset of the 30 one used by LaTeX. 31 32 #lang scribble/manual 33 34 @require[scribble-math] 35 36 @title[#:style (with-html5 manual-doc-style)]{Example} 37 38 The derivative of @${x^2} is @${2x}. Complex formulas 39 look best when typeset in display mode: 40 41 @$${\sum_{i=0}^n x_i^3}