一些标签
\documentclass
将所需要的格式的.cls文件直接放入刚刚编译后生成的文件夹里
\documentclass[option]{class}
\documentclass[journal]{
IEEEtran}
2.\usepackage{} 导言区:包的导入
3.用%表示注释
4.\newcommand————定义命令参考
5.\newtheorem{definition}{Definition}
添加定义
6.\hyphenation
调整文中特定单词的断字,规定特定单词在哪个位置可以出现连词符号
7.\begin{document} 文章开始
\end{document} 文章结束
8. \maketitle正文中只有使用了后才会出现插入的内容
9. \begin{abstract} \end{abstract}
10.\section{Introduction} 正文Introduction
11.\label{sec:introduction} 打上标签,然后使用\ref进行引用参考
12.\cite
13.\ref{fig: kbs_dbs} 引用,内容显示编号
14.
\begin{
figure}[!htb]
\centering
\includegraphics[width=0.95\linewidth]{
images/kbs_dbs.pdf}
\caption{
}
\label{
fig: kbs_dbs}
\end{
figure}

最低0.47元/天 解锁文章
7235

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



