I'm wondering if it's possible to alter the order LaTeX outputs the equation.
The following code
\documentclass{article}
\usepackage{systeme}
\begin{document}
\[
\systeme{3+2t+s=x,s+2=y,1+t+2s=z}
\]
\end{document}
outputs
This really hurts my eyes as I would like the numbers to be displayed first, followed by the t and the s lastly.


\documentclass{...}and ending with\end{document}. – Stefan Pinnow Feb 21 '19 at 13:19systemeare considered, then see https://tex.stackexchange.com/questions/35174/best-way-to-create-an-system-of-equations-environment – Steven B. Segletes Feb 21 '19 at 16:22