Tagged Questions
5
votes
1answer
51 views
boxed equation but framed only some sides
I need to box part of an equation, but I need the frame to be open one side. In the following MWE I would need the left part of the equation not to have the right frame of the box and the right part ...
2
votes
2answers
190 views
Create environment out of eqnarray with frame box
Could you help me to create an environment out of this code:
\smallskip\centering\framebox[0.9\textwidth]{
\begin{minipage}[c]{0.8\textwidth}
\begin{eqnarray}
I & = & ...
20
votes
1answer
528 views
Highlight equations in a typographically correct manner
I am presenting a model composed of a dozens of equations, some of
them requiring a somewhat lengthy derivation.
The equation that continue the actual model appears progressively
along the derivation ...
8
votes
1answer
325 views
Black and white emphasis for \boxed?
I am using \boxed to place emphasis on important equations in an assignment I am typing up, and would like to give the final answer a bit of extra emphasis. I'm using \begin{equation} ... ...
4
votes
3answers
673 views
framed equations
I'm aware of possibilities to frame an "important" equation in Latex as the one suggested in mathmode for instance but I thought it would be nice to have a dedicated environment instead of putting ...
0
votes
2answers
342 views
How to draw this figure?
The figure in the attached image contains mathematical formulae, some of which are aligned, also it is rounded by a box, could anyone tell me how to draw that?
Thank you very much!
11
votes
2answers
10k views
Attractive Boxed Equations
I often used \boxed{...} from the AMS math package to place a box around important equations. However, this approach often produces somewhat awkward looking output. Consider
\documentclass{article}
...
5
votes
1answer
985 views
Boxed equation with empheq: adding text outside box
I'm trying to have a box around my align environment, so I do the following:
\usepackage{empheq}
\begin{empheq}[box=\fbox]{align}
equations
\end{empheq}
This works fine, but I would like to have ...