-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.tex
More file actions
42 lines (39 loc) · 1.54 KB
/
settings.tex
File metadata and controls
42 lines (39 loc) · 1.54 KB
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
\usetheme{default} %主题
\usecolortheme{default} %主题颜色
\useoutertheme[subsection=false]{miniframes}
\setbeamertemplate{footline}[frame number]{}
\setbeamertemplate{navigation symbols}{}
\setbeamercolor*{title}{use=structure,fg=white,bg=structure.fg}
\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true,shadow=true]
\setbeamercolor{section in head/foot}{fg=white, bg=structure}
\setbeamerfont{institute}{size=\normalsize}
\setbeamertemplate{section in toc}[sections numbered]
\setbeamertemplate{subsection in toc}[subsections numbered]
\setbeamercolor{block body alerted}{bg=alerted text.fg!10}
\setbeamercolor{block title alerted}{bg=alerted text.fg!20}
\setbeamercolor{block body}{bg=structure!10}
\setbeamercolor{block title}{bg=structure!20}
\setbeamercolor{block body example}{bg=green!10}
\setbeamercolor{block title example}{bg=green!20}
\setbeamertemplate{caption}[numbered]
% packages
\usepackage{latexsym,amsmath,xcolor,multicol,booktabs,calligra,listings}
\usepackage{graphicx,pstricks,listings,stackengine}
\usepackage{time} % date and time
\usepackage{ctex,graphicx, epsfig, hyperref}
\usepackage[T1]{fontenc} % european characters
\usepackage{amssymb,amsmath} % use mathematical symbols
\usepackage{palatino} % use palatino as the default font
\usepackage{multimedia}
\usepackage{subfigure}
\usepackage{mathrsfs}
\usepackage{setspace}
\hypersetup{
colorlinks=true,
linkcolor=,
filecolor=blue,
urlcolor=blue,
citecolor=cyan,
}
\setCJKsansfont{Microsoft YaHei}
\graphicspath{{./figs}}