-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpkslide.cls
402 lines (305 loc) · 13.4 KB
/
pkslide.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
%%
%% This is file `../pkslide.cls'.
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{../pkslide}
[2022/07/31 PinkRabbit Slide class]
% 禁止选项 c 扰乱 beamer 的页对齐
\DeclareOption{c}{\OptionNotUsed}
% 处理剩下的选项
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbeamer}}
\ProcessOptions\relax
% 使用 ctexbeamer 文档类 —— CTeX 宏集提供的对 beamer 的汉化版
% 使用 UTF8 选项,指定 tex 文件使用 UTF-8 编码
% 使用 t 选项,指定每页幻灯片默认靠顶部对齐
% 使用 fontset = none 选项,自行设置中文字体
\LoadClass[UTF8, t, fontset = none]{ctexbeamer}
% =============================================================================
% 以下是 cls 文件的主体部分,即导言区的前一半
% ===================================================================
% 调用宏包
% 实际上,ctexbeamer 文档类会自动调用 hyperref 宏包,所以也可注释掉
\RequirePackage{hyperref}
% 启用 \verb 和 verbatim 环境
% 以及使用 comment 环境方便地进行注释
\RequirePackage{verbatim}
% 用于调整(西文)字体
\RequirePackage{fontspec}
% 实际上,ctexbeamer 文档类会自动调用 xeCJK 宏包,所以也可注释掉
% 用于调整中文字体(\setCJK...font{...})
\RequirePackage{xeCJK}
% 实际上,ctexbeamer 文档类会自动调用以下 AMS 宏包,所以也可注释掉
\RequirePackage{amsmath, amssymb, amsthm}
% 实际上,ctexbeamer 文档类会自动调用 xcolor 宏包,所以也可注释掉
\RequirePackage{xcolor}
% 为了使用 \mathscr 必须调用此宏包
\RequirePackage{mathrsfs}
% 此宏包是为了分栏显示目录而调用的
% 使用了 multicols 环境
\RequirePackage{multicol}
% 用于显示 XeLaTeX 等标志
\RequirePackage{bxtexlogo}
% 用于 larger、smaller、textlarger、textsmaller 等相对当前字体大小改变字体大小的宏
\RequirePackage{relsize}
% etoolbox 和 xparse 宏包对在文档类中方便地定义命令有很大帮助
\RequirePackage{etoolbox, xparse}
% 目前最新的画表格宏包,使用 tblr 环境
\RequirePackage{tabularray}
% 用于给公式内加粗
\RequirePackage{bm}
% ===================================================================
% 设置 beamer 显示形式
% 设置 tt 字体族使用 Cascadia Mono
\setmonofont[BoldFont = Cascadia Mono SemiBold]{Cascadia Mono SemiLight}
% 设置中文字体,使用思源宋体和思源黑体,对应于 rm 和 sf 字体族,tt 字体族使用方正黑仿 简,it 字体形统一使用霞鹜文楷
\setCJKmainfont[ItalicFont = LXGW WenKai, BoldItalicFont = LXGW WenKai Bold]{Source Han Serif SC}
\setCJKsansfont[ItalicFont = LXGW WenKai, BoldItalicFont = LXGW WenKai Bold]{Source Han Sans SC}
\setCJKmonofont[ItalicFont = LXGW WenKai, BoldItalicFont = LXGW WenKai Bold]{FZHeiFangS}
% 此为 hyperref 宏包的设置
% 令 PDF 书签显示到 subsubsection 级别
% 添加 colorlinks 选项,但不设置 linkcolor
\hypersetup{bookmarksdepth=4,colorlinks,linkcolor=}
% 使用 Berlin 主题
\usetheme{Berlin}
% 改变内容文字边距,对于 Berlin 主题相当于加宽文字宽度(减小边距)
\setbeamersize{text margin left = .7cm, text margin right = .7cm}
% Berlin 原本使用的是 miniframes 这一外部主题(outer theme)
% 将页眉模板调整为增加 subsubsection(如果有的话)在页眉中 subsection 的右侧显示
% 下面的 headline 模板由 beamerouterthememiniframes.sty 中的部分复制而来
\makeatletter
\setbeamertemplate{headline}
{%
\begin{beamercolorbox}[colsep=1.5pt]{upper separation line head}
\end{beamercolorbox}
\begin{beamercolorbox}{section in head/foot}
\vskip2pt\insertnavigation{\paperwidth}\vskip2pt
\end{beamercolorbox}%
\ifbeamer@theme@subsection%
\begin{beamercolorbox}[colsep=1.5pt]{middle separation line head}
\end{beamercolorbox}
\begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot}
\usebeamerfont{subsection in head/foot}\insertsubsectionhead\hfill\insertsubsubsectionhead
\end{beamercolorbox}%
\fi%
\begin{beamercolorbox}[colsep=1.5pt]{lower separation line head}
\end{beamercolorbox}
}
\makeatother
% Berlin 原本使用的是 miniframes 这一外部主题(outer theme)
% 将页脚模板设置为 infolines 这一外部主题提供的格式,并以完整形式(当前/总数)加入页码
% 下面的 footline 模板由 beamerouterthemeinfolines.sty 中的部分复制而来
\setbeamertemplate{page number in head/foot}[totalframenumber]%
\makeatletter
\setbeamertemplate{footline}
{%
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortauthor\expandafter\ifblank\expandafter{\beamer@shortinstitute}{}{~~(\insertshortinstitute)}
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
\usebeamerfont{title in head/foot}\insertshorttitle
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,leftskip=2ex,rightskip=2ex,sep=0pt]{date in head/foot}%
\hfill%
\usebeamerfont{date in head/foot}%
\insertshortdate{}%
\hfill%
\usebeamercolor[fg]{page number in head/foot}%
\usebeamerfont{page number in head/foot}%
\usebeamertemplate{page number in head/foot}%
\end{beamercolorbox}}%
\vskip0pt%
}
\makeatother
% 正文字体应使用无衬线字体,但数学公式统一调整为原本 article 等文档类下的衬线字体
\usefonttheme{professionalfonts}
% tabularry 宏包进行了行列间距调整,这里调整回与原本的 array 相同的间距
% 原版 tabular 的列间距比 array 宽一点,为 6pt,与 tblr 相同
\SetTblrInner{rowsep = 0pt} % tabularry : match the original array
\SetTblrInner{colsep = 5pt} % tabularry : match the original array
% 使用 bxtexlogo 宏包提供的 primary logos 以使用 \XeLaTeX 等类似命令
\bxtexlogoimport{*}
% beamer 重定义了 \frame 命令导致 \topsep 在 list 类环境外不正确
% 此 length 只适用于第一层 list 环境,并只用于在 multicols 环境头部或尾部为 list 类环境时修正间距
% 不建议使用此文档类时嵌套 list 类环境
\newlength{\BeamerMulticolsListITopsep}
\setlength{\BeamerMulticolsListITopsep}{3pt plus 2pt minus 2.5pt} % 此数值取自 beamerbaselocalstructure.sty
% 定义 mymulticols 环境
% usage: \begin{mymulticols}[s1][s2]{number}
% <number> is passed to multicols environment in package multicol: \begin{multicol}{number}
% nonempty <s1> indicates a list-like environment is at the beginning of mymulticols
% nonempty <s2> indicates a list-like environment is at the end of mymulticols
% basically, setting <s1> and <s2> to either empty string or "l" can do the job
\NewDocumentEnvironment{mymulticols}{O{} O{} m}{%
\ifblank{#1}{%
\vspace*{-\multicolsep}%
}{%
\vspace*{\dimexpr\BeamerMulticolsListITopsep-\multicolsep\relax}%
}%
\begin{multicols}{#3}%
}{%
\end{multicols}%
\ifblank{#2}{%
\vspace*{-\multicolsep}%
}{%
\vspace*{\dimexpr\BeamerMulticolsListITopsep-\multicolsep\relax}%
}%
}
% ===================================================================
% 设置自动化插入标题页、节标题、小小节插入进度等功能
% 自动插入标题页
\newbool{PKUseAboutInfoText} % package etoolbox
\newcommand{\PKAboutInfoText}{}
\NewDocumentCommand{\aboutinfotext}{+m}{%
\booltrue{PKUseAboutInfoText}%
\renewcommand{\PKAboutInfoText}{#1}
}
\AddToHook{begindocument/end}{
\begin{frame}
\titlepage
\end{frame}
\ifbool{PKUseAboutInfoText}{%
\begin{frame}
\frametitle{关于}
\PKAboutInfoText
\end{frame}%
}{}
\begin{frame}[c]
\frametitle{目录}
\begin{mymulticols}{2}
\tableofcontents
\end{mymulticols}
\end{frame}
}
% 定义 \miniframeson 和 \miniframesoff 命令,以在导航栏中隐藏节标题的小圆圈
% 来自 https://tex.stackexchange.com/q/234269
\makeatletter
\let\beamer@writeslidentry@miniframeson=\beamer@writeslidentry
\def\beamer@writeslidentry@miniframesoff{%
\expandafter\beamer@ifempty\expandafter{\beamer@framestartpage}{}% does not happen normally
{%else
% removed \addtocontents commands
\clearpage\beamer@notesactions%
}
}
\newcommand*{\miniframeson}{\let\beamer@writeslidentry=\beamer@writeslidentry@miniframeson}
\newcommand*{\miniframesoff}{\let\beamer@writeslidentry=\beamer@writeslidentry@miniframesoff}
\makeatother
% 自动插入节标题
\AtBeginSection{
\miniframesoff % remove navigation circle
\begin{frame}[c]
\sectionpage
\end{frame}
\miniframeson % undo: remove navigation circle
}
% 定义 \progressnow 以显示当前进度,在 frame 环境外部使用
\newcommand{\progressnow}{%
\begin{frame}[c]
\frametitle{当前进度}
\setbeamercolor{subsection in toc}{fg = red}
\setbeamercolor{subsection in toc shaded}{fg = black}
\setbeamercolor{subsubsection in toc}{fg = red}
\setbeamercolor{subsubsection in toc shaded}{fg = black}
\begin{mymulticols}{2}
\tableofcontents[sectionstyle = show/shaded, subsectionstyle = show/shaded/hide, subsubsectionstyle = show/shaded/hide]
\end{mymulticols}
\end{frame}%
}
% 自动在 subsubsection 前插入当前进度
\AtBeginSubsubsection{\progressnow}
% 定义 \pseudosubsubsection 以在小节不需要进一步分段时显示当前进度
\newcommand{\pseudosubsubsection}{\progressnow}
% ===================================================================
% 自定义一些命令
% 定义 small caps 字形
\newcommand{\rmsc}[1]{{\rmfamily{}\scshape{}#1}}
\newcommand{\mathsc}[1]{{\text{\rmfamily{}\scshape{}#1}}}
% 空一行
\newcommand{\emptyline}{\vspace{0.6\baselineskip}}
% \textboldcolor 相当于变色 + 文字加粗 + 公式加粗
% 在水平模式中,通过 \boldmath 和 \unboldmath 实现公式加粗,不应跨段落使用
% 在数学模式中,通过 bm 宏包中的 \bm 实现公式加粗,不应跨数学公式内外使用
\NewDocumentCommand{\textboldcolor}{o m}{%
\IfNoValueTF{#1}{%
\ifmmode%
\bm{#2}%
\else%
{\bfseries{}\boldmath{}#2\unboldmath{}}%
\fi%
}{%
\ifmmode%
\textcolor{#1}{\bm{#2}}%
\else%
\textcolor{#1}{\bfseries{}\boldmath{}#2\unboldmath{}}%
\fi
}%
}
% 意为 first-define,即概念定义时使用
\newcommand{\fdf}[1]{\textboldcolor[red]{#1}}
% 切换主题颜色,来自 beamercolorthemespruce.sty
\definecolor{MSUgreen}{RGB}{0,102,51}
\makeatletter
\NewDocumentEnvironment{structuregreen}{}{%
\setbeamercolor{structure}{fg=MSUgreen}%
}{%
\setbeamercolor{structure}{fg=beamer@blendedblue}%
}
\makeatother
% ===================================================================
% 不影响显示形式的,需要在导言区引入的信息
% author、institute 信息
\newcommand{\PKAuthorPDFName}{小粉兔\ 测试}
\newrobustcmd{\PKAuthorLongName}{\begin{tabular}[t]{@{}c@{}}小粉兔\ 测试\\PinkRabbit Test\end{tabular}}
\newrobustcmd{\PKAuthorShortName}{PRTest}
\newrobustcmd{\PKInstituteLongName}{百京带学\\Baijing Oniversity}
\newrobustcmd{\PKInstituteShortName}{BaiJO}
% usage: \firstauthor{realname}[nickname][shortname]
% if <nickname> not specified, empty
% if <shortname> not specified, if <nickname> also not specified, <realname>, otherwise <nickname>
\NewDocumentCommand{\firstauthor}{m o o}{%
\renewcommand{\PKAuthorPDFName}{#1}
\renewrobustcmd{\PKAuthorLongName}{\IfNoValueT{#2}{#1}{\begin{tabular}[t]{@{}c@{}}#1\\#2\end{tabular}}}
\renewrobustcmd{\PKAuthorShortName}{\IfValueTF{#3}{#3}{\IfValueTF{#2}{#2}{#1}}}%
}
% usage: \firstinstitute{name}[englishname]{shortname}
% if <englishname> not specified, empty
\NewDocumentCommand{\firstinstitute}{m o m}{%
\renewrobustcmd{\PKInstituteLongName}{#1\IfValueT{#2}{\\#2}}
\renewrobustcmd{\PKInstituteShortName}{#3}%
}
% usage: \addauthor{realname}[nickname][shortname]
% if <nickname> not specified, empty
% if <shortname> not specified, if <nickname> also not specified, <realname>, otherwise <nickname>
\NewDocumentCommand{\addauthor}{m o o}{%
\appto\PKAuthorPDFName{\and#1}
\appto\PKAuthorLongName{\and\IfNoValueT{#2}{#1}{\begin{tabular}[t]{@{}c@{}}#1\\#2\end{tabular}}}
\appto\PKAuthorShortName{\and\IfValueTF{#3}{#3}{\IfValueTF{#2}{#2}{#1}}}%
}
% usage: \addinstitute{name}[englishname]{shortname}
% if <englishname> not specified, empty
\NewDocumentCommand{\addinstitute}{m o m}{%
\appto\PKInstituteLongName{\and#1\IfValueT{#2}{\\#2}}
\appto\PKInstituteShortName{\and#3}%
}
% date 信息
\newrobustcmd{\PKDateLong}{编译于 \today}
\newrobustcmd{\PKDateShort}{\today}
% usage: \originalfinaldate[*][original date]{final date}
% if <original date> not specified, empty (that is, there's only one version)
% if starred, print compile date (\today)
\NewDocumentCommand{\originalfinaldate}{s o m}{%
\renewrobustcmd{\PKDateLong}{#3\smaller[2]\IfValueT{#2}{\\初版于 #2}\IfBooleanT{#1}{\\编译于 \today}}
\renewrobustcmd{\PKDateShort}{#3}%
}
% AtEndPreamble 需要 etoolbox
% 将标题信息推迟到导言区结束时执行,这是为了保证 hyperref 读取 PDF 作者时可以读取到已完整添加的宏
\AtEndPreamble{
\author[\PKAuthorShortName]{\texorpdfstring{\PKAuthorLongName}{\PKAuthorPDFName}}
\institute[\PKInstituteShortName]{\PKInstituteLongName}
\date[\PKDateShort]{\PKDateLong}
}
% 以上是 cls 文件的主体部分,即导言区的前一半
% =============================================================================