Creating Symbolics Piecewise Function Printout

Hi I want to make a print out of symbolic mathematical expression like below :
image

Already trying using symbolics.jl but I cant find the correct syntax for piecewise equation.

ifelse(x,y,z) would in theory do it, but I think it’s missing the latexify recipe on this construct to make it print nicely. Someone should add it though. Worth an issue.