%EF%BC%8C%E7%9B%B8%E7%AD%89%E4%B8%94%E5%B9%B3%E8%A1%8C.png)
答案1
您直接叠加\parallel
即可=
。
\documentclass{article}
\usepackage{amsmath}
\makeatletter
\newcommand{\eqparallel}{\mathrel{\vphantom{\parallel}\mathpalette\eqparallel@\relax}}
\newcommand{\eqparallel@}[2]{%
\ooalign{\hidewidth$\m@th#1\parallel$\hidewidth\cr$\m@th#1=$\cr}%
}
\makeatother
\begin{document}
$X\eqparallel Y_{\eqparallel}$
\end{document}
(无意义的)下标只是表明符号在各种数学样式中正确地改变了大小。