Commit 79650f55 by ichuang

add infinity symbol to calc preview

parent 1bf5d712
......@@ -119,6 +119,9 @@ def enrich_varname(varname):
# add hbar for QM
greek.append('hbar')
# add infinity
greek.append('infty')
if varname in greek:
return ur"\{letter}".format(letter=varname)
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment