support subscript decimals in Latex/PDF output

This commit is contained in:
Matthew Flatt 2018-05-07 19:52:17 -06:00
parent 86cfc8b7f9
commit e7cf458de9

View File

@ -1112,6 +1112,16 @@
[(#\u039B) "$\\Lambda$"]
[(#\u03BC) "$\\mu$"]
[(#\u03C0) "$\\pi$"]
[(#\₀) "$_0$"]
[(#\₁) "$_1$"]
[(#\₂) "$_2$"]
[(#\₃) "$_3$"]
[(#\₄) "$_4$"]
[(#\₅) "$_5$"]
[(#\₆) "$_6$"]
[(#\₇) "$_7$"]
[(#\₈) "$_8$"]
[(#\₉) "$_9$"]
[(#\) "{`}"]
[(#\) "{'}"]
[(#\“) "{``}"]