-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path测试.tex
More file actions
106 lines (93 loc) · 3.43 KB
/
测试.tex
File metadata and controls
106 lines (93 loc) · 3.43 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
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
\documentclass{article}
%%%===×è===
\newcommand{\chuhao}{\fontsize{42pt}{\baselineskip}\selectfont} %
\newcommand{\xiaochuhao}{\fontsize{36pt}{\baselineskip}\selectfont} %
\newcommand{\yihao}{\fontsize{28pt}{\baselineskip}\selectfont} %
\newcommand{\erhao}{\fontsize{21pt}{\baselineskip}\selectfont} %
\newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont} %
\newcommand{\sanhao}{\fontsize{15.75pt}{\baselineskip}\selectfont} %
\newcommand{\sihao}{\fontsize{14pt}{\baselineskip}\selectfont} %
\newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont} %
\newcommand{\wuhao}{\fontsize{10.5pt}{\baselineskip}\selectfont} %
\newcommand{\xiaowuhao}{\fontsize{9pt}{\baselineskip}\selectfont} %
\newcommand{\liuhao}{\fontsize{7.875pt}{\baselineskip}\selectfont} %ù
\newcommand{\qihao}{\fontsize{5.25pt}{\baselineskip}\selectfont} %
%%%===×è===
\newcommand{\song}{\CJKfamily{song}}
\newcommand{\kai}{\CJKfamily{kai}}
\newcommand{\hei}{\CJKfamily{hei}}
\newcommand{\fang}{\CJKfamily{zhfs}}
\usepackage{ctex}
\usepackage{CJK}
\usepackage{graphicx}
\usepackage{array}
\usepackage{booktabs}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{pdfpages}
\usepackage{url}
\usepackage{colortbl}
\usepackage{epsfig}
\usepackage{epstopdf}
\usepackage{indentfirst} % ×
\usepackage{abstract} % 2°ü×ê°ü
\usepackage{geometry} % geometry ·±èó
%\usepackage[Sonny]{fncychap} [Lenny][Glenn]{Conny][Rejne][Bjarne]
\usepackage{mathtools}
\usepackage{inconsolata} % very nice fixed-width font included with texlive-full
\usepackage[usenames,dvipsnames]{xcolor} % more flexible names for syntax highlighting colors
\usepackage{textcomp}
\usepackage{listings}
\usepackage[T1]{fontenc}
\usepackage{beramono}
%%
%% Julia definition (c) 2014 Jubobs
%%
\lstdefinelanguage{Julia}%
{morekeywords={abstract,break,case,catch,const,continue,do,else,elseif,%
end,export,false,for,function,immutable,import,importall,if,in,%
macro,module,otherwise,quote,return,switch,true,try,type,typealias,%
using,while},%
sensitive=true,%
%alsoother={$},%
morecomment=[l]\#,%
morecomment=[n]{\#=}{=\#},%
morestring=[s]{"}{"},%
morestring=[m]{'}{'},%
}[keywords,comments,strings]%
\lstnewenvironment{Julia}[1][]{
\lstset{%
language = Julia,
basicstyle = \ttfamily,
keywordstyle = \bfseries\color{blue},
stringstyle = \color{magenta},
commentstyle = \color{ForestGreen},
showstringspaces = false,
lineskip = {-2.5pt},
}
}{}
\newtheorem{theorem}{¨í}[section]
\newtheorem{lemma}[theorem]{í}
\newtheorem{conjecture}[theorem]{}
\newtheorem{proposition}[theorem]{ü}
\newtheorem{corollary}[theorem]{}
\newenvironment{proof}[1][¤÷]{\begin{trivlist}
\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}}
\newenvironment{definition}[1][¨]{\begin{trivlist}
\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}}
\newenvironment{example}[1][×]{\begin{trivlist}
\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}}
\newenvironment{remark}[1][×]{\begin{trivlist}
\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}}
\newcommand{\qed}{\nobreak \ifvmode \relax \else
\ifdim\lastskip<1.5em \hskip-\lastskip
\hskip1.5em plus0em minus0.5em \fi \nobreak
\vrule height0.75em width0.5em depth0.25em\fi}
\newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
\newcommand{\inlinecode}[1]{\texttt{#1}}
\newcommand{\icd}[1]{\texttt{#1}}
\begin{document}
\begin{CJK*}{GBK}{song}
你好
\end{CJK*}
\end{document}