Latex的使用记录---插入图片

1.简单插入一张图片

先加两个包:

\usepackage{graphicx}
\usepackage{subfigure}

插入图片模块

\begin{figure}[H]%H代表在当前位置插入图片
\centering%居中
\includegraphics[width=2 cm]{Definitions/logo-mdpi}
\caption{This is a figure, Schemes follow the same formatting. If there are multiple panels, they should be listed as: (\textbf{a}) Description of what is contained in the first panel. (\textbf{b}) Description of what is contained in the second panel. Figures should be placed in the main text near to the first time they are cited. A caption on a single line should be centered.}
\end{figure}  
2.插入多张并排且有小标题的图片

还是先加包

\usepackage{graphicx}
\usepackage{subfigure}
\begin{figure*}[h]
	\centering
	\subfigure[111]{
		\begin{minipage}{0.22\linewidth}
			\centering
			\includegraphics[width=3.5cm]{picture/fig2a}
		\end{minipage}
	}
	\subfigure[222]{
		\begin{minipage}{0.22\linewidth}
			\centering
			\includegraphics[width=3.5cm]{picture/fig2b}
		\end{minipage}
	}
	\subfigure[333]{
		\begin{minipage}{0.22\linewidth}
			\centering
			\includegraphics[width=3.5cm]{picture/fig2c}
		\end{minipage}
	}
	\subfigure[444]{
		\begin{minipage}{0.22\linewidth}
			\centering
			\includegraphics[width=3.5cm]{picture/fig2d}
		\end{minipage}
	}
	
	\caption{This is a figure,  (\textbf{a}) Description of what is contained in the first panel. (\textbf{b}) }
	\label{fig2}
\end{figure*}  
中文版的LaTeX to Word是一种将LaTeX文档转换为Microsoft Word文档的工具。LaTeX是一门用于排版科学文档的强大工具,它在书籍、论文和报告的排版上非常受欢迎。然而,由于某些原因,有时需要将LaTeX文档转换为Word文档。 中文版LaTeX to Word提供了一种简单而有效的转换方法。它可以将LaTeX文档中的各种元素,如公式、图表、目录、参考文献等,转换为Word文档中相应的元素。用户只需将LaTeX文档加载到工具中,然后选择转换选项,即可完成转换。 中文版LaTeX to Word具有以下几个优点。首先,它能够保持文档的布局和格式,确保转换后的Word文档与原始LaTeX文档一致。其次,它支持中文排版,可以正确处理中文字符、标点符号和排版规则。此外,该工具还具备良好的兼容性,可以与不同版本的LaTeX和Word兼容,确保转换的准确性和稳定性。 中文版LaTeX to Word的使用非常简单。用户只需选择待转换的LaTeX文档,并设置一些选项,如转换为Word文档的文件类型、保存路径等。然后,点击转换按钮,即可完成转换过程。转换后的Word文档可以在Microsoft Word中打开和编辑。 总而言之,中文版LaTeX to Word是一种方便的工具,为需要将LaTeX文档转换为Word文档的用户提供了快捷可靠的解决方案。它能够保持文档的格式和布局,并且支持中文排版,有效地满足用户的需求。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值