0.本站不是一个「do-it-for-me」的地方,请你给出你的尝试。
1.什么是「但不是常规的目录结构,请求高手将之改写成常规的目录结构」?请截图提供目录目前的样式和预期的样式区别。
2.不建议使用外链做内容分享,有非常严重的过期风险,一旦过期,则本post将毫无意义。
我猜测你需要修改的「不是常规的结构」的代码由这里控制:
% https://github.com/sano-jin/express-beamer/blob/e503e4b561b93dbd21fcf7efc7cba4ea2045b779/sty/zh-cn/style.sty#L240-L261
\AtBeginSection[]{{
\setbeamertemplate{headline}{}%
\begin{frame}
\tableofcontents[
currentsection,
sectionstyle=show/shaded,
subsectionstyle=hide
]
\end{frame}
}}
\AtBeginSubsection[]
{{
\setbeamertemplate{headline}{}%
\begin{frame}
\tableofcontents[
currentsection,
sectionstyle=show/shaded,
subsectionstyle=show/shaded/hide
]
\end{frame}
}}





















问 请求改写一个beamer样式