X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["985" "Thu" " 5" "May" "1994" "10:38:39" "BST" "David Carlisle" "carlisle@cs.man.ac.uk" nil "25" "Re: A suggestion for the graphic packages" "^Date:" nil nil "5" nil nil nil nil] nil) Return-Path: <@tubvm.cs.tu-berlin.de:owner-latex-l@VM.URZ.UNI-HEIDELBERG.DE> Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA14660; Thu, 5 May 94 11:39:46 +0200 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA28311; Thu, 5 May 94 11:39:44 +0200 Received: from tubvm.cs.tu-berlin.de (tubvm.cs.tu-berlin.de [130.149.18.12]) by mail.cs.tu-berlin.de (8.6.7/8.6.6) with SMTP id LAA07048 for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>; Thu, 5 May 1994 11:39:40 +0200 Message-Id: <199405050939.LAA07048@mail.cs.tu-berlin.de> Received: from TUBVM.CS.TU-BERLIN.DE by tubvm.cs.tu-berlin.de (IBM VM SMTP V2R2) with BSMTP id 6688; Thu, 05 May 94 11:40:47 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin MAILER@DHDURZ1) by TUBVM.CS.TU-BERLIN.DE (LMail V1.2a/1.8a) with BSMTP id 6687; Thu, 5 May 1994 11:40:47 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin LISTSERV@DHDURZ1) by VM.URZ.UNI-HEIDELBERG.DE (LMail V1.2a/1.8a) with BSMTP id 7752; Thu, 5 May 1994 11:38:33 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <9405050815.AA03334@m1.cs.man.ac.uk> (message from Andrea Sterbini on Thu, 5 May 1994 10:12:46 EDT) Date: Thu, 5 May 1994 10:38:39 BST From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: A suggestion for the graphic packages Status: R X-Status: X-Keywords: X-UID: 1614 > I suggest that all the graphic packages and classes in LaTeX 2e (and in future > LaTeX 3) accept the option "nopic" (or a similar standard option) so that, > with this option, all the drawing commands have an empty body. The Standard LaTeX graphics package that is under test at the moment (ctan:macros/latex2e/packages/graphics) uses the option `draft' for this. It has an option `final' to turn off this feature. (`final' is called `nodraft' in the current version.) This means you can go \documentclass[draft]{article} \usepackage{....} and any packages that recognise the `draft' option will do the right thing. If you want to have most of the document features `draft' you can still turn on particular packages by using `final' in the \usepackage line. Similarly if the \documentclass uses the default `final' option, you can make individual packages draft. As you mentioned having agreement between packages to use the same option names is certainly a good thing. David