Tom,

2.9a fixes a number of paragraph problems that I formerly needed to
compensate for under 2.8 (kudos!).  However, I've encountered a
regression with tabular environments that is giving problems.

Simple test example:

\begin{tabular}{ll}
nonlink-slot-name ::= & slot-name\\
link-slot-name ::= & slot-name\\
\end{tabular}

Produces:

> <table><tbody><tr><td colspan="1" align="left">
> <p>nonlink-slot-name ::= </td><td colspan="1" align="left"> 
> slot-name</td></tr>
> <tr><td colspan="1" align="left">
> link-slot-name ::= </td><td colspan="1" align="left"> slot-name</td></tr>
> <tr><td colspan="1" align="left">
> </td></tr></tbody></table>
> </p>

The <p> and </p> is improperly nested within the <table>, <tr>, and
<td>.  I'd be happy with no <p> </p> at all in this situation.  Any
ideas on a fix?

Again, many thanks for the big improvement in Hyperlatex!

-- Dan Corkill

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Hyperlatex-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hyperlatex-users

Reply via email to