[OS X TeX] An article about LaTeX and word processors

Herbert Schulz herbs at wideopenwest.com
Fri Feb 3 15:54:13 CET 2017


> On Feb 3, 2017, at 8:33 AM, Alain Schremmer <schremmer.alain at gmail.com> wrote:
> 
> Is that for real?
> 
> 
> On , at 2017 Feb 3,7:46 AM, William Adams wrote:
> 
>> https://xkcd.com/1301/
> 

Howdy,

ASCII has been stable for quite a long time and .tex files used to always be pure ASCII. Life is a bit more complicated now. With many 8bit encodings around it is necessary to have something in the file that is a clue as to what encoding was used (in LaTeX it's usually a \usepackage[xxxx]{inputenc} line and/or some directive for the editor/front end you are using). With multi-bite encodings, like Unicode (most often UTF-8) it is absolutely necessary to either use an engine that understands UTF-8 ((xe/lua)(la)tex) directly or use the proper inputenc line and editor directive. A bit more complicated but still very stable.

PS: there are lots of file types that are pure ASCII so that cartoon is a bit out of date.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)


----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://www.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
                https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex


More information about the macostex-archives mailing list