From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: latex export: document fails to compile Date: Wed, 17 Oct 2012 14:05:56 +0200 Message-ID: <874nltnw0r.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOSRw-0007vO-0K for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 08:10:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOSRt-0001HN-Nk for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 08:10:11 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOSRt-0001Gi-Hl for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 08:10:09 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so5002521wey.0 for ; Wed, 17 Oct 2012 05:10:08 -0700 (PDT) In-Reply-To: (asdfsadfmcxdfsa@safe-mail.net's message of "Tue, 16 Oct 2012 15:42:03 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: asdfsadfmcxdfsa@Safe-mail.net Cc: emacs-orgmode@gnu.org Hello, asdfsadfmcxdfsa@Safe-mail.net writes: > create a new empty org-mode file containing this text > > * test > $\text{asdf}$ > > export to latex, build pdf from tex > > error > > ERROR: Undefined control sequence. > > --- TeX said --- > \text > > l.38 $\text > {asdf}$ IIRC, \text command is defined in amsmath package. Do you require it in your header? Regards, -- Nicolas Goaziou