答案1
答案2
在假设主字母位于基线上的情况下,条形图的移动量已经经过精确计算。
\documentclass{article}
\makeatletter
\newcommand{\nZeta}{\mathord{\mathpalette\nZeta@\relax}}
\newcommand{\nZeta@}[2]{%
\begingroup
\sbox\z@{$#1|$}%
\sbox\tw@{$#1Z$}%
\dimen@=\dimexpr(\dp\z@-\ht\z@+\ht\tw@)/2\relax
\vphantom{\raisebox{\dimen@}{$\m@th#1|$}}% keep the bounding box
\ooalign{%
\hidewidth\raisebox{\dimen@}{$\m@th#1|$}\hidewidth\cr
$\m@th#1\mathsf{Z}$\cr
}%
\endgroup
}
\makeatother
\begin{document}
$a\nZeta b_{a\nZeta b}$
\end{document}
符号按上标和下标缩放。更改\mathord
为符号的真实含义。