[Tex/LaTex] Equation of partial derivatives

equationsoverleaf

How could I write down this equation in latex. As a editor I am using overleaf.

enter image description here

Thank you in advance.

Best Answer

Generally I use for a better alignment of a function assignment \mathrel{\mathop:}. Tou can see "The Comprehensive LATEX Symbol List of Scott Pakin (19 January 2017)" at page 49.

enter image description here

Here my MWE:

enter image description here

\documentclass[a4paper,12pt]{article}
\usepackage{amsmath,amssymb}

\begin{document}

\[g'(u_t, x_{t-1})\mathrel{\mathop:}=\frac{\partial g(u_t, x_{t-1})}{\partial x_{t-1}}\]

\end{document}