Pascal Bourguignon <[EMAIL PROTECTED]> writes: |> > I changed |> > \usepackage[latin1]{inputenc} |> > to |> > \usepackage{ucs} |> > \usepackage[utf8x]{inputenc} |> > in the preamble, loaded each file, set Emacs to save in UTF8, and |> > re-saved each file. It worked like magic.
As long as you use only a ISO 8859 subset of Unicode, using the complete ucs package is overkill. A simple \usepackage[utf8]{inputenc} will suffice instead on any recent LaTeX installation (e.g., tetex-3.0) to handle UTF-8 input files. (By the way, it is UTF-8, not UTF8). Markus -- Markus Kuhn, Computer Laboratory, University of Cambridge http://www.cl.cam.ac.uk/~mgk25/ || CB3 0FD, Great Britain _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs