13

I need to use \right] in one of my lines, but if I don't write \left[ in the same formula I get an error (Using texmaker).

What I want to do is to type the range of a function, as in $F(x)]_{0}^{5}$. The problem is I can't use a regular bracket ] because of the line height (There are several fractions in there).

Is there any alternative to \right] that allows me to skip the left one?

I've seen several questions regarding curly braces (Problem being you need to write \left\{, but none that answers this particular question.

1 Answers1

14

use this

\[f(x) = \left.mx + b \right]\]

\[f(x) = \left.mx + b \right\}\]

for left bracket,

\[f(x) = \left[mx + b \right.\]

\[f(x) = \left\{mx + b \right.\]