-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsimple.tex
More file actions
70 lines (57 loc) · 1.46 KB
/
simple.tex
File metadata and controls
70 lines (57 loc) · 1.46 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
\documentclass{ctexart}
\usepackage[margin=1.5in]{geometry}
\usepackage[multidot]{grffile}
\usepackage{paralist}
\usepackage{amsmath}
\usepackage{microtype}
\pagenumbering{arabic}
\usepackage{listings}
\usepackage{fancyvrb}
\usepackage{enumerate}
\usepackage{ctable}
\usepackage{float}
\usepackage{etoolbox}
% footnote
%\renewcommand{\thefootnote}{\arabic{footnote}}
\usepackage{ccaption}
% 图片
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
% table
\usepackage{tabularx}
\usepackage{booktabs}
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}
\newcommand{\ra}[1]{\renewcommand{\arraystretch}{#1}}
% This is needed because raggedright in table elements redefines \\:
\newcommand{\PreserveBackslash}[1]{\let\temp=\\#1\let\\=\temp}
\let\PBS=\PreserveBackslash
\usepackage[normalem]{ulem}
\newcommand{\textsubscr}[1]{\ensuremath{_{\scriptsize\textrm{#1}}}}
\usepackage[unicode,pdfencoding=auto,breaklinks=true,linktocpage,pdftitle={$title$},pdfauthor={$for(author)$$author$$sep$; $endfor$},xetex,colorlinks]{hyperref}
\usepackage{url}
\usepackage{graphicx}
$if(numbersections)$
$else$
\setcounter{secnumdepth}{0}
$endif$
\VerbatimFootnotes % allows verbatim text in footnotes
$for(header-includes)$
$header-includes$
$endfor$
$if(title)$
\title{$title$}
$endif$
\author{$for(author)$$author$$sep$\\$endfor$}
$if(date)$
\date{$date$}
$endif$
\begin{document}
\CTEXnoindent
\setlength{\parskip}{1em}
$if(title)$
\maketitle
\newpage
$endif$
$body$
\end{document}