[tex-live] TL 2013 Babel bug

Lars Madsen daleif at imf.au.dk
Mon Jul 22 16:23:42 CEST 2013


It seems to be related to greek and this line from within \InsertTableNotes

  \@nameuse{LT@\roman{LT at tables}}

No idea why greek gets upset by this.

Any ideas?




/Lars Madsen
Institut for Matematik / Department of Mathematics
Aarhus Universitet / Aarhus University
Mere info: http://au.dk/daleif@imf / More information: http://au.dk/en/daleif@imf


________________________________________
From: tex-live [tex-live-bounces at tug.org] on behalf of Daniel Dumke [daniel at dumke.me]
Sent: 22 July 2013 12:56
To: tex-live at tug.org
Subject: [tex-live] TL 2013 Babel bug

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