a latex question...how to include accented characters?

Added by Esek Yavuz about 11 years ago

I'm embarrassed that latex prints the students names "Per Nol" and "Alexis Bienvene"! Is there an easy fix??

TIA


Replies (3)

RE: a latex question...how to include accented characters? - Added by Esek Yavuz about 11 years ago

Probably should have been clearer: This happens in a report written in latex based on the csv file.

RE: a latex question...how to include accented characters? - Added by Alexis Bienvenüe about 11 years ago

Can you post some files so that we can figure out exactly what you mean?

RE: a latex question...how to include accented characters? [SOLVED] - Added by Esek Yavuz about 11 years ago

The problem was that in my (home made) report, letters with diacritical marks that appeared in the sample student file, in particular the ü* in "Bienvenüe Alexis", and the *ë and *è* in "Noël Père" were not printing, resulting in "Bienvene Alexis" and "Nol Pre". Which was annoying and also a little disrespectful, I thought.

After a lot of weird kludgy attempts, the solution turned out to be easy: Just add

\usepackage[utf8]{inputenc}

to the preamble.

Again, this was not a problem with AMC at all. It was with the report I was writing using data from the exported *.csv file.

(1-3/3)