I'm working in a bilingual text, so i have the portuguese part in one file, and the english part in the main file. My preamble looks like:
Code: Select all
\documentclass [b5paper, 11pt]{book}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[british]{babel}
Code: Select all
\include{abstractpt.tex}
Any ideas?