1
vote
1answer
35 views

Left and right subscripts in multline environment

I am using \documentclass[12pt]{article} \usepackage{amsmath} \begin{document} \begin{multline} \big_{1}[_{2}(...)_{2}\big]_{1}. \end{multline} \end{document} The lower suffix works only for right ...
2
votes
2answers
105 views

Aligned multline

I want to show the derivation of a formula where I encounter long formulae. Unfortunately the derivation is very complex, so I have to show some intermediate steps. My problem is, that I want to mix ...
6
votes
3answers
284 views

A vertically centered equation number on a multline environment

The multline environment does exactly what I want in splitting a long formula between lines by utilizing the horizontal space to the fullest. (I don't want the alignment features of the align ...
2
votes
2answers
1k views

How can I use multline within an align environment?

I've been looking around and I know that there are possibilities to mimic the multline environment within the gather or align environments, or by using multlined but not in a way that I like, I think. ...
12
votes
1answer
4k views

About big parenthesis larger than Bigg

Do any one know how to type a very big parenthesis in LaTeX. Since the formula is very big, I used multline environment, in one line, there are many pair of parenthesis by using \left and \right which ...
13
votes
2answers
2k views

Split-like environment inside cases environment

I'd like to have a cases environment with some cases that are too long to fit on one line. I tried this: \begin{cases} \begin{split} long expression \\ second line of long expression ...