Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id o19KKw0K032027 for ; Tue, 9 Feb 2010 21:20:59 +0100 Received: (qmail 13589 invoked by alias); 9 Feb 2010 20:20:53 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 09 Feb 2010 20:20:53 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx098) with SMTP; 09 Feb 2010 21:20:53 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o19KFvSf020248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Feb 2010 21:15:57 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o19IBluQ032472; Tue, 9 Feb 2010 21:15:47 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 400002 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 9 Feb 2010 21:15:47 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o19KFlLu015380 for ; Tue, 9 Feb 2010 21:15:47 +0100 Received: from smtp106.plus.mail.re1.yahoo.com (smtp106.plus.mail.re1.yahoo.com [69.147.102.69]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with SMTP id o19KFfxH028386 for ; Tue, 9 Feb 2010 21:15:42 +0100 Received: (qmail 60535 invoked from network); 9 Feb 2010 20:15:40 -0000 Received: from p5B318571.dip0.t-ipconnect.de (st_philipp@91.49.133.113 with plain) by smtp106.plus.mail.re1.yahoo.com with SMTP; 09 Feb 2010 12:15:40 -0800 PST X-Yahoo-SMTP: _jlT6bOswBCTfNEaYibKorijSw14_bs- X-YMail-OSG: 1rQh4eMVM1nXO7KMeV6GEHIdRDIY94OVxalOYauLl7y0_QZA5ZVR9g5j0k2_Xrojy2SoyZRLMdw0IDzzgve8MXIkt_EF8aY5Mlt5pibZlQHm89ebKYpRmGMRqd5NSXAyY8aI5YZHwC_G.IEPCrQWfcjBZD0QRTuvKiTm8ZwoK8lu2sIoPJMtexwZ80eZT3jYfujgoT8s6wWCAsU47v7jD8u4uIMae5qY9alCv.HLb8ZGeobnY9zmW0muCkZbnr6HQQL9mmSQmrk9SAj0H0qyaiVb7uAEQy1uggECF72585s_lA8HgUmOQstie8zF13h7oRGWZE_StO3K8GrrBWzTaDzTGCDSLgfyyQF0_E6al7Mgd2wZ1mX8SXuFln02coyu.PtchU9KasnOflV7hslz6lLcJCPqltSJO_88MHY4mjRB_awp24jt X-Yahoo-Newman-Property: ymail-3 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id o19KFlLu015381 Message-ID: <82A196E1-03B5-4756-A549-3559354D9E6A@yahoo.de> Date: Tue, 9 Feb 2010 21:15:36 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Philipp Stephani Subject: Error introduced in last update To: LATEX-L@listserv.uni-heidelberg.de Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqvET/J 3dm2vHWnQHIuidpgLhS+P7NNYz+zyHLMY9yCwGeoj9BiPgazSVDQFsQIW5ndJCbWUGBVgH7296LE WpM6A==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de X-Scanned-By: MIMEDefang 2.63 on 85.214.41.38 Status: R X-Status: X-Keywords: X-UID: 6226 Hello, the removal of l3num causes make sourcedoc to fail because l3num is still referenced in l3precom.dtx. Patch: Index: l3in2e/l3precom.dtx =================================================================== --- l3in2e/l3precom.dtx (revision 1792) +++ l3in2e/l3precom.dtx (working copy) @@ -181,7 +181,6 @@ % \begin{macrocode} %\ProvidesExplPackage % {\filename}{\filedate}{\fileversion}{\filedescription} -%\RequirePackage{l3num} %\RequirePackage{l3io} %\RequirePackage{l3seq} %\RequirePackage{l3int} Regards, Philipp