2019-10-23随记 发表于 2019-10-27 更新于 2021-03-23 分类于 随记 latex 摄氏度:^{\circ}C equation环境中斜体变直体:{\rm T} 空行:~\\ 在equation环境中输入中文:mbox{中文} 并排图片(子图片) 123456789101112131415\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的工程文件,所以这里需要指定下。 123mkdir buildcd buildcmake -G "Unix Makefiles" ../