latex3 / babel

The babel system for LaTeX, LuaLaTeX and XeLaTeX
LaTeX Project Public License v1.3c
125 stars 34 forks source link

Hungarian as a secondary language reorders captions #203

Closed jbezos closed 1 year ago

jbezos commented 1 year ago

From https://tex.stackexchange.com/questions/666943/numbering-of-tables-and-figures-misplaced-with-hungarian-and-greek-babel

\documentclass{article}

\usepackage[hungarian,provide+=*,english]{babel}
\begin{document}

\begin{table}
    \caption{\label{tab:table1}Example Table}
    \begin{tabular}{ c c c }
        cell1 & cell2 & cell3   
    \end{tabular}
\end{table}

\end{document}