"Ed C." <[EMAIL PROTECTED]> writes:
> \documentclass[11pt, a4paper]{article}
> \pagestyle{empty}
> \usepackage{ucs}
^^^
You don't need this package. It's outdated AFAIK.
> \usepackage[utf8x]{inputenc}
This should be enough for your purpose. You have to take care that the
file you are writing is saved in utf-8. You can change the encoding of
the buffer with:
C-x RET f utf-8-dos RET
Then save it, then latex it.
Greetings
Sven
pgpJT97t7CbhP.pgp
Description: PGP signature
_______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
