Admin message

BUG: Jobs from all GitLab Runners may fail to access private or internal Container Registry despite Job Token Permissions or Custom Permissions due to a bug in GitLab 18.11. There is no workaround available yet. We prefer to wait for a patch rather than risk problems with a downgrade. However, if you experience this problem and the functionality is critical for you, please let us know at gitlab@fi.muni.cz.

Bug: Šablona rozbíjí makro `\cmidrule` z balíčku booktabs
Při pokusu přeložit následující minimalistický příklad v poslední verzi šablony (tj. v prostředí `document` je přesně následující kód) ``` \begin{table} \begin{tabular}{cc} \toprule A & B \\ \cmidrule{1-2} C & D \\ \bottomrule \end{tabular} \caption{Problematic table} \end{table} ``` Překlad skončí chybou ``` Runaway argument? 1-2]{\cmidrulewidth }{} C & D \\ \bottomrule \end {tabular} \caption \ETC. ! Paragraph ended before \@@@cmidrule was complete. <to be read again> \par ```
issue