Search found 2 matches

by mghorba
Fri Feb 08, 2019 6:40 pm
Forum: Math & Science
Topic: multi line and overbrace
Replies: 1
Views: 2528

multi line and overbrace

I am using the following multiline equation. The last line of the equation unfortunately is indented and goes across the two columns. How can contain the last line in terms of its indentation?
\documentclass[journal]{IEEEtran}
\usepackage{amsmath}
\usepackage{adjustbox}% http://ctan.org/pkg ...
by mghorba
Fri Feb 08, 2019 4:40 pm
Forum: Math & Science
Topic: overbrace on top of a multi-line eqquation
Replies: 1
Views: 2609

overbrace on top of a multi-line eqquation

I would like to put a brace on top of a multiline equation. For instance in the following equation I want a brace on top of "k+l+m" which are broken over two lines. How can I do this?

I tried \overbrace{}^{\text{}} but it doesn't like multi lines (i.e. \\ inside \overbrace{}).

\begin{equation ...