[OS X TeX] wrapping in TeXShop

Herbert Schulz herbs at wideopenwest.com
Thu Jan 1 15:24:16 CET 2009


On Jan 1, 2009, at 8:06 AM, M. Tamer Özsu wrote:

> Yes. And the original question was how to get Unix/Windows line  
> endings.
>
> --
> M. Tamer Özsu
> University of Waterloo


Howdy,

I believe that TeXShop, and probably the default in OS X, uses Unix  
line endings (LF) and not the old (CR) line endings.

As long as you only use ascii text (e.g., only macros for accented  
character) the encoding shouldn't be a problem. If you embed accented  
characters directly you probably want to use something like ISO Latin  
1 encoding which means you should put

%!TEX encoding = IsoLatin

near the top of your TeXShop file BEFORE saving it for the first time  
(or do a Save As... and choose ISO Latin) and add the line

\usepackage[latin1]{inputenc}

in the preamble.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)






More information about the macostex-archives mailing list