CSGO中常用命令整理 CSGO common commands
LaTeX插入图片及多行多列图片排版

LaTeX插入图片及多行多列图片排版

LaTeX插入一张图片

首先导入宏包

1
\usepackage{graphicx}

插入图片

1
2
3
4
5
\begin{figure}[htbp]
\centering
\includegraphics[width=0.6\textwidth]{figures/image.png}
\caption{题注}
\end{figure}
Read more

之前的几篇水博 Previous blogs

鄙人不才,一共也没写过几篇博客也没啥质量,哈哈哈哈哈哈🤣🤣🤣。但是还是想把东西都放一起,所以放在这儿了。以前还学习过Android开发,现在退坑了。

I haven’t written a few blogs in total (xDDDDD🤣🤣🤣), but I still wanted to collect them together here. No longer messing with Android now👋👋👋.

Read more