Is it possible to draw a frame around an expression? For example if I presented a calculation, I want to draw attention to the result by drawing a "box" around it.

I've seen it done in some articles in LaTeX. Is it possible to do in LyX without ERT? Otherwise, how is it done in LaTeX?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Use \boxed.

\boxed{\nabla\cdot B = 0}

link|improve this answer
Simple, works. Thanks! – Amir Rachum May 26 '10 at 20:49
@Amir: Lyx has a boxing command, under Insert -> Box – Charles Stewart May 27 '10 at 6:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.