由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 请问如何给多行公式加框.
相关主题
请教一个Latex公式输入问题。公式里不能加引号的问题
请问怎样在多行公式中让公式编号出现在最后一行的右边公式长到把右边的公式编号给遮住了, 怎么办?
为啥公式标号没出来?请问一个大括号的内上下好几项对齐的公式怎么写?
如何让equation居左(left align)一个latex 公式问题
请教:如何输入max问题公式太长咋办?
如何让align的一群equation跨越两页数学公式一问
请问数学公式如何自动换行如何在 \begin{equation}...\end{equation} 里面不标 label?
怎么把一系列的式子对齐?如何把这个公式标号挪到同一行中?
相关话题的讨论汇总
话题: equation话题: gathered话题: begin话题: end话题: boxed
进入TeX版参与讨论
1 (共1页)
a***n
发帖数: 3633
1
我会给一行公式加一个framebox.但是多行公式或者矩阵就不行.请问如果
要给多行公式加框应该用什么方法?谢谢.
T*******n
发帖数: 493
2
If there are n equations in the box, does the whole box get
one single equation number outside the box, or are there n
equation numbers, and are they inside or outside the box?

【在 a***n 的大作中提到】
: 我会给一行公式加一个framebox.但是多行公式或者矩阵就不行.请问如果
: 要给多行公式加框应该用什么方法?谢谢.

a***n
发帖数: 3633
3
either is fine. Actually, I donot have numbers for those eqns.
you know how to do it? thx in advance.

【在 T*******n 的大作中提到】
: If there are n equations in the box, does the whole box get
: one single equation number outside the box, or are there n
: equation numbers, and are they inside or outside the box?

T*******n
发帖数: 493
4
If there are no equation number, you can do something like this:
\usepackage{amsmath}
\begin{equation*}
\boxed{%
\begin{gathered}
x = 1 \\ y = 22 \\ z = 333
\end{gathered}
}
\end{equation*}
\begin{equation*}
\boxed{%
\begin{aligned}
x &= 1 \\ y &= 22 \\ z &= 333
\end{aligned}
}
\end{equation*}
\begin{gather*}
\boxed{%
\begin{gathered}
x = 1 \\ y = 2
\end{gathered}
}
\\
\boxed{%
\begin{gathered}
a = 1 \\ b = 2
\end{gathered}
}
\end{gather*}

【在 a***n 的大作中提到】
: either is fine. Actually, I donot have numbers for those eqns.
: you know how to do it? thx in advance.

1 (共1页)
进入TeX版参与讨论
相关主题
如何把这个公式标号挪到同一行中?请教:如何输入max问题
还有两个小问题。如何让align的一群equation跨越两页
问一个超长公式的问题请问数学公式如何自动换行
如何分行写完一个长公式。怎么把一系列的式子对齐?
请教一个Latex公式输入问题。公式里不能加引号的问题
请问怎样在多行公式中让公式编号出现在最后一行的右边公式长到把右边的公式编号给遮住了, 怎么办?
为啥公式标号没出来?请问一个大括号的内上下好几项对齐的公式怎么写?
如何让equation居左(left align)一个latex 公式问题
相关话题的讨论汇总
话题: equation话题: gathered话题: begin话题: end话题: boxed