Fix k-regime benchmark run in PhaseField process
This MR fixes the issue of the Kregime_Static_jupyter benchmark by
- Disabled LaTeX rendering in Matplotlib to avoid missing dependency errors.
- Updated deprecated
np.trapztonp.trapezoid.
This MR fixes the issue of the Kregime_Static_jupyter benchmark by
np.trapz to np.trapezoid.