help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MUSE] How to create this kind of table?


From: Sven Naumann
Subject: Re: [MUSE] How to create this kind of table?
Date: Sat, 02 Jun 2007 07:40:07 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Enchanter <ensoul.magazine@gmail.com> writes:

> How to create this kind of table?
>
> +-------------+------------------+---------------------
> +-----------------------+
> |  foo        | foo               |   foo               |
> foo                   |
> +-------------+-------------------+--------------------
> +------------------------+
> | foo                              |
> foo                                        |
> +----------------------------------
> +----------------------------------------------+
> | foo          |    foo                                 |
> foo             |
> +--------------+----------------------------------------
> +------------------------+
>
>


M-x table-insert RET 4 RET 3 RET 18 RET RET

+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+

Goto border between cell: - A2 B2   M-x table-span-cell RET RET
                          - C2 D2   M-x table-span-cell RET RET
                          - B3 C3   M-x table-span-cell RET RET

+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+
|                                     |                                     |
+------------------+------------------+------------------+------------------+
|                  |                                     |                  |
+------------------+-------------------------------------+------------------+

Now you can fill the table with text:

+------------------+------------------+------------------+------------------+
|fo                |fo                |fo                |fo                |
+------------------+------------------+------------------+------------------+
|fo                                   |fo                                   |
+------------------+------------------+------------------+------------------+
|fo                |fo                                   |fo                |
+------------------+-------------------------------------+------------------+


Sven


reply via email to

[Prev in Thread] Current Thread [Next in Thread]