mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] How to place braces and notes under math objects?


Chronological Thread 
  • From: Mirko Vukovic <address@hidden>
  • To: "address@hidden" <address@hidden>
  • Subject: Re: [TeXmacs] How to place braces and notes under math objects?
  • Date: Fri, 7 Sep 2018 10:01:10 -0400

See below

On Thu, Sep 6, 2018 at 10:29 AM Mirko Vukovic <address@hidden> wrote:
I would like to place decorations and notes in equations in TeXmacs.  (See attached image for an example).


The corresponding LaTeX code is:

\documentclass{article}
\usepackage{amsmath}

\begin{document}

\begin{equation}
  \underset{sum}{\underbrace{a+b}}
\end{equation}
\end{document}

Thank you

I received several replies posted directly to me.  They all pointed to the same thing:

Underbrace is obtained by any of:
  • typing \underbrace<CR> in math mode
  • in math mode, use the menu insert/Accent Below/Underbrace
  • Keyboard shortcut Alt-U }
To position text below the underbrace type the subscript dash after the underbraced text.

Thanks to all,

Mirko



Archive powered by MHonArc 2.6.19.

Top of page