X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1052" "Sun" "6" "October" "1996" "16:28:23" "+0100" "David Carlisle" "carlisle@ma.man.ac.uk" nil "25" "Re: General configuration of LaTeX" "^Date:" nil nil "10" nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.7.5/8.7.3) with ESMTP id RAA24009; Sun, 6 Oct 1996 17:28:50 +0200 (MET DST) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <7.491C98B7@listserv.gmd.de>; Sun, 6 Oct 1996 17:28:43 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 204340 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Sun, 6 Oct 1996 16:28:27 +0100 Received: from vummath.ma.man.ac.uk (vummath.ma.man.ac.uk [130.88.16.53]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with SMTP id QAA01570 for ; Sun, 6 Oct 1996 16:28:25 +0100 (MET) Received: by vummath.ma.man.ac.uk (SMI-8.6/SMI-4.1:AL2) id QAA20490; Sun, 6 Oct 1996 16:28:23 +0100 Message-ID: <199610061528.QAA20490@vummath.ma.man.ac.uk> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199610061502.RAA01090@franc.daimi.aau.dk> (message from Soren Sandmann Pedersen on Sun, 6 Oct 1996 17:02:59 +0200) Date: Sun, 6 Oct 1996 16:28:23 +0100 From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: General configuration of LaTeX Status: R X-Status: X-Keywords: X-UID: 1766 Configuration.... There are arguments both for and against configuration. The main argument against is that it makes document portatbility much harder. For instance if there was a latex.cfg then people would add things like a4 paper size, German.sty style easy "o umlauts, and perhaps load graphics package or whatever. This would mean that a document produced at that site would not run at any other site. (Yes you could document what stuff was loaded locally, but who reads documentation:-) The graphics package configuration files are rather different, they don't change (much) the top level user interface, they just change the back end so that say a file produces on unix/dvips can run unchanged on Mac/textures. So they *increase* rather than decrease document portability. Since this is latex-l list (for long term suggestions) it would be possible to come up with a configuration scheme if a mechanism could be devised such that a `portable' document could always be reliably produced (by the system, not by the user). Any ideas??? David