Latex 文档设置常用命令

Latex 文档设置常用命令

目录级别生成

超链接(文档中交叉引用的方式生成目录 图 列表的索引, 置于文档的前面)

目录生成

% Set the depth of the table of contents to show sections and subsections only

\setcounter{tocdepth}{2}

\tableofcontents % Print the table of contents

图列表生成

% Print the list of figures

\listoffigures

表列表生成

% Print the list of tables

\listoftables

文献引用格式和命令

不同的命令, 生成不同格式的超链接, 满足论文排版需求

\citep{luo2017grey}; \citet{luo2017grey}; \cite{luo2017grey}

在这里插入图片描述

大图嵌套子图

方法 1

\usepackage{subfigure}

\begin{figure}[htbp]
\centering
\subfigure[\scriptsize{DGPM(1,1,0) model}]{
\label{fig:1a}
\includegraphics[scale=0.47, trim = 0 0 0 0, clip = true]{Figure-1a.pdf}}
\subfigure[\scriptsize{DGPM(1,1,1) model}]{
\label{fig:1b}
\includegraphics[scale=0.47, trim = 0 0 0 0, clip = true]{Figure-1b.pdf}}\
\caption{Trend of the condition number with the increasing multiple coefficient.}\label{fig:1}
\end{figure}

方法 2

\usepackage[caption=false]{subfig}% Support for small, `sub’ figures and tables

\begin{figure}[htp]
\centering
\subfloat[rectangle formula]{
\resizebox*{6cm}{!}{\includegraphics{acc_rec.pdf}}}
\hspace{2.5pt}
\subfloat[trapezoid formula]{%
% \includegraphics[scale=0.90]{acc_rec.pdf}}
\resizebox*{6cm}{!}{\includegraphics{acc_tra.pdf}}}
\caption{Geometric sketches for accumulative generation based on rectangle and trapezoid formulas.}
\label{fig:1}
\end{figure}

几种数学文章环境

\newtheorem{theorem}{Theorem} % [section]
\newtheorem{lemma}{Lemma} % [section]
\newtheorem{definition}{Definition} % [section]
\newtheorem{proposition}{Proposition} % [section]
\newtheorem{corollary}{Corollary}
\newtheorem{example}{Example}
\newtheorem{remark}{Remark}

公式分行的例子

公式在符号后断开.
\begin{align}
{\Arrowvert x{(1)}_{k+1}-x{(1)}k\Arrowvert}\lambda\leqslant ;&
\frac{1}{1-h_1(i)}\Arrowvert x{(1)}_{k+1}(0)-x{(1)}_k(0)\Arrowvert+\notag\
&\frac{h_2(i)}{1-h_1(i)}{\Arrowvert
e^{(1)}k\Arrowvert}\lambda+\rho(Q).
\end{align}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值