[tex-live] TL 2013 Babel bug

Daniel Dumke daniel at dumke.me
Mon Jul 22 12:56:37 CEST 2013


Hi,

I cannot get the following example to compile in TL2013. It seems to be 
related to my Babel line:

Any help would be appreciated.

Thanks,

Daniel


\documentclass[a4paper,12pt,twoside,openright,oldfontcommands,final]{memoir}

\usepackage[T1]{fontenc}
\usepackage[english,greek,ngerman]{babel}
\usepackage[utf8]{inputenc}

\usepackage{longtable}
\usepackage{threeparttablex}

\begin{document}
\begin{ThreePartTable}
   \begin{TableNotes}
     \item[a] A note
     \item[b] Another note
   \end{TableNotes}
   \begin{longtable}{l l}
     \toprule
     Column 1 & Column 2 \\
     \midrule
     \endhead
     \cmidrule{2-2}
     \multicolumn{2}{r}{\textit{continued}}
     \endfoot
     \bottomrule
     \insertTableNotes
     \endlastfoot
     % the contents of the table
     A          & B\tnote{a} \\
     C\tnote{b} & D          \\
   \end{longtable}
\end{ThreePartTable}

\end{document}


More information about the tex-live mailing list