X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=pret-lam.lua;fp=pret-lam.lua;h=1f073f83c7653b2ec3dd967062625e4224a8efc9;hp=dd3d5ca8e0a812c5a5888ad13e9d110e88b3a651;hb=bc374390a1c3db1c12f90e35d3b769dd537a846c;hpb=d26b51ab9dfb0a9778023bb6c53857e4eec055e9 diff --git a/pret-lam.lua b/pret-lam.lua index dd3d5ca..1f073f8 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -22,6 +22,7 @@ local symbols = { [' '] = {repr = ' '}, ['_'] = {repr = '\\_'}, ['->'] = {repr = '\\rightarrow'}, + ['=>'] = {repr = '⇒'}, -- The default * sits very high above the baseline, \ast (u+2217) looks -- better. ['*'] = {repr = '\\ast'},