Here is a texmacs file whose exported latex file (with TeXmacs 1.0.6)
is missing a top \hline, so the table appears without a top.

\[ \begin{array}{|c|c|}
     A & B\\
     \hline
     C & D\\
     \hline
   \end{array} \]

This is something TeXmacs used to get right.

Daniel Bump

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

<TeXmacs|1.0.6>

<style|generic>

<\body>
  <\equation*>
    <block*|<tformat|<table|<row|<cell|A>|<cell|B>>|<row|<cell|C>|<cell|D>>>>>
  </equation*>
</body>

<\initial>
  <\collection>
    <associate|page-type|letter>
</collection>


_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to