答案1
我已经将两个符号重叠-
并<
处于古老模式:-)
\documentclass[a4paper,12pt]{article}
\usepackage{mathtools}
\makeatletter
\newcommand{\lehor}{\mathrel{\mathrlap{<}\smash-}}
\makeatother
\begin{document}
\[
\begin{array}{l}
a<b, X_{a<b}, X_{Y_{a<b}}\\
a\lehor b, X_{a\lehor b}, X_{Y_{a\lehor b}}
\end{array}
\]
\end{document}
答案2
两只鸽子…
\documentclass{article}
\usepackage{amsmath}
\makeatletter
\NewDocumentCommand{\angin}{}{\mathrel{\mathpalette\angin@{<}}}
\NewDocumentCommand{\angni}{}{\mathrel{\mathpalette\angin@{>}}}
\newcommand{\angin@}[2]{%
\vphantom{#2}%
\ooalign{$\m@th#1#2$\cr$\m@th#1-$\cr}%
}
\makeatother
\begin{document}
\[
A\angin B\angni C_{\angin\angni}
\]
\end{document}
答案3
制作起来非常简单,只需将一个叠加-
在一个之上<
:
\documentclass{article}
\usepackage{stackengine}
\newcommand\mysym{\mathrel{\ensurestackMath{\stackinset{l}{}{c}{}{-}{<}}}}
\begin{document}
$a \mysym b$
\end{document}
如果您需要它跨数学脚本样式工作,那么这样:
\documentclass{article}
\usepackage{stackengine,scalerel}
\newcommand\mysym{\mathrel{\ThisStyle{\ensurestackMath{%
\stackinset{l}{}{c}{}{\SavedStyle-}{\SavedStyle<}}}}}
\begin{document}
$a \mysym b_{c \mysym d_{e \mysym f}}$
\end{document}
答案4
在 Unicode 中,⪪ 符号\smt
位于unicode-math
、stix
或stix2
和 U+2AAA。