If I am writing a pdf with LaTeX, I would like to use commands from different packages for figures or tables or what so ever ... and I just use all the packages i need, could this lead to a contradiction or errors while compilation ?
For example:
\usepackage[german]{babel}
\usepackage[english]{babel}
\usepackage[dutch]{babel}
or
\usepackage{booktabs}
\usepackage{array}
\usepackage{tabularx}
?
fontenc.;-)– egreg Oct 22 '12 at 16:20