From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henri-Paul Indiogine Newsgroups: gmane.emacs.help Subject: Re: Useful key sequences for latex in emacs Date: Wed, 16 Mar 2011 12:23:01 -0700 Message-ID: <874o727tuy.fsf@gmail.com> References: <20110317.001209.488384143.devel@pollock-nageoire.net> Reply-To: hindiogine@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300303424 29430 80.91.229.12 (16 Mar 2011 19:23:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2011 19:23:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Pierre Lorenzon Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 20:23:40 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 1PzwJn-0004f8-84 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2011 20:23:39 +0100 Original-Received: from localhost ([127.0.0.1]:49373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzwJm-0007ar-JW for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2011 15:23:38 -0400 Original-Received: from [140.186.70.92] (port=35469 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzwJR-0007ac-3C for help-gnu-emacs@gnu.org; Wed, 16 Mar 2011 15:23:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzwJN-0002Bw-1L for help-gnu-emacs@gnu.org; Wed, 16 Mar 2011 15:23:16 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:63737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzwJM-0002Bi-V8 for help-gnu-emacs@gnu.org; Wed, 16 Mar 2011 15:23:12 -0400 Original-Received: by yxt33 with SMTP id 33so1003910yxt.0 for ; Wed, 16 Mar 2011 12:23:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:reply-to:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=7vndF5rQieR8fLABKRwtG/yBGaP6lJtNwuhTFYLoRaY=; b=C0BMLOmMBKbGBN0QxlxX8vSFpU/1CX8TezKXbqHTqXuQ3lJn3/IAQFHBZGD/UvDIbq yAiwWaYZhdzxYivnXpRgeC20zsI1MtG0xTvWmDgpv9D5rVUSLy1tzCQPsVRyV+sfvAnU wjFYmT9MBYl2tbiPG/g2vTBpyPhi9/f25osVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:reply-to:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=bEhOeLw+5ARY3ovxquLJO9zK+yi+tmHD6hs5AgvYFFJum7ak+gJTIzbyy6hFzMmeh9 KezqgOqNe+hknqQntr/g0RLPs4kXQbWArJwLVq62z5GHNSc969t3+Qh4Qem0tDoRCYje bV6VSzNHGrIun6s+bUP/y2B5upZFvsbRDn+/I= Original-Received: by 10.150.189.4 with SMTP id m4mr422333ybf.344.1300303391974; Wed, 16 Mar 2011 12:23:11 -0700 (PDT) Original-Received: from belvoir.belvoir.org (S0106001ff33ecff0.gv.shawcable.net [96.50.70.66]) by mx.google.com with ESMTPS id q13sm3735580yba.20.2011.03.16.12.23.08 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Mar 2011 12:23:11 -0700 (PDT) In-Reply-To: <20110317.001209.488384143.devel@pollock-nageoire.net> (Pierre Lorenzon's message of "Thu, 17 Mar 2011 00:12:09 +0000 (Local time zone must be set--see zic manual page)") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 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:80187 Archived-At: >> I'm writing a latex documents, and it's boring to build a table word >> by word. Is there any useful shortcuts in emacs for latex that allows >> to build tables, to include images quickly? For example, having a key >> sequence to build an table automatically in emacs I use org-mode, included in Emacs, but better to download a recent version and then export to LaTeX. Building tables in org-mode is very easy and then the exporter will create the appropriate LaTeX code automagically. Best, Henri-Paul -- Henri-Paul Indiogine Email: hindiogine@gmail.com Running: Ubuntu Linux 10.10, Emacs 24.0.50.1, org-mode 7.4