From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 26 May 1995 03:48:17 -0400 From: David Hogan dhog@plan9.cs.su.oz.au Subject: eqn fix Topicbox-Message-UUID: 0eb505ac-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950526074817.DFVmdMMZZ_bgVt4ujZEnll6hE76vMv6nMAQG2Xj1gmU@z> Here's a quick and dirty hack for plan 9 eqn, to stop it from inserting font changes in the middle of unicode characters. Edit /sys/src/cmd/eqn/text.c, find the function trans(), and change both occurrences of "isalpha(c)" to "(isalpha(c) || (c&0x80))". mk installall. You can now use all those Greek letters in equations without spelling them out! (hey, it's almost WYSIWYG :-)