失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > overleaf 公式_LATEX 公式通栏

overleaf 公式_LATEX 公式通栏

时间:2020-10-22 18:06:36

相关推荐

overleaf 公式_LATEX 公式通栏

网上找的 希望有用

第一种方法:这是从IEEE摘选出来的输入方式,但是这个方式会使得公式移动到下一页浮动置顶。

\newcounter{mytempeqncnt}

\begin{figure*}[!t]

% ensure that we have normalsize text

\normalsize

% Store the current equation number.

\setcounter{mytempeqncnt}{\value{equation}}

% Set the equation number to one less than the one

% desired for the first equation here.

% The value here will have to changed if equations

% are added or removed prior to the place these

% equations are referenced in the main text.

\setcounter{equation}{5}

\begin{equation}

\label{eqn_dbl_x}

x = 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 + 21+ 23 + 25

+ 27 + 29 + 31

\end{equation}

\begin{equation}

\label{eqn_dbl_y}

y = 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18 + 20+ 22 + 24

+ 26 + 28 + 30

\end{equation}

% Restore the current equation number.

\setcounter{equation}{\value{mytempeqncnt}}

% IEEE uses as a separator

\hrulefill

% The spacer can be tweaked to stop underfull vboxes.

\vspace*{4pt}

\end{figure*}

第二种方法:使用multicol来实现,这个方法较为贴近我们平时的习惯。

\begin{multicols}{2}

Bla bla...

\end{multicols}

%

\begin{equation}

very long equation

\end{equation}

%

\begin{multicols}{2}

Bla bla...

\end{multicols},

如果觉得《overleaf 公式_LATEX 公式通栏》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。