home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9448 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  2.1 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!haven.umd.edu!darwin.sura.net!news.duc.auburn.edu!ducvax.auburn.edu!hank
  2. From: hank@ducvax.auburn.edu
  3. Newsgroups: comp.text.tex
  4. Subject: Re: TeX too small, what now? <Solution>
  5. Message-ID: <1992Jul23.105311.1@ducvax.auburn.edu>
  6. Date: 23 Jul 92 15:53:11 GMT
  7. References: <Brr3As.J8z@ux1.cso.uiuc.edu> <BruLIC.Ez0@ux1.cso.uiuc.edu>
  8. Sender: usenet@news.duc.auburn.edu (News Account)
  9. Organization: Auburn University, AL
  10. Lines: 35
  11. Nntp-Posting-Host: ducvax
  12.  
  13. In article <BruLIC.Ez0@ux1.cso.uiuc.edu>, hudson@ux1.cso.uiuc.edu (John Hudson) writes:
  14. > pointed out, the problem is that unix expects lines to end with a \cr\lf
  15. > combo while pc's generally output only the \lf in order to make text 
  16. > processing done more easily.
  17.  
  18. Ooops, you've got the UNIX/DOS end-of-line thing backwards.
  19.  
  20.  
  21. > btw, I looked at dos2unix available on wuarchive, but it seemed to only 
  22. > _remove_ the \lf not replace it with \cr\lf.  Also, Fetch (ftp program for
  23.  
  24. Perhaps the best DOS<->UNIX EOL program for PCs is FLIP:
  25.  
  26. File interchange program flip version 1.0a.  Copyright 1989 Rahul Dhesi,
  27. All rights reserved.  Both noncommercial and commercial copying, use, and
  28. creation of derivative works are permitted in accordance with the
  29. requirements of the GNU license.  This program does newline conversions.
  30.  
  31.    Usage:     flip -umhvtsbz file ...
  32.  
  33. One of -u, -m, or -h is required;  others are optional.  See user manual.
  34.  
  35.    -u     convert to **IX format (CR LF => LF, lone CR or LF unchanged,
  36.           trailing control Z removed, embedded control Z unchanged)
  37.    -m     convert to MS-DOS format (lone LF => CR LF, lone CR unchanged)
  38.    -h     give this help message
  39.    -v     be verbose, print filenames as they are processed
  40.    -t     touch files (don't preserve timestamps)
  41.    -s     strip high bit
  42.    -b     convert binary files too (else binary files are left unchanged)
  43.    -z     truncate file at first control Z encountered
  44.  
  45. May be invoked as "toix" (same as "flip -u") or "toms" (same as "flip -m").
  46.  
  47. --darrel hankerson hank@ducvax.auburn.edu
  48.