~xdavidwu/cskloudv3-thesis

cskloudv3-thesis/covers/load_env.tex -rw-r--r-- 2.5 KiB
b4127bf2Pinghao Wu appendix: survey: describe design 4 months ago
                                                                                
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
\documentclass[12pt,a4paper,oneside]{book}
\usepackage[ top=2.5cm,bottom=2.5cm,left=3cm,right=2cm ]{ geometry }

\usepackage[fontsize=0.4\paperwidth,colorspec=0.9]{draftwatermark}

\usepackage{subcaption}
\usepackage{caption}
\usepackage{makecell}

\usepackage[no-math]{fontspec}   %加這個就可以設定字體 
\usepackage{xeCJK}       %讓中英文字體分開設置 
\usepackage[UTF8,fontset=none,scheme=plain]{ctex}
\setCJKmainfont[AutoFakeBold={4}, AutoFakeSlant=0.2]{全字庫正楷體}
\setmainfont{Liberation Serif}
\usepackage{CJKnumb}

\usepackage{hyperref}
\usepackage{indentfirst}
\usepackage{array}
\usepackage{multirow}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{multirow}
%\usepackage{cite}
\usepackage{balance}
\usepackage{textcomp}
\usepackage{color}
\usepackage[ampersand]{easylist}
\ListProperties(Hide=100, Hang=true, Progressive=3ex, Style*=$\bullet$ ,
Style2*=\tiny$\blacksquare$ ,Style3*=$\circ$ ,Style4*=-- )
\usepackage{changepage}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{graphics}
\usepackage{epsfig}
\floatname{algorithm}{Algorithm}
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
\renewcommand{\algorithmiccomment}{// }
\usepackage{verbatim}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{prop}{Proposition}
\newtheorem{defn}{Definition}

\usepackage{eqparbox}

\renewcommand\algorithmiccomment[1]{%
  \hfill\#\ \eqparbox{COMMENT}{#1}%
}

\usepackage{chngcntr}
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}

% source code hightlighting
\usepackage{listings}
\lstset{
	numbers=left,
	stepnumber=1,
	firstnumber=1,
	captionpos=b,
	tabsize=2,
	basicstyle=\small,
	numberfirstline=true
}

% setting the page number to footer
\usepackage{fancyhdr}
\fancyhf{}
\cfoot{\thepage}
\pagestyle{fancy}
% no header and footer bar
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

% line height setting
\usepackage{setspace}
\onehalfspacing

\usepackage{pdfpages}

% 浮水印套件 + 語法
\usepackage{eso-pic}
\newcommand\MyAtPageCenter[1]{\AtPageUpperLeft{%
\put(\LenToUnit{.42\paperwidth},\LenToUnit{-.5\paperheight}){#1}}%
}
% 浮水印套件 + 語法 end

% 調整標題格式
\usepackage{titlesec}
\usepackage{titletoc}

% 自訂語法
\usepackage{etoolbox}
\newtoggle{toc-use-cn}
\newtoggle{iamphd}
\newtoggle{EnableDynTitle}

\usepackage{adjustbox}
\usepackage{xstring}
\usepackage{anyfontsize}

% book table語法
\usepackage{booktabs}