5

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?

Amir Rachum
  • 76,817
  • 74
  • 166
  • 248

1 Answers1

9

Use \boxed.

\boxed{\nabla\cdot B = 0}

Community
  • 1
  • 1
kennytm
  • 510,854
  • 105
  • 1,084
  • 1,005