I have this code, where I tell babel I want to use Catalan and English:
Code: Select all
\documentclass{book}
\usepackage[catalan,english]{babel}
\usepackage[T1]{fontenc}
\begin{document}
blah
\end{document}
Code: Select all
Package babel Warning: No hyphenation patterns were loaded for
(babel) the language `Catalan'
(babel) I will use the patterns loaded for \language=0 instead.
\l@catalan = a dialect from \language0
Package babel Info: Making " an active character on input line 91.
Warning: You are using encoding OT1 instead of T1.
Some word breaks will not be found.
Code: Select all
! Package babel Error: You have used an old interface to call babel
(babel) You may expect compatibility problems wit other packages.
See the babel package documentation for explanation.
Type H <return> for immediate help.
...
l.73 \bblstyerror
? h
You could proceed but don't complain if you run into errors
Code: Select all
\documentclass{book}
\usepackage[catalan,english]{babel}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\begin{document}
blah
\end{document}
Does anyone know what's going on with this and how it can be resolved?
Any time you spend on this is much appreciated.