Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 2 Sep 2009 14:26:36 +0200 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n82CQZqW013941 for ; Wed, 2 Sep 2009 14:26:35 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n82CNNRi003248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Sep 2009 14:23:24 +0200 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 n82AS4nL000417; Wed, 2 Sep 2009 14:23:23 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 297417 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 2 Sep 2009 14:23:22 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n82CNMYX013829 for ; Wed, 2 Sep 2009 14:23:22 +0200 Received: from mordell.elzevir.fr (mordell.elzevir.fr [92.243.3.74]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id n82CN6vH000499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 2 Sep 2009 14:23:09 +0200 Received: from roth.elzevir.fr (thue.elzevir.fr [88.165.216.11]) by mordell.elzevir.fr (Postfix) with ESMTPS id 15FF935B87 for ; Wed, 2 Sep 2009 14:23:06 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by roth.elzevir.fr (Postfix) with ESMTP id 1EE6DBFCF for ; Wed, 2 Sep 2009 14:23:05 +0200 (CEST) User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 References: <4A7921CF.5020803@morningstar2.co.uk> <4A86949D.3090500@morningstar2.co.uk> <4A886BA8.2000209@morningstar2.co.uk> <0417DF73-EC19-4262-B9DF-5C870D47BFCE@gmail.com> <4A893816.2090807@residenset.net> <4A89610D.8060108@morningstar2.co.uk> <4A8C71CC.7000006@residenset.net> <4A8D0048.4070101@morningstar2.co.uk> <4A946AD7.4020506@residenset.net> <4A9C2DF7.6070002@morningstar2.co.uk> <4A9CCC56.80001@morningstar2.co.uk> <4A9CF90D.5030100@elzevir.fr> <39E0419A-5258-449B-8581-6880FEB3E177@gmail.com> X-Enigmail-Version: 0.95.0 OpenPGP: url=http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x50A89B42 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <4A9E63A8.4060409@elzevir.fr> Date: Wed, 2 Sep 2009 14:23:04 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: =?ISO-8859-1?Q?Manuel_P=E9gouri=E9-Gonnard?= Subject: Re: l3doc, was Re: xparse To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <39E0419A-5258-449B-8581-6880FEB3E177@gmail.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -6.599 () BAYES_00,RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 02 Sep 2009 12:26:36.0189 (UTC) FILETIME=[9D0E3CD0:01CA2BC8] Status: R X-Status: X-Keywords: X-UID: 6073 Will Robertson a écrit : > I've written a couple of packages using gmdoc (pstool and asyfig, off > the top of my head), and the feeling I get when opening up the source > and seeing empty lines and no '% \begin{macrocode}' is quite > refreshing. The code is easier to come back to because there's a lot > less visual cruft (which is easy enough to ignore while writing the code > the first time). > That's exactly my impression: I can cope fairly well with dtx while writing for the first time, but find it more difficult to edit afterwards. > The only attempt at this so far have been to output a list of commands > defined in the package, if desired, in an external file \jobname.cmds. > That's already a first step :-) > My feeling so far is that since we're writing free-form documentation in > LaTeX plus the little structured pieces of information (e.g., function > names and a description of their arguments) it makes more sense to > export the desired structured parts as the document is compiled. > I agree. Maybe it would be good to make the structured part a bit more important, this certainly needs quite a bit of thinking... Manuel.