[Mac OS X TeX] TeXShop and BibTeX

William Adams wadams at atlis.com
Tue May 8 17:39:40 CEST 2001



If it's Unix line endings which are the problem, there're lots of solutions.

There's a ``CRLF'' utility one can d/l from most sites for Mac OS

Or, one can just use the shell....

(from comp.linux.powerpc or some such)

Use tr.  Example:Mac line breaks -> UNIX line breaks:
  cat foobar.txt | tr '\r' '\n' > foobar2.txt
UNIX line breaks -> Mac line breaks:
  cat foobar.txt | tr '\n' '\r' > foobar2.txt

William

-- 
William Adams, publishing specialist
ATLIS Graphics & Design / 717-731-6707 voice / 717-731-6708 fax
Sphinx of black quartz, judge my vow.
http://members.aol.com/willadams

-----------------------------------------------------------------
To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
"unsubscribe macosx-tex" (no quotes) in the body.
For additional HELP, send email to <info at email.esm.psu.edu> with
"help" (no quotes) in the body.
This list is not moderated, and I am not responsible for
messages posted by third parties.
-----------------------------------------------------------------




More information about the macostex-archives mailing list