-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
165 lines (147 loc) · 4.84 KB
/
template.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
\documentclass[a4paper]{article}
%%%%%%%%%%%%%%%%%%page size%%%%%%%%%%%%%%%%%%
% \paperwidth=65cm
% \paperheight=160cm
%%%%%%%%%%%%%%%%%%%Package%%%%%%%%%%%%%%%%%%%
\usepackage[margin=3cm]{geometry}
\usepackage{mathtools,amsthm,amssymb}
\usepackage{yhmath}
\usepackage{graphicx}
\usepackage{fontspec}
\usepackage{titlesec}
\usepackage{titling}
\usepackage{fancyhdr}
%\usepackage{tabu}
%\usepackage{booktabs}
\usepackage[square, comma, numbers, super, sort&compress]{natbib}
\usepackage[unicode, pdfborder={0 0 0}, bookmarksdepth=-1]{hyperref}
\usepackage[usenames, dvipsnames]{color}
\usepackage[shortlabels, inline]{enumitem}
\usepackage{xpatch}
\usepackage{float}
\usepackage{caption}
\usepackage{subcaption}
%\usepackage{minted}
%\usepackage[abbreviations]{siunitx}
%\usepackage{mdframed}
%\usepackage{multicol}
%\usepackage{dsfont}
%\usepackage{setspace}
%\usepackage{tabto}
%\usepackage{soul}
%\usepackage{ulem}
%\usepackage{wrapfig}
%\usepackage{floatflt}
%%%%%%%%%%%%%%%%%%%TikZ%%%%%%%%%%%%%%%%%%%%%%
%\usepackage{tikz}
%\usepackage{circuitikz}
%\usetikzlibrary{calc}
%\usetikzlibrary{arrows,shapes}
%\usetikzlibrary{positioning}
%\tikzstyle{every picture}+=[remember picture]
%%%%%%%%%%%%%%%%%font size%%%%%%%%%%%%%%%%%%%
%\renewcommand{\baselinestretch}{1.0}
%\def\normalsize{\fontsize{10}{15}\selectfont}
%\def\large{\fontsize{12}{18}\selectfont}
%\def\Large{\fontsize{14}{21}\selectfont}
%\def\LARGE{\fontsize{16}{24}\selectfont}
%\def\huge{\fontsize{18}{27}\selectfont}
%\def\Huge{\fontsize{20}{30}\selectfont}
%%%%%%%%%%%%%%%Theme Input%%%%%%%%%%%%%%%%%%%
%\input{themes/chapter/neat}
%\input{themes/env/problist}
%%%%%%%%%%%titlesec settings%%%%%%%%%%%%%%%%%
%\titleformat{\chapter}{\bf\Huge}
%{\arabic{section}}{0em}{}
%\titleformat{\section}{\centering\Large}
%{\arabic{section}}{0em}{}
%\titleformat{\subsection}{\large}
%{\arabic{subsection}}{0em}{}
%\titleformat{\subsubsection}{\bf\normalsize}
%{\arabic{subsubsection}}{0em}{}
%\titleformat{command}[shape]{format}{label}
%{gutter}{before}[after]
%%%%%%%%%%%%variable settings%%%%%%%%%%%%%%%%
%\numberwithin{equation}{section}
%\setcounter{secnumdepth}{4}
%\setcounter{tocdepth}{1}
%\setcounter{section}{0}
%\graphicspath{{images/}}
%%%%%%%%%%%%%%%page settings%%%%%%%%%%%%%%%%%
%\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\setlength{\headheight}{15pt} % with titling
\setlength{\droptitle}{-1.5cm}
%\posttitle{\par\end{center}} % distance between title and content
%\parindent=24pt % indent size
%\parskip=1ex % line space
%\pagestyle{empty} % empty: no page number
%\pagestyle{fancy} % fancy: fancyhdr
% use with fancygdr
%\lhead{\leftmark}
%\chead{}
%\rhead{}
%\lfoot{}
%\cfoot{}
%\rfoot{\thepage}
%\renewcommand{\headrulewidth}{0.4pt}
%\renewcommand{\footrulewidth}{0.4pt}
%\fancypagestyle{firststyle}
%{
%\fancyhf{}
%\fancyfoot[C]{\footnotesize Page \thepage\ of \pageref{LastPage}}
%\renewcommand{\headrule}{\rule{\textwidth}{\headrulewidth}}
%}
%%%%%%%%%%%%%%%renew command%%%%%%%%%%%%%%%%%
% \renewcommand{\contentsname}{Table of Content}
% \renewcommand{\refname}{Reference}
\renewcommand{\abstractname}{\LARGE Abstract}
%%%%%%%%symbol and function settings%%%%%%%%%
\DeclarePairedDelimiter{\abs}{\lvert}{\rvert}
\DeclarePairedDelimiter{\norm}{\lVert}{\rVert}
\DeclarePairedDelimiter{\inpd}{\langle}{\rangle} % inner product
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
\DeclareMathOperator{\adj}{adj}
\DeclareMathOperator{\sech}{sech}
\DeclareMathOperator{\csch}{csch}
\DeclareMathOperator{\arcsec}{arcsec}
\DeclareMathOperator{\arccot}{arccot}
\DeclareMathOperator{\arccsc}{arccsc}
\DeclareMathOperator{\arccosh}{arccosh}
\DeclareMathOperator{\arcsinh}{arcsinh}
\DeclareMathOperator{\arctanh}{arctanh}
\DeclareMathOperator{\arcsech}{arcsech}
\DeclareMathOperator{\arccsch}{arccsch}
\DeclareMathOperator{\arccoth}{arccoth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\renewcommand{\proofname}{\bf proof:}
\newtheoremstyle{mystyle}% custom style
{6pt}{15pt}% top and bottom margin
{}% content style
{}% indent
{\bf}% head style
{.}% after head
{1em}% distance between head and content
{}% Theorem head spec (can be left empty, meaning 'normal')
\theoremstyle{mystyle}
\newtheorem{theorem}{Theorem}
\newtheorem{definition}{Definition}
\newtheorem{lemma}{Lemma}
\newtheorem{property}{Property}
%%%%%%%%%%%%%%Title information%%%%%%%%%%%%%%
\title{}
\author{}
\date{}
\begin{document}
% \maketitle
% \thispagestyle{empty}
% \thispagestyle{fancy}
% \tableofcontents
%%%%%%%%%%%%%include file here%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \bibliographystyle{plain}
% \bibliography{journal.bib}
% \begin{thebibliography}{99}
% \bibitem[1]{ex}\url{http://www.example.com/}
% \end{thebibliography}
\end{document}