Search found 1 match

by fportales
Wed Sep 12, 2018 2:00 am
Forum: Math & Science
Topic: How to write text through an arrow
Replies: 2
Views: 8273

How to write text through an arrow

Hello

I did something similar for my thesis. The code

Code: Select all

\newcommand{\onshell}{\overset{\text{on}}{=}}
creates the command \onshell that writes "on" over the = symbol.

Hope this helps!