在common/theme.sty
中:
第372-376行和第461-467行的代码中,将%[plain]
注释取消,如:
...
\AtBeginSection[]{%
\begin{frame}[plain]
\sectionpage
\end{frame}%
}
...
\AtBeginSubsection{%
\begin{frame}[plain]
\setlength{\parskip}{0pt}%
\offinterlineskip
\subsectionpage
\end{frame}%
}
...
另外,注意在gdsx01-02.tex
的导言区应该避免使用绝对路径,强烈建议将:
\input{C:/Users/hp/Desktop/gdsx/common/theme.sty}
\input{C:/Users/hp/Desktop/gdsx/common/share.sty}
\input{C:/Users/hp/Desktop/gdsx/common/local.sty}
改为:
\input{common/theme.sty}
\input{common/share.sty}
\input{common/local.sty}
否则,更换计算机或操作系统后,极大概率无法编译!
非常感谢,解决了