Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know the code for the symbol less than or greater than \lessgtr in latex

Tags:

symbols

latex

Need to know the code for symbol less than or greater than in this format:

enter image description here

Note: detexify and the comprehensive book of symbols were with no help.

Also this one is depreciated:

\lessgrt\limits_{noise}^{speech}
like image 848
Houssein Kemel Avatar asked Oct 19 '25 11:10

Houssein Kemel


1 Answers

Like this?

\documentclass{article}

\usepackage{amssymb}

\begin{document}

\[
y_k \mathop{\lessgtr}_{noise}^{speech} \eta
\]

\end{document}

enter image description here

like image 193
samcarter_is_at_topanswers.xyz Avatar answered Oct 22 '25 04:10

samcarter_is_at_topanswers.xyz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!