Math & Science ⇒ Underbrackets
Underbrackets
Thanks
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
Re: Underbrackets
welcome to the board!
Just an advice: if you would post also the code of the formula, there would be agood chance that somebody would return the extended code including the underbrackets, if he doesn't have to typeset the whole formula himself.
Stefan
Re: Underbrackets

Sorry, this is just a print-screen from a document online, I don't know what the code for it is. I don't need to know how typeset the whole thing, just how to get the 'underbrackets' to work
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Underbrackets

\underbracket
command:Code: Select all
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\[
B(x)\underbracket[0.5pt]{A(z)}C(w)
\]
\end{document}
\underbracket[rule thickness][bracket height]{argument}
, i.e. the first two arguments are optional, for fine-tuning.Stefan