From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: harven Newsgroups: gmane.emacs.help Subject: Re: convert ascii table to latex table in emacs Date: Thu, 17 Mar 2011 17:48:21 +0100 Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300383908 3658 80.91.229.12 (17 Mar 2011 17:45:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 17:45:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 17 18:45:03 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0HFv-0006tl-5r for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2011 18:45:03 +0100 Original-Received: from localhost ([127.0.0.1]:56654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0HC6-0007fB-4k for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2011 13:41:06 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!switch.ch!news.in2p3.fr!in2p3.fr!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp4-1.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Cancel-Lock: sha1:SOPnWUbXnuCqIo5a3sDwOJABMls= Original-Lines: 24 Original-NNTP-Posting-Date: 17 Mar 2011 17:48:21 MET Original-NNTP-Posting-Host: 78.233.232.132 Original-X-Trace: 1300380501 news-1.free.fr 26058 78.233.232.132:52032 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:186072 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80213 Archived-At: Pedro Costa 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