From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Latex "Missing number, treated as zero." Date: Sun, 01 Dec 2013 17:54:43 +0000 Message-ID: <529B77E3.3070400@wilkesley.net> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnBEO-00037l-Lt for Emacs-orgmode@gnu.org; Sun, 01 Dec 2013 12:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnBEH-0005uj-C1 for Emacs-orgmode@gnu.org; Sun, 01 Dec 2013 12:54:56 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:60165 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnBEH-0005ub-5Q for Emacs-orgmode@gnu.org; Sun, 01 Dec 2013 12:54:49 -0500 Received: from scamper2.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 6C5B4124F88 for ; Sun, 1 Dec 2013 17:54:46 +0000 (UTC) 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: Emacs-orgmode This is a Latex problem, but I am hoping someone here can trow some light on it. I was trying out the Koma Letter Export script. I get the following error when trying to create a pdf from the "Simple letter example". )) (/usr/share/texmf/tex/latex/koma-script/DIN.lco) (/usr/share/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texmf-dist/tex/generic/babel/babel.def))) ! Missing number, treated as zero. Chopping down the text file to the minimal: \documentclass{scrlttr2} \usepackage[english]{babel} [NO-DEFAULT-PACKAGES] \begin{document} \end{document} still gives the error. However, if I remove [NO-DEFAULT-PACKAGES] I don't get the error. I spent some time Googling, but can't find anything helpful. latex --version gives: pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Arch Linux) kpathsea version 6.1.1 Copyright 2013 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Compiled with libpng 1.6.6; using libpng 1.6.7 Compiled with zlib 1.2.8; using zlib 1.2.8 Compiled with poppler version 0.24.2 Ian.