-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzju-ds.sty
56 lines (48 loc) · 1.22 KB
/
zju-ds.sty
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
\usepackage{color}
\usepackage{geometry}
\usepackage{indentfirst}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{color}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{makecell}
\usepackage{svg}
\usepackage{graphicx,wrapfig,lipsum}
\usepackage[linesnumbered,ruled,vlined]{algorithm2e}
\usepackage{longtable}
\usepackage{xcolor}
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{titling}
\usepackage{hyperref}
\usepackage[normalem]{ulem}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows, matrix, decorations.pathreplacing, shapes, arrows.meta, backgrounds, calc, positioning}
% 代码高亮风格
\usepackage{minted}
\usemintedstyle{manni}
% 设置文本格式
\geometry{a4paper, top=2.5cm,bottom=2.5cm,left=3cm,right=3cm}
\linespread{1.2}
% 设置页眉
\pagestyle{fancy}
\fancyhf{}
\fancyfoot{}
% 自定义颜色
\definecolor{skyblue}{RGB}{46, 103, 211}
\definecolor{peach}{RGB}{241, 152, 18}
\definecolor{purple}{RGB}{197, 94, 223}
\definecolor{bllue}{HTML}{00b7cc}
% 自定义超链接样式
\hypersetup{
colorlinks=true,
linkcolor=skyblue,
urlcolor=skyblue,
pdfborderstyle={/S/U/W 1}
}
% 去除换行符
\newcommand{\removelinebreaks}[1]{%
\def\\{\relax}#1}
% 控制是否为互评
\newif\ifIsPR