I'm working on S/W manual. The manual needs table with border.  I think @tag 
is the only viable solution. So I've tried @tex command, but also failed. Here 
comes the source. texi2dvi says "! Undefined command @begin {tabular} blah blah"

@iftex
@tex
$$ 
\begin{tabular}{|r|l|}
\hline
7C0 & hexa \\
3700 & octal \\ \cline{1-2}
1111100000 & binary \\
\hline \hline
1984 & decimal \\
\hline
\end{tabular}
$$
@end tex
@end iftex

Is anyone who knows how to embed Native Tex Table into texinfo document?

On Mon, Sep 23, 2002 at 01:13:08PM -0400, Karl Berry wrote:
>     How can I make complex table with line using texinfo?
> 
> @multitable is the command for multi-column tables.
> 
> However, there is no support for rules in a table (lines, borders,
> whatever you want to call them).  What are you trying to produce that
> needs them?


_______________________________________________
Help-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-texinfo

Reply via email to