projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76cd2b4
)
Use the logical and from the roman font.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 9 Dec 2009 09:20:05 +0000
(10:20 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 9 Dec 2009 09:20:05 +0000
(10:20 +0100)
The sans font doesn't have it.
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 25f4f7a40c173f0a00e573e01434788f7ea0683c..e72bf2c6d6120cd2a612e393751016c81f9dbaa9 100644
(file)
--- 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