\documentclass[conference, 12pt]{IEEEtran}
\usepackage{xeCJK}
\usepackage{fontspec}
\setmainfont{Times New Roman}
\usepackage{cite}
\usepackage{amsmath} %提供\begin{equation}
\usepackage{amssymb} %提供\substack
\begin{document}
\title{题目}
\author{\IEEEauthorblockN{作者}\IEEEauthorblockA{学号\\学院\\大学}}
\maketitle
\begin{abstract}
摘要
\end{abstract}
\section{Introduction}
引言\cite{sample1}
\section{Methodologies}
\begin{equation}
f(x) = \sum_{i=1}^{n} {x_i}
\end{equation}
\begin{equation}
f(x) = x_1 + x_2 + x_3 + ...... + x_n
\end{equation}
\begin{equation}
f(x) = \int_{i=1}^{n} {x_i}
\end{equation}
\begin{equation}
X=
\begin{cases}
5, \text{if X is divisible by 5}
\\
10, \text{if X is divisible by 10}
\\
-1, \text{otherwise}
\end{cases}
\end{equation}
\begin{equation}
X =
\frac{\substack{\sum{X_i}}}
{\substack{\sum{X_j}}}
\end{equation}
\begin{equation}
X \leqslant y %x<=y
\end{equation}
\begin{equation}
X \geqslant y %x>=y
\end{equation}
\bibliographystyle{IEEEtran}
\bibliography{ieetutorial}
\end{document}
Mac:TexStudio 标准数学公式
最新推荐文章于 2022-04-03 11:03:52 发布
本文介绍如何在Mac操作系统中利用TexStudio软件高效地编写和编辑数学公式,适用于学术论文和科技文档的排版,覆盖安装步骤、配置技巧及公式输入方法。
1449

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



