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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
|
\documentclass{article}
\usepackage[fontset=windows]{ctex}
%window升级后用这个才方便输出中文或者识别
\usepackage{graphicx}%图片插入
\usepackage{emoji}%表情
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage{cite}%引用
\usepackage{amssymb}%数学符号
\usepackage{indentfirst}
\usepackage{tikz}
\usepackage{pdfpages} %插入PDF
%\pagestyle{myheadings}%设置页面格式
%arabic 阿拉伯数字
%roman l小写的罗马数字
%Roman 大写的罗马数字
%alph 小写字母
%Alph 大写字母
\pagenumbering{arabic}%设置页码格式
\usepackage{fancyhdr}%导入fancyhdr包
\pagestyle{fancy}
\fancyhead[L]{左页眉}
\fancyhead[R]{右页眉}
\fancyhead[c]{中间页眉}
\fancyfoot[L]{左页脚}
\fancyfoot[C]{\thepage}
\fancyfoot[R]{右页脚}
%-------------------------------
%\fancyfoot[LO]{奇数页左页脚}
%\fancyfoot[LE]{偶数页左页脚}
%\fancyfoot[RO]{奇数页右页脚}
%\fancyfoot[RE]{偶数页右页脚}
%------------------------------
\renewcommand{\headrulewidth}{4pt}%分隔线宽度4磅
\renewcommand{\footrulewidth}{4pt}
%以上是导入的各种数据包,就像浏览器的插件一样,有了这些包才方便生效一些好用的代码
\title{\heiti 我的\LaTeX
的上路操作记录}
\author{\kaishu 胡昂}
\date{\today}
\renewcommand{\abstractname}{\textbf{\zihao{4}摘\quad 要}}
%摘要字体:4号,加粗,中间有空格
%以上部分属于是前言
%————————————————————————%
%接下来就是正文了
\usepackage{tikzit}
\begin{document}
\maketitle%取标题
%%就是注释的意思
\newpage%另起一页
\tableofcontents%命令输出论文目录
%\listoffigures 插图目录
%\listoftables 表格目录
\newpage
\begin{abstract}%摘要
这里就是摘要环节了。对于三种文档类article,report,book,前两种是有摘要环境的,用法环节就和这部分一样。
\noindent{\textbf{关键词:} 摘要;\LaTeX;论文格式;操作记录}\centering%关键词居中
\end{abstract}
\emoji{grinning}
\emoji{sweat-smile}
\emoji{rofl}
\emoji{joy}
\emoji{smiling-face-with-hearts}
\emoji{face-savoring-food}
\part{标题的层次}
但chapter一般在report里用
{比section更大的是chapter}
\section{第一个章节}
直接在章节标题下面写点东西?\emoji{+1}
这里描述下字体处理\emoji{joy}
\subsection{第一个章节下的第一个子章节}
\subsubsection{我已经可以开始套娃了}
我直接开始胡言乱语并且开始写点东西
哈哈哈哈\footnote{这个是添加脚注的命令}
\subsubsection{子章节用无限sub描述}
\section{第二个章节}
\section{第三个章节}
这里说明的是列表
的begin end 对应的是列表环境域,其中的所有内容共享一个文字格式
\begin{itemize}
\item 无序列表一
\item 无序列表二
\item 无序列表三
\end{itemize}
\begin{enumerate}
\item 有序列表一
\item 有序列表二
\item 有序列表三
\end{enumerate}
\part{文字特效}
\textbf{加粗}
\textit{斜体}
\underline{下划线}
\part{数字工具排版}
\section{公式环境}
LaTeX支持直接输入,不过需要特定的符号:$E=C^2$
写成单独一行也是可以打,加上符号
\begin{equation}
E=MC^2
\end{equation}
也可以缩写:
\[
x^{4}+\frac{x}{y}=x^3-23y{7}
\]
\[
d={k \varphi(n)+1} \over e
\]
\[
\mathrm{func}(x, y)\triangleq \sum \left({x^{100}}\right)
\]
\section{加减号}
数学符号:变量
大于号:\textgreater
小于号: \textless
下面的后面要加空格,否则会识别错误
大于等于:\geq
小于等于:\leq
\section{大括号}
方法一:
$$ f(x)=\left\{
\begin{aligned}
x & = & \cos(t) \\
y & = & \sin(t) \\
z & = & \frac xy
\end{aligned}
\right.
$$
方法二:
$$ F^{HLLC}=\left\{
\begin{array}{rcl}
F_L & & {0 < S_L}\\
F^*_L & & {S_L \leq 0 < S_M}\\
F^*_R & & {S_M \leq 0 < S_R}\\
F_R & & {S_R \leq 0}
\end{array} \right. $$
方法三:
$$f(x)=
\begin{cases}
0& \text{x=0}\\
1& \text{x!=0}
\end{cases}$$
$\longleftrightarrow$ \\箭头
\part{表格怎么打}
随意写点东西?
\begin{table}
\centering
\begin{tabular}{||p{2cm}|r|c|l||}
\hline\hline
单元格1&单元格2&单元格3&单元格\\
\hline
单元格4&单元格5&单元格6&单元格\\
\hline
单元格7&单元格8&单元格9&单元格\\
\hline\hline
\end{tabular}
\caption{表格的标题}
\end{table}
这下面是很秀的三线格
\begin{table}[h]
\begin{tabular}{ccc}
\hline
变化部分 & 所有(容易变化) & 国有(不易变化) \\ \hline
耕地 & 自种;荒废;外包 & 一般不变 \\
未利用荒地 & 转变为耕地 & 转变为耕地 \\ \hline
\end{tabular}
\end{table}
\part{关系图}
\begin{tikzpicture}
\node [draw,rectangle](a)at(0,0){concat};
\node [draw,rectangle](b)at(0,-1){relation};
\node [draw,rectangle](c)at(-2,-1){relation};
\node (d)at(1,-1){...};
\node [draw,rectangle](e)at(2,-1){relation};
\node [draw,circle](f)at(-3.5,2){+};
\node (g)at(-3.5,3){$\{f_A^n\}$};
\node (h)at(-3.5,-3){$\{f_A^n\}$};
\node (i)at(-2,-3){$\{f_G^m,f_G^n\}$};
\node [draw,rectangle](j)at(4.3,2.5){mat multiply};
\node [draw,rectangle](k)at(6,1.5){weight eq.(3)};
\node [draw,rectangle](l)at(6.5,0.5){ReLU};
\node [draw,rectangle](m)at(5,-0.5){scaled dot};
\node [draw,rectangle](n)at(3.5,-1.5){$W_V$};
\node [draw,rectangle](o)at(4.6,-1.5){$W_Q$};
\node [draw,rectangle](p)at(5.6,-1.5){$W_K$};
\node [draw,rectangle](q)at(6.5,-0.5){$W_G$};
\node [draw,rectangle](r)at(6.7,-1.5){$\epsilon_G$};
\node (s)at(6.7,2.5){relation};
\node (t)at(4.3,3.5){$\{f_R^n\}$};
\node (u)at(4.6,-2.5){$\{f_A^n\}$};
\node (v)at(6.7,-2.5){$\{f_G^m,f_G^n\}$};
\draw [dashed](3,3) rectangle (7.5,-2);
\draw [dashed](2.5,-0.7)--(3,3);
\draw [dashed](2.5,-1.25)--(3,-2);
\draw [->](node cs:name=a,angle=90)|-(f);
\draw [->](node cs:name=b,angle=90)--(a);
\draw [->](node cs:name=c,angle=90)|-(a);
\draw [->](node cs:name=e,angle=90)|-(a);
\draw [->](node cs:name=f)--(g);
\draw [->](node cs:name=h)--(f);
\draw[->](node cs:name=i,angle=90)--(c);
\draw [->](-3.5,-2) -|(-2.3,-1.25);
\draw [->](-3.5,-2) -|(-0.3,-1.25);
\draw [->](-3.5,-2) -|(1.7,-1.25);
\draw [->](-2,-2.3) -|(0.3,-1.25);
\draw [->](-2,-2.3) -|(2.3,-1.25);
\draw [->](3.5,-1.25)--(3.5,2.25);
\draw [->](4.6,-1.25)--(4.6,-0.75);
\draw [->](5.6,-1.25)--(5.6,-0.75);
\draw [->](6.6,-1.25)--(6.6,-0.75);
\draw [->](q)--(l);
\draw [->](6.5,0.7)--(6.5,1.2);
\draw [->](k)|-(j);
\draw [->](j)--(t);
\draw [->](u)-|(n);
\draw [->](u)--(o);
\draw [->](u)-|(p);
\draw [->](v)--(r);
\end{tikzpicture}
\begin{tikzpicture}[node distance=10pt]
\node[draw, rounded corners] (start) {Start};
\node[draw, below=of start] (step 1) {Step 1};
\node[draw, below=of step 1] (step 2) {Step 2};
\node[draw, diamond, aspect=2, below=of step 2] (choice) {Choice};
\node[draw, right=30pt of choice] (step x) {Step X};
\node[draw, rounded corners, below=20pt of choice] (end) {End};
\draw[->] (start) -- (step 1);
\draw[->] (step 1) -- (step 2);
\draw[->] (step 2) -- (choice);
\draw[->] (choice) -- node[left] {Yes} (end);
\draw[->] (choice) -- node[above] {No} (step x);
\draw[->] (step x) -- (step x|-step 1) -> (step 1);
\end{tikzpicture}
\begin{tikzpicture}[tikzfig]
\begin{pgfonlayer}{nodelayer}
\node [style=none] (5) at (-9.5, -0.5) {};
\node [style=none] (7) at (-9.5, 0) {};
\end{pgfonlayer}
\end{tikzpicture}
\begin{tikzpicture}
\begin{pgfonlayer}{nodelayer}
\node [style=none] (0) at (-5.75, 1) {Y};
\node [style=none] (2) at (-2, 0.75) {无差异曲线};
\node [style=none] (3) at (-4, 4) {};
\node [style=none] (4) at (2.25, -1) {};
\node [style=none] (5) at (-5, 3.75) {};
\node [style=none] (6) at (-5, -1.5) {};
\node [style=none] (7) at (2.75, -1.5) {};
\node [style=none] (8) at (-1, -2.25) {X};
\end{pgfonlayer}
\begin{pgfonlayer}{edgelayer}
\draw [bend right=45, looseness=1.50] (3.center) to (4.center);
\draw (6.center) to (7.center);
\draw (6.center) to (5.center);
\end{pgfonlayer}
\end{tikzpicture}
\part{图片如何插入}
\section{本地图片插入,放入对应文件夹}
[htbp] 为调整图片排版位置选项,说明如下:
[h]当前位置。将图形放置在正文文本中给出该图形环境的地方。如果本页所剩的页面不够,这一参数将不起作用。
[t]顶部。将图形放置在页面的顶部。
[b]底部。将图形放置在页面的底部。
[p]浮动页。将图形放置在一只允许有浮动对象的页面上。
\begin{figure}
\centering
% centering是图片居中显示的意思
\includegraphics[width=0.2\textwidth]{薇尔莉特}
\caption{薇尔莉特}\emoji{innocent}
\includegraphics[width=0.2\textwidth]{我自己}
\caption{黄某人}
\end{figure}
textwidth是文本区域宽度
\section{插入emoji图片}
\emoji{grinning}
\emoji{sweat-smile}
\emoji{rofl}
\emoji{joy}
\emoji{smiling-face-with-hearts}
\emoji{face-savoring-food}
\section{插入PDF}
\begin{figure}
\centering
\includegraphics[width=0.8\textwidth,height=0.5\textwidth]{实践时间是.pdf}
\\中括号是控制PDF大小长宽;大括号是PDF的名字
\caption{标题}
\end{figure}
%\includepdf{实践时间是.pdf}
\section{两个图并排}
\begin{figure}[h]
\centering
\begin{minipage}{.5\textwidth}
\centering
\includegraphics[width=.8\linewidth]{截面PSM 平衡性检验.pdf}
\caption{\heiti 截面PSM 平衡性检验}
\end{minipage}%
\begin{minipage}{.5\textwidth}
\centering
\includegraphics[width=.8\linewidth]{support.pdf}
\caption{\heiti 满足共同支撑假设样本的分布情况 }
\end{minipage}
\end{figure}
\section{四个图2*2}
\begin{figure*}
\begin{minipage}[t]{0.5\textwidth}
\centering
\includegraphics[width=3.2in]{1.pdf}
\caption{fig1}
\label{fig:side:a}
\end{minipage}%
\begin{minipage}[t]{0.5\textwidth}
\centering
\includegraphics[width=3.2in]{2.pdf}
\caption{fig2}
\label{fig:side:b}
\end{minipage}
\begin{minipage}[t]{0.5\textwidth}
\centering
\includegraphics[width=3.2in]{3.pdf}
\caption{fig3}
\label{fig:side:a}
\end{minipage}%
\begin{minipage}[t]{0.5\textwidth}
\centering
\includegraphics[width=3.2in]{4.pdf}
\caption{fig4}
\label{fig:side:b}
\end{minipage}
\end{figure*}
\part{引用文献}
\section{简单引用}
\section{文件的引用}
%不同数据库用,分割
\section*{参考文献}
\begin{thebibliography}{99}
\bibitem[]
\end{thebibliography}
\end{document}
|