diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/babel/bbcompat.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/babel/bbcompat.dtx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/babel/bbcompat.dtx b/Master/texmf-dist/source/latex/babel/bbcompat.dtx index bf9c637eaeb..342e394e91e 100644 --- a/Master/texmf-dist/source/latex/babel/bbcompat.dtx +++ b/Master/texmf-dist/source/latex/babel/bbcompat.dtx @@ -30,7 +30,7 @@ % % \iffalse %<*dtx> -\ProvidesFile{bbcompat.dtx}[2008/07/06 v1.2k] +\ProvidesFile{bbcompat.dtx}[2013/07/28 v1.2l] %</dtx> % %% File 'bbcompat.dtx' @@ -95,11 +95,14 @@ % \end{macrocode} % Now we define an error message which `deletes' itself from % memory. +% \changes{bbcompat-1.2l}{2013/07/28}{Raise a more useful error.} +% % \begin{macrocode} \def\bblstyerror{% \PackageError{babel}% - {You have used an old interface to call babel\MessageBreak - You may expect compatibility problems wit other packages}% + {You are loading directly a language style.\MessageBreak + This syntax is deprecated and you must use\MessageBreak + \string\usepackage[language]\string{babel\string}}% {You could proceed but don't complain if you run into errors}% \let\bblstyerror\@undefined } |