What I want to achieve is shown below:
Now from this question, I tried to put in \argmin_{C} to test if it works. However, this returns with an error. What am I supposed to do here? I must mention that what I am trying to achieve is not a subscript.


\argminis probably not defined by default – Nov 26 '17 at 11:29\usepackage{amsmath}and\DeclareMathOperator*{\argmin}{arg\,min}with\argmin_{C}in display style, most likely – Nov 26 '17 at 11:36\DeclareMathOperator{\dist}{dist}(without star) if you don't wantdistto look like the product of the four variablesd,i,s,t. – Bernard Nov 26 '17 at 11:48