Math & ScienceDraw curly brace inline with equation

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
amo1982
Posts: 2
Joined: Thu May 12, 2011 3:42 pm

Draw curly brace inline with equation

Post by amo1982 »

Hello experts,

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.
math_fig.png
math_fig.png (4.78 KiB) Viewed 2794 times
Thanks in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
Joined: Mon Mar 10, 2008 9:44 pm

Draw curly brace inline with equation

Post by Stefan Kottwitz »

Hi,

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}
Stefan
LaTeX.org admin
amo1982
Posts: 2
Joined: Thu May 12, 2011 3:42 pm

Re: Draw curly brace inline with equation

Post by amo1982 »

Hello Stefan,

This is perfect, thanks a lot for your help.

Regards
Post Reply