>Hi,
>
>(sorry about the previous mail, I forgot to append the example)
>
>I'm having trouble with the mbox command when the argument
>contains $something$, everything after the mbox command
>within the same section will be thrown out by the translator.
>Below follows sample input and output. Have I missed something ?

Got it now.

Yes, I see the problem.

The fix,  at least with v98.1p4 (so probably also with v98.1p1)
is to the following line with  sub do_cmd_mbox   :

        join('',$mbefore, $mtext, $mafter);

should be:

        join('',$mbefore, $mtext, $mafter, $after);


You can see the result at:

        http://www-texdev.mpce.mq.edu.au/HALL/poltest/

The bug has already been fixed, apart from an extra space after the first
image due to $....$.  I'll try to fix that also, for  v98.1p5 .


Thanks for the bug report.


Hope this helps,

        Ross Moore



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ross Moore                             email: [EMAIL PROTECTED]
Mathematics Department                 phone:      +612 9850 8955
Macquarie University                     fax:      +612 9850 8114
Sydney, NSW 2109                      office:             E7A-419
Australia              WWW: http://www-math.mpce.mq.edu.au/~ross/

                ***************************

for the best in (La)TeX-nical typesetting and Web page production
join the  TeX Users Group (TUG) --- browse at  http://www.tug.org

                 <[EMAIL PROTECTED]>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Reply via email to