aboutsummaryrefslogtreecommitdiffstats
path: root/.vim/skel/tex
blob: 5ace63f9d26cf4eb02a8966244a0d3cdbb7a2a03 (plain)
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
\begin{filecontents}[overwrite]{\jobname.bib}

\end{filecontents}



\documentclass[letter,11pt]{article}
\usepackage[margin=.7in]{geometry}

\usepackage[
	short,
	authordate,
	backend=biber,
	sorting=nty,
	sortcites=true
]{biblatex-chicago}

\addbibresource{\jobname.bib}



\usepackage{fontspec}
\usepackage{xeCJK}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{unicode-math}

\setmainfont[
	BoldFont = LMRomanDemi10-Regular,
	BoldFeatures = {Scale = MatchLowercase},
	BoldItalicFont = LMRomanDemi10-Oblique,
	BoldItalicFeatures = {Scale = MatchLowercase},
	Scale=1.08,
]{Fanwood}

\setmathfont[Scale = MatchLowercase]{Asana-Math.otf}

\setCJKmainfont{Noto Serif CJK JP}

\usepackage{etoolbox}
\AtBeginEnvironment{equation}{\large}
\AtBeginEnvironment{equation*}{\large}

\usepackage{relsize}

\usepackage{setspace}
\setstretch{1.14}



\usepackage{multicol}

\renewenvironment{quote}{%
	\list{}{%
		\setlength{\rightmargin}{0pt}%
		\setlength{\leftmargin}{0pt}%
		\smaller%
	}%
	\item\relax%
}{\endlist}

\renewcommand{\abstractname}{abstract}

\title{}
\author{}
\date{%DATE%}

\makeatletter
\def\heading{%
	\vspace*{14pt}{\LARGE\centering\@title\par}
	\vspace*{7pt}{\large\centering\@author\par}
	\vspace*{8pt}{\large\centering\@date\par}
	\vspace*{22pt}
}
\makeatother



\begin{document}

\frenchspacing
\heading

\begin{multicols}{2}

%START%

\end{multicols}

\setlength{\bibhang}{0pt}
\printbibliography[title={references}]

\end{document}