\documentclass[conference, 12pt]{IEEEtran}
\usepackage{xeCJK} %提供字体
\usepackage{fontspec} %提供字体
\setmainfont{Times New Roman}
\usepackage{cite} %提供\cite
\usepackage{amsmath} %提供\begin
\usepackage{amssymb} %提供\substack
\usepackage{pgfplotstable} %提供\pgfplotstabletypeset
\usepackage{booktabs} %提供\toprule \midrule
\usepackage{graphicx} %提供\graphicspath
\graphicspath{ {images/} } %提供\includegraphics
\begin{document}
\title{题目}
\author{\IEEEauthorblockN{作者}\IEEEauthorblockA{学号\\学院\\大学}}
\maketitle
\begin{abstract}
摘要
\end{abstract}
\section{Introduction}
引言\cite{sample1}
\section{Methodologies}
这里是一张图片
\\
\includegraphics[width=4cm,height=4cm]{avatar}
\\
this is a picture
\bibliographystyle{IEEEtran}
\bibliography{ieetutorial}
\end{document}
Mac:TexStudio 插入图片
最新推荐文章于 2025-10-08 04:29:25 发布
本文介绍了一个基于LaTeX的IEEE论文模板的使用方法。该模板包含了撰写学术论文所需的各类宏包配置,如字体设置、引用管理和图表插入等。通过具体实例展示了如何在论文中插入图片,并对相关领域的文献进行引用。

1663

被折叠的 条评论
为什么被折叠?



