-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.tex
51 lines (44 loc) · 1.4 KB
/
temp.tex
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% this template is provided by https://github.com/tsaodingtw %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper,twocolumn]{extarticle}
%\usepackage{xeCJK}
\usepackage[twoside=false,top=10mm,bottom=15mm,left=10mm,right=10mm]{geometry}
\usepackage[subfigure]{tocloft}
\usepackage[svgnames]{xcolor}
\usepackage[english]{babel}
%\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{graphicx,indentfirst}
\usepackage{listings,caption}
\usepackage{fontspec,subfigure,float}
\usepackage{verbatim}
\setmainfont{Source Code Pro}
\setmonofont{Source Code Pro}
\ExplSyntaxOn
\ExplSyntaxOff
\usepackage{xeCJK}%字體(Chinese/Japanese/Korean)
\setCJKmainfont{WenQuanYi Micro Hei}
\setCJKmonofont{WenQuanYi Micro Hei Mono}
\lstset{
tabsize=4,
basicstyle=\ttfamily\scriptsize,
aboveskip={0\baselineskip},
columns=fixed,
showstringspaces=false,
extendedchars=true,
breaklines=true,
prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},
frame=none,
rulecolor=\color{Gray},
showtabs=false,
showspaces=false,
showstringspaces=true,
keywordstyle=\color{Blue},
commentstyle=\color{DarkGreen},
stringstyle=\color{Brown},
}
\begin{document}
\title{NCTU_Leonardo}
\renewcommand\cftsecleader{\cftdotfill{\cftdotsep}}