X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1222" "Wed" " 2" "February" "1994" "19:58:58" "+0100" "Joachim Schrod" "schrod@iti.informatik.th-darmstadt.de" "<199402022028.AA27227@mail.cs.tu-berlin.de>" "39" "Re: \\normalshape" "^Date:" nil nil "2" "1994020218:58:58" "\\normalshape" nil "<199402021851.TAA06922@hp5.iti.informatik.th-darmstadt.de>"]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA27446; Wed, 2 Feb 94 21:30:14 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA18819; Wed, 2 Feb 94 21:29:01 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA27227 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Wed, 2 Feb 1994 21:28:57 +0100 Message-Id: <199402022028.AA27227@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 0189; Wed, 02 Feb 94 21:28:48 +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 0184; Wed, 2 Feb 1994 21:28:48 +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 8604; Wed, 2 Feb 1994 21:27:28 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199402021851.TAA06922@hp5.iti.informatik.th-darmstadt.de> from "Phil Parker" at Feb 2, 94 12:48:01 pm Date: Wed, 2 Feb 1994 19:58:58 +0100 From: Joachim Schrod Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: \normalshape Status: R X-Status: X-Keywords: X-UID: 1400 You wrote: > > I learned about this command in NFSS1, and have used it extensively in my > research papers for two years now. Does what you've discussed about it > vanishing from LaTeX2e mean that I'll have to edit each and every one of > those *.tex files if i need to reproduce *.dvi files? For the second time: NO. You have two choices: (1) Don't change your documents. I.e., use the 2.09 compatibility mode. (2) If you really want to transform them to LaTeX2e: Do not only change \documentstyle to \documentclass, add also \usepackage{newlfont}. Executive summary: For 2.09 documents: \documentstyle[newlfont]{foo} --> \documentclass{foo} **BAD** \documentstyle[newlfont]{foo} --> \documentclass{foo} \usepackage{newlfont} **GOOD** or \documentstyle[oldlfont]{foo} --> \documentclass{foo} \usepackage{oldlfont} **GOOD** Simple, isn't it? Cheers, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Joachim Schrod Email: schrod@iti.informatik.th-darmstadt.de Computer Science Department Technical University of Darmstadt, Germany