| Ilya Zakharevich on Thu, 24 Apr 2003 11:03:34 -0700 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: \o3 glitch |
On Thu, Apr 24, 2003 at 07:13:52PM +0200, Karim BELABAS wrote:
> (19:10) geo-kb% echo '{{1}\over{x}}\n' |\
> tex2mail -TeX -noindent -ragged -by_par
> Got finishing event `' in the outermost block, rest= at
> /home/belabas/bin/perl/tex2mail line 431, <> chunk 1
>
> [ '{1\over 2}' already exhibits the problem ]
>
> Apparently, -noindent is responsible (??):
>
> (19:10) geo-kb% echo '{{1}\over{x}}\n' |\
> tex2mail -TeX -ragged -by_par
> 1
> -
> x
>
> Ilya ?
Now, when there is a possibility to emit \frak instead of \over, one
could switch to the parser of Text::TeX (which does not support infix
macros, but should be much easier to maintain - it is not written to
run under perl4 :-(). tex2mail is close to be over the limit of
maintainability.
But I' looking at it - I hope -debug=31 helps...
Ilya