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

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

Re: convert ascii table to latex table in emacs


From: harven
Subject: Re: convert ascii table to latex table in emacs
Date: Thu, 17 Mar 2011 17:48:21 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

Pedro Costa <psdc1978@gmail.com> writes:

> Hi,
>
> I've created a table in latex in emacs with the command M-x table-insert.
>
> But this created a table in literal characters, like this:
>
> +------+-----+------+
> |xxxxx|xxxx|xxxxx|
> +------+-----+------+
>
> Now, I would like to convert this ascii table to a latex table. Is it 
> possible?
>
> Thanks
>
> -- 
> Pedro

M-x table-generate-source RET latex RET

(use first M-x table-recognize if the table is not in an activated state)
You can also generate html or cals. More info on the wiki
http://www.emacswiki.org/emacs-en/TableMode


reply via email to

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