From: Matthijs Kooijman Date: Wed, 9 Dec 2009 09:20:05 +0000 (+0100) Subject: Use the logical and from the roman font. X-Git-Tag: final-thesis~14 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=78cf84f89627a17ae9da3c5eaa518b0389c121d0 Use the logical and from the roman font. The sans font doesn't have it. --- diff --git a/pret-lam.lua b/pret-lam.lua index 25f4f7a..e72bf2c 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -29,8 +29,10 @@ local symbols = { {symbol = '*', repr = '\\ast'}, {symbol = '~', repr = '\\HDLine[width=.20 * \\the\\textwidth]'}, {symbol = '|', repr = '\\char' .. utf.byte('|')}, - -- Use ▶ from our roman font, since Iwona doesn't have the glyph + -- Use ▶ and ∧ from our roman font, since Iwona doesn't have the glyph {symbol = '▶', repr = '{\\rm{}▶}'}, + --{symbol = '∧', repr = '{$∧$}'}, + {symbol = '∧', repr = '{\\rm{}∧}'}, } -- Keywords that should be bold