catching initial bind symbol in PGFServer

This commit is contained in:
aarne
2010-03-28 20:32:03 +00:00
parent 55f8a80df7
commit ccac96eaa0
3 changed files with 4 additions and 3 deletions

View File

@@ -147,6 +147,7 @@ doTranslateGroup pgf input mcat mfrom mto =
_ -> s
bind ws = case ws of
w : "&+" : u : ws2 -> bind ((w ++ u) : ws2)
"&+":ws2 -> bind ws2
w : ws2 -> w : bind ws2
_ -> ws
langOnly = reverse . take 3 . reverse