From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Nnq0z-0006UO-LY for garchives@archives.gentoo.org; Sat, 06 Mar 2010 09:09:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18FEBE08D1; Sat, 6 Mar 2010 09:09:36 +0000 (UTC) Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by pigeon.gentoo.org (Postfix) with ESMTP id 9255DE08D1 for ; Sat, 6 Mar 2010 09:09:35 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id o2699Xhp013228 for ; Sat, 6 Mar 2010 10:09:34 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.3/8.14.2) with ESMTP id o2699V4K003896; Sat, 6 Mar 2010 10:09:31 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.3/8.14.3/Submit) id o2699V0N003893; Sat, 6 Mar 2010 10:09:31 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19346.7115.858034.462854@a1i15.kph.uni-mainz.de> Date: Sat, 6 Mar 2010 10:09:31 +0100 To: gentoo-pms@lists.gentoo.org Subject: [gentoo-pms] "Command \t invalid in math mode" error in names.tex X-Mailer: VM 8.1.0-beta under 23.1.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: f629bc71-e84d-45e6-96c1-b7a5ea75044e X-Archives-Hash: 36616b8a7e9f5d764408bedd8e9e629f For some reason (I suspect something is more strict in TeXLive 2009) I'm getting the following error in names.tex: LaTeX Warning: Command \t invalid in math mode on input line 189. ! Please use \mathaccent for accents in math mode. The patch below fixes it for me, please review and commit. Ulrich >From f008203ff81409c6bca264d7b6a3eb8914ad439f Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Sat, 6 Mar 2010 10:00:49 +0100 Subject: [PATCH] Fix "Command \t invalid in math mode" error that occurs with TeXLive 2009. --- names.tex | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/names.tex b/names.tex index 2ee5089..b12086a 100644 --- a/names.tex +++ b/names.tex @@ -186,8 +186,8 @@ from which it was invoked. \begin{algorithm} \caption{Version comparison logic for revision components} \label{alg:version-comparison-revision} \begin{algorithmic}[1] - \STATE let $Ar$ be the integer part of the revision component of $A$ if any, otherwise $\t{0}$ - \STATE let $Br$ be the integer part of the revision component of $B$ if any, otherwise $\t{0}$ + \STATE let $Ar$ be the integer part of the revision component of $A$ if any, otherwise \t{0} + \STATE let $Br$ be the integer part of the revision component of $B$ if any, otherwise \t{0} \IF{$Ar>Br$ using integer comparison} \RETURN $A>B$ \ELSIF{$Ar