Math & Science ⇒ Draw curly brace inline with equation
Draw curly brace inline with equation
I need your help to write the following equation, as I cannot make the curly brace inline with the text and don't know how to make the subscript in the middle of the brace.
Thanks in advance.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Draw curly brace inline with equation
an example:
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
2\uparrow\uparrow k\stackrel{\text{def}}{=}2^{2^{2^2}}
\raisebox{.5\baselineskip}{\scriptsize$\bigg\}k$}
\]
\end{document}
Re: Draw curly brace inline with equation
This is perfect, thanks a lot for your help.
Regards