mario wrote:
It seems to me that Lyx insert the following two lines by default
\usepackage[T1]{fontenc} \usepackage[latin1]{inputenc}
I would like not to have them
Why? Do you have a good reason for that and know what these packages do?
Without inputenc, you won't be able to insert accented and other non-english characters directly.
fontenc is the encoding for the font in your document, T1 is the encoding for latin letters.
regards Uwe
