I want to achieve something like this:
how do i do this for an arbitrary relation symbol? Latex is putting a whitespace after it.
I want to achieve something like this:
how do i do this for an arbitrary relation symbol? Latex is putting a whitespace after it.
I don't think this is necessarily a good idea, but you can just define a new operator:
\documentclass{article}
\usepackage{amsmath}
\DeclareMathOperator\eq{=}
\begin{document}
\[
\eq(t_1, \dots, t_n)
\]
\end{document}
\!) after the symbol to remove the whitespace folowing... or even some\hspace{-0.5em}or\kern-0.5emetc. – koleygr Jul 22 '19 at 18:15\mathord{<relation>}or{<relation>}. – Werner Jul 22 '19 at 18:18