Hi! :) with
\usepackage{amsmath}
\mathchardef\mhyphen="2D
{\catcode`-=\active\gdef-{\mhyphen}}
\AtBeginEnvironment{table}{\mathcode`-="8000}
it was possible for me to shorten the minus symbol in the table-environment. In my table I also got some formulas in the $...$-sourrounding. Just there I would like to have a "normal" minus (not short). Is that possible? (so to sum up: short minus-symbols in the table, but longer ("normal") minus-symbols in the table whenever I write something in $...$). If someone could help me, I would be grateful! :)
\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for the users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – samcarter_is_at_topanswers.xyz Dec 29 '22 at 13:45\mhyphensubstituted for the standard minus only in math. – egreg Dec 29 '22 at 13:50