scribble: render "incremement" and some other chars for Latex/PDF
This change was prompted by the change to DrRacket's "\Delta" to produce the Unicode "increment" character. original commit: fc112ccd4627f0b7413ba17a81d050bb840a79b3
This commit is contained in:
parent
51d487bc1b
commit
4fadca633f
|
@ -853,6 +853,12 @@
|
||||||
[(#\♭) "$\\flat$"]
|
[(#\♭) "$\\flat$"]
|
||||||
[(#\♮) "$\\natural$"]
|
[(#\♮) "$\\natural$"]
|
||||||
[(#\√) "$\\surd$"]
|
[(#\√) "$\\surd$"]
|
||||||
|
[(#\Δ) "$\\Delta$"] ; no better mapping for than \Delta for "increment"
|
||||||
|
[(#\u2211) "$\\sum$"] ; better than \Sigma, right?
|
||||||
|
[(#\u220F) "$\\prod$"] ; better than \Pi, right?
|
||||||
|
[(#\u2210) "$\\coprod$"]
|
||||||
|
[(#\u222B) "$\\int$"]
|
||||||
|
[(#\u222E) "$\\oint$"]
|
||||||
[(#\¬) "$\\neg$"]
|
[(#\¬) "$\\neg$"]
|
||||||
[(#\△) "$\\triangle$"]
|
[(#\△) "$\\triangle$"]
|
||||||
[(#\∀) "$\\forall$"]
|
[(#\∀) "$\\forall$"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user