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}.systemeare considered, then see tex.stackexchange.com/questions/35174/…