-
问题:图片单独占了一页。解决方案:就是图片太大了,缩小就好了。
-
设置图片大小
\begin{figure}
\centering
\includegraphics[width=0.95\textwidth,height=0.5\textwidth]{Figure6.jpg}
\caption{XXXXX}\label{Figure6}
\end{figure} -
输入希腊字母
-
给字体上色
\usepackage{color}
\textcolor[RGB]{160,160,160}{text} -
斜体
\emph{text} -
上标下标
-
引用图片X
-
人名的u上面有两点
-
报错“I suspect you’ve forgotten a `}', causing me to apply this control sequence to too much text. How ca”
说明这个地方应该有字,加几个字之后重新编译。 -
画表格
\begin{table}[h]
\centering
\caption{The normality results of the Shapiro-Wilk test}
\begin{tabular}{c| c c c c}\hline
\multicolumn{5}{c}{Assembly Task}\\\hline
Group&EG TRA&EG ARCoA&NG TRA&NG ARCoA\\
W&0.955&0.971&0.973&0.970\\
p&0.712&0.917&0.940&0.914\\\hline
\multicolumn{5}{c}{Distinguishment Task}\\\hline
Group&EG TRA&EG ARCoA&NG TRA&NG ARCoA\\
W&0.926&0.948&0.930&0.995\\
p&0.341&0.601&0.382&1.000\\\hline
\end{tabular}
\label{table1}
\end{table}
效果如下:
-
空行
~\\
-
传记
\begin{minipage}[b]{0.2\textwidth}
\includegraphics[width=0.95\textwidth,height=1.2\textwidth]{Author01.jpg}
\end{minipage}
\h
\begin{minipage}[b]{0.65\textwidth}
Shuo Feng is a Ph.D. student in the School of Mechanical En-gineering at Northwestern Polytechnical University. He received his B.E. degree in the School of Mechanical Engineering at Northwestern Polytechnical University. His research interests include computer graphics, augmented/virtual reality, cooperating assembly.
\end{minipage}
-
30%
-
页眉副标题
\title[Parallel or Cross?]{Parallel or Cross? Effects of Two Working Modes on the Augmented Reality Co-located Operations}
-
带/不带标号的标题
\section{aaa}
\section*{aaa} -
小于号显示为?
$ < $
17.字号从小到大
\tiny \scriptsize \footnotesize \small \normalsize \large \Large \LARGE \huge \Huge
- 带圆圈的序号(来自“春天”)