0%

2019-10-23随记

latex

  • 摄氏度:^{\circ}C
  • equation环境中斜体变直体:{\rm T}
  • 空行:~\\
  • equation环境中输入中文:mbox{中文}
  • 并排图片(子图片)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\begin{figure}[!htbp]
\centering
\subfigure[name]{
\includegraphics[width=]{path/to/your/image}
\title{}
\label{}
}
\subfigure[name]{
\includegraphics[width=]{path/to/your/image}
\title{}
\label{}
}
\caption
\label{}
\end{figure}
  • 电脑装了Visual Studio如果直接在vscode中”cmake …”会生成VS的工程文件,所以这里需要指定下。
1
2
3
mkdir build
cd build
cmake -G "Unix Makefiles" ../