-
Notifications
You must be signed in to change notification settings - Fork 0
/
cheatsheet.tex
242 lines (179 loc) · 7.61 KB
/
cheatsheet.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
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Cheatsheet
% LaTeX Template
% Version 1.0 (12/12/15)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Michael Müller (https://github.com/cmichi/latex-template-collection) with
% extensive modifications by Vel (vel@LaTeXTemplates.com)
%
% License:
% The MIT License (see included LICENSE file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt]{scrartcl} % 11pt font size
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage[margin=0pt, landscape]{geometry} % Page margins and orientation
\usepackage{graphicx} % Required for including images
\usepackage{color} % Required for color customization
\definecolor{mygray}{gray}{.75} % Custom color
\usepackage{url} % Required for the \url command to easily display URLs
\usepackage[ % This block contains information used to annotate the PDF
colorlinks=false,
pdftitle={Cheatsheet},
pdfauthor={John Smith},
pdfsubject={Compilation of useful shortcuts},
pdfkeywords={Random Software, Cheatsheet}
]{hyperref}
\usepackage{xeCJK}
\usepackage{enumerate}
\setlength{\unitlength}{1mm} % Set the length that numerical units are measured in
\setlength{\parindent}{0pt} % Stop paragraph indentation
\renewcommand{\dots}{\ \dotfill{}\ } % Fills in the right amount of dots
\newcommand{\command}[2]{#1~\dotfill{}~#2\\} % Custom command for adding a shorcut
\newcommand{\sectiontitle}[1]{\paragraph{#1} \ \\} % Custom command for subsection titles
%----------------------------------------------------------------------------------------
\begin{document}
\begin{picture}(297,210) % Create a container for the page content
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\put(10,200){ % Position on the page to put the title
\begin{minipage}[t]{210mm} % The size and alignment of the title
\section*{MathType快捷键速查表} % Title
\end{minipage}
}
%----------------------------------------------------------------------------------------
% FIRST COLUMN SPECIFICATION
%----------------------------------------------------------------------------------------
\put(10,180){ % Divide the page
\begin{minipage}[t]{85mm} % Create a box to house text
%----------------------------------------------------------------------------------------
% HEADING ONE
%----------------------------------------------------------------------------------------
\sectiontitle{数学符号快捷键}
\begin{itemize}
\item 分式
\command{分式(\textbf{F}ractional)}{Ctrl + F}
\command{斜杠分式}{Ctrl + /}
\item 根式
\command{根式(\textbf{R}adical)}{Ctrl + R}
\command{n次根式}{Ctrl + T + N}
\item 上下标
\command{上标(\textbf{H}igh)}{Ctrl + H}
\command{下标(\textbf{L}ow)}{Ctrl + L}
\item 括号
\command{小括号}{Ctrl + 9 + 0}
\command{中括号}{Ctrl + [ + ]}
\command{大括号}{Ctrl + Shift + [ + ]}
\item 导数与积分
\command{单撇(一阶导数)}{Ctrl + Alt + '}
\command{双撇(二阶导数)}{Ctrl + Alt + ''}
\command{定积分号$\int$(\textbf{I}ntegration)}{Ctrl + I}
\command{偏导数符号$\partial$}{Ctrl + K + D}
\item 不等式
\command{小于等于$\leq$}{Ctrl + K + <}
\command{大于等于$\geq$}{Ctrl + K + >}
\command{恒等于$\equiv$}{Ctrl + K + =}
\command{不等于$\neq$}{Shift + =}
\end{itemize}
\end{minipage} % End the first column of text
} % End the first division of the page
%----------------------------------------------------------------------------------------
% SECOND COLUMN SPECIFICATION
%----------------------------------------------------------------------------------------
\put(105,180){ % Divide the page
\begin{minipage}[t]{85mm} % Create a box to house text
%----------------------------------------------------------------------------------------
% HEADING ONE CONTINUED
%----------------------------------------------------------------------------------------
\sectiontitle{}
\begin{itemize}
\item 上横线与矢量箭头
\command{上横线}{Ctrl + Shift + -}
\command{矢量箭头}{Ctrl + Alt + -}
\item 求和与连乘
\command{求和符号$\sum$(\textbf{S}um)}{Ctrl + T + S}
\command{连乘符号$\prod$(\textbf{P}roduct)}{Ctrl + T + P}
\item 希腊字母
\command{小写希腊字母}{Ctrl + G + 字母}
\command{大写希腊字母}{Ctrl + G + Shift + 字母}
\end{itemize}
%----------------------------------------------------------------------------------------
% HEADING TWO
%----------------------------------------------------------------------------------------
\sectiontitle{其它快捷键}
\begin{itemize}
\item 放大或缩小尺寸
\command{100\%}{Ctrl + 1}
\command{200\%}{Ctrl + 2}
\command{300\%}{Ctrl + 3}
\command{400\%}{Ctrl + 4}
\item 移动公式
\command{选中}{Shift + 方向键}
\command{移动}{Ctrl + 方向键}
\item 元素间的跳转
\command{转向下一步}{Tab}
\command{换行}{Enter}
\end{itemize}
\end{minipage} % End the second column of text
} % End the second division of the page
%----------------------------------------------------------------------------------------
% THIRD COLUMN SPECIFICATION
%----------------------------------------------------------------------------------------
\put(200,180){ % Divide the page
\begin{minipage}[t]{85mm} % Create a box to house tex
%----------------------------------------------------------------------------------------
% HEADING TWO CONTINUED
%----------------------------------------------------------------------------------------
\sectiontitle{}
\begin{itemize}
\item 文本加粗
\command{选中}{Shift + 方向键}
\command{加粗}{Ctrl + Shift + B}
\item 输入空格
\command{增加空格}{Ctrl + Alt + 空格}
\command{增加空格}{Ctrl + Shift + 空格}
\item 选取菜单或工具条
\command{进入菜单}{Alt + F10}
\command{工具条第一行}{F2}
\command{工具条第二行}{F6}
\command{工具条第三行}{F7}
\command{工具条第四行}{F8}
\command{工具条第五行}{F9}
\end{itemize}
%----------------------------------------------------------------------------------------
% LINKS AND INFORMATION
%----------------------------------------------------------------------------------------
\sectiontitle{参考}
\begin{enumerate} [1.]
\item \url{https://www.mathtype.cn/jiqiao/changyong-kuaijiejian.html}
\item \url{https://www.mathtype.cn/jiqiao/mathtype-kuaijiejian-shiyong.html}
\end{enumerate}
%----------------------------------------------------------------------------------------
% FOOTNOTE
%----------------------------------------------------------------------------------------
\vspace{\baselineskip}
\vspace{\baselineskip}
\begin{flushright}
\linethickness{0.5mm} % Thickness of the footer line
{\color{mygray}\line(1,0){50}} % Print the line with a custom color
\footnotesize{
Created by zxl19, 2020\\
\url{https://zxl19.github.io/}\\
Released under the MIT license.
}
\end{flushright}
%----------------------------------------------------------------------------------------
\end{minipage} % End the third column of text
} % End the third division of the page
\end{picture} % End the container for the entire page
%----------------------------------------------------------------------------------------
\end{document}