From 0726312509c9a708eb4ecc0ac36b6b67eba45ad5 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 24 Nov 2009 16:45:39 +0100 Subject: [PATCH] Use the unicode rightwards arrow instead of \rightarrow. It seems this uses the arrow from the current font instead of something else, which looks slightly better. --- pret-lam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pret-lam.lua b/pret-lam.lua index 1f073f8..97a5376 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -21,7 +21,7 @@ local symbols = { -- (U+00A0). [' '] = {repr = ' '}, ['_'] = {repr = '\\_'}, - ['->'] = {repr = '\\rightarrow'}, + ['->'] = {repr = '→'}, ['=>'] = {repr = '⇒'}, -- The default * sits very high above the baseline, \ast (u+2217) looks -- better. -- 2.30.2