更新讲义模板, 增加对tcolorbox包的调用
This commit is contained in:
parent
fb00bdcd23
commit
c9fc029c9a
|
|
@ -10,6 +10,7 @@
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
\usepackage{diagbox}
|
\usepackage{diagbox}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
\usepackage{tcolorbox}
|
||||||
\usepackage[top=1in, bottom=1in,left=0.8in,right=0.8in]{geometry}
|
\usepackage[top=1in, bottom=1in,left=0.8in,right=0.8in]{geometry}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\fancyhf{}
|
\fancyhf{}
|
||||||
|
|
@ -56,7 +57,7 @@ A.~#1 &B.~#2& C.~#3& D.~#4
|
||||||
(1)~#1 &(2)~#2& (3)~#3& (4)~#4
|
(1)~#1 &(2)~#2& (3)~#3& (4)~#4
|
||||||
\end{tabular}}
|
\end{tabular}}
|
||||||
|
|
||||||
|
\tcbuselibrary{breakable}
|
||||||
\newcommand{\papername}{<<待替换1>>}
|
\newcommand{\papername}{<<待替换1>>}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
|
||||||
Reference in New Issue