This is the mail archive of the sgml-tools@via.ecp.fr mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Off-Topic] Tables in latex


Radhakrishnan C V wrote:
> 
> On Thu, 8 Jun 2000, Mario Jorge Nunes Filipe wrote:
> 
> MJ> pdflatex. I'm not using docbook (yes I feel miserable about it)
> MJ> because the systems where the app is going to work has an old
> MJ> linux install and the bosses are kind of afraid to upgrade.
> MJ>
> MJ> The layou is something like this:
> MJ>
> MJ>  +--------+-------------------------+-----------+
> MJ>  |   A    |           B             |   C       |
> MJ>  +--------+-------------------------+-----------+
> MJ>  |              D                   |   E       |
> MJ>  +---+----+-------------------------+-----------+
> MJ>  | F | G  |     H                   |   I       |
> MJ>  +---+----+-------------------------+-----------+
> MJ>  | J | K  |     L                   |   M       |
> MJ>  |   |    |                         |           |
> MJ>  ...
> MJ>  |   |    |                         |           |
> MJ>  +---+----+-------------------------+-----------+
> MJ>
> MJ> How can i produce such a layout in tex ?
> 
> \begin{tabular}{|c|c|c|c|} % all cell contents aligned center
>  \hline
>  \multicolumn{2}{|c|}{A} & B & C \\ \hline
>  \multicolumn{3}{|c|}{D} & E \\ \hline
>   F & G & H & I \\ \hline
>   J & K & L & M \\ \hline
>   .
>   .
>   .
>   X & X & X & X \\ \hline
> \end{tabular}

	Thanks!

-- 
        Mario Filipe 
        mjnf@uevora.pt
        http://neptuno.sc.uevora.pt/~mjnf



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]