X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["683" "Fri" "14" "January" "1994" "17:09:59" "-0500" "Charles F. Wells" "cfw2@PO.CWRU.EDU" "<199401151601.AA13563@mail.cs.tu-berlin.de>" "22" "MS DOS problem with linefeeds" "^Date:" nil nil "1" "1994011422:09:59" "MS DOS problem with linefeeds" (number " " mark " Charles F. Wells Jan 14 22/683 " thread-indent "\"MS DOS problem with linefeeds\"\n") nil]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA20548; Sat, 15 Jan 94 17:01:13 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA00543; Sat, 15 Jan 94 17:01:12 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA13563 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Sat, 15 Jan 1994 17:01:07 +0100 Message-Id: <199401151601.AA13563@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 9306; Fri, 14 Jan 94 23:12:22 +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 9305; Fri, 14 Jan 1994 23:12:22 +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 7165; Fri, 14 Jan 1994 23:12:10 +0000 Reply-To: Mailing list for the LaTeX3 project Date: Fri, 14 Jan 1994 17:09:59 -0500 From: "Charles F. Wells" Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: MS DOS problem with linefeeds Status: R X-Status: X-Keywords: X-UID: 1279 I have had trouble trying to install Latex3e using PCTeX on DOS because the files I ftp'd have LF's instead of CRLF's. However, I found an Awk program I wrote a long time ago that fixes this. Save this as unix2dos.awk: ------------------------- # BEGIN { RS = "\12" } # set line separator to LF { print $0 } # print every line ------------------------------ Public domain Awks are available on DOS archives. This one works with GAWK and is so simple it ought to work with any AWK. -- Charles Wells, Department of Mathematics, Case Western Reserve University 10900 Euclid Avenue, Cleveland OH 44106-7058, USA Phone 216 368 2880 or 216 774 1926 FAX 216 368 5163