X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["697" "Fri" " 1" "July" "1994" "16:42:44" "BST" "David Carlisle" "carlisle@cs.man.ac.uk" nil "23" "Re: Making slides" "^Date:" nil nil "7" nil nil nil nil] nil) Received: from sc.ZIB-Berlin.DE by goofy.zdv.Uni-Mainz.DE with SMTP id AA07017 (5.65c8/IDA-1.4.4 for ); Fri, 1 Jul 1994 17:44:08 +0200 Received: from dagobert.ZIB-Berlin.DE by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA20779; Fri, 1 Jul 94 17:44:06 +0200 Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA10724; Fri, 1 Jul 94 17:44:06 +0200 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA20776; Fri, 1 Jul 94 17:44:04 +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.9/8.6.9) with SMTP id RAA11367 for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>; Fri, 1 Jul 1994 17:44:02 +0200 Message-Id: <199407011544.RAA11367@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 4597; Fri, 01 Jul 94 17:45: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 4596; Fri, 1 Jul 1994 17:45: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 7106; Fri, 1 Jul 1994 17:41:36 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <9407011534.AA04816@m1.cs.man.ac.uk> (beebe@MATH.UTAH.EDU) Date: Fri, 1 Jul 1994 16:42:44 BST From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Making slides Status: R X-Status: X-Keywords: X-UID: 1629 > I plan on keeping the old SliTeX available indefinitely, because I > don't have time to revise all of my files that use it. Not sure I understand this remark, the intention is that old slitex documents will run through latex2e without change. Here slitex is the following shell script. #!/bin/sh echo echo "******************************************" echo "* SLiTeX is no longer a separate program *" echo "******************************************" echo "* Using LaTeX instead. *" echo "******************************************" echo echo "latex $*" echo /usr/common/lib/tex3/latex2e/bin/latex $* David as I said last time, this list isnt for discussing these topics.