未定义控制序列\@@magyar@captionfix

未定义控制序列\@@magyar@captionfix

当我尝试在 TexMaker 中编译以下代码时,出现以下错误

未定义控制序列 @@magyar@captionfix。

有人知道该如何解决吗?

\documentclass{beamer}
\mode<presentation>
{
  \usetheme{Frankfurt}      % or try Darmstadt, Madrid, Warsaw, ...
  \usecolortheme{default} % or try albatross, beaver, crane, ...
  \usefonttheme{default}  % or try serif, structurebold, ...
  \setbeamertemplate{navigation symbols}{}
  \setbeamertemplate{caption}[numbered]
} 

\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
%\usepackage{subfig}
\usepackage{enumerate}

\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{lipsum}
\usepackage{tikz}
\usetikzlibrary{arrows}
\tikzstyle{block}=[draw opacity=0.7,line width=1.4cm]

答案1

我刚刚使用 MiKTeX 更新了 tex 系统,问题就解决了。

相关内容