After I use the /input command to import another .tex file to the main file the content of the imported file is not correctly displayed because all characters with accentuation and hyphenation looks like they are not using the packages needed to correct display my language.
If I remove the /input{importedFile.tex} command in the main file and past all the code that was being imported everything runs well but this is not my goal because I want a file separation like the one I have.
In the main file all characters are shown correctly even those that use accentuation and hyphenation.
The packages I am using to correct display my language are:
Code: Select all
\usepackage[portuguese]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
Any ideas about this, I really wanna a file separation scheme but this is not working?