Questions tagged [systeme]
{systeme} is for questions related to the use of the systeme package to typeset systems of equations or inequalities in plain TeX or LaTeX.
64 questions
3 votes
1 answer
106 views
Systeme: Sort variables on left hand side but not on the right hand side
I currently have the following system of equations: I want to keep the left hand side as it is, but remove the separation of variables on the right hand side (please refer to the picture below but ...
0 votes
1 answer
86 views
Horizontal spacing between left brace and equations
I am using the systeme package and I would like to change the horizontal space between the left brace and the equations. Is it possible?
3 votes
1 answer
137 views
Yet another alignment issue with \systeme
Fellow TeX-ers, Can you lend me a helping hand? How should I modify the code below in order for all the \sin \alpha, \cos \beta, and \tan \gamma to be displayed in the same column? $$ \systeme{ 2 \sin ...
0 votes
1 answer
622 views
latex on Arch Linux can't see packages installed via tlmgr
I've freshly installed texlive on Arch linux and tried to make it work using VS Code LaTeX Workshop. Unfortunatelly, when building (in VS Code or in CMD with latexmk command), I get this error: LaTeX ...
3 votes
1 answer
136 views
Line spacing in systeme
I'm working on a document where I need to increase the spacing between lines of text, but I want to keep the line spacing in arrays or systems unchanged. I've tried using the baselinestretch command ...
2 votes
1 answer
246 views
Systeme package wihtout curly bracket [duplicate]
Is it possibile to use systeme package without to have the curly bracket like the example below? \documentclass[a4paper,12pt]{article} \usepackage{amsmath} \usepackage{newtxtext,newtxmath} \...
3 votes
2 answers
2k views
What's the correct way of writing a systems of equation in latex?
i was writing some equations in a paper for an exam, and i was wondering what was the correct ways of writing a system of equations, including the use of punctuation. For example i was writing: \...
3 votes
2 answers
205 views
Undesired behaviour within systeme
When I try to write a sum over some index in systeme* within an align environment, the sum is not displayed in the usual way, with the index displayed under the summation symbol, but instead on the ...
5 votes
1 answer
338 views
How to use systeme to write a system of equations with subscripts in the coefficients
I am trying to type this system of equations: I tried \documentclass[12pt,a4paper]{article} \usepackage{amsmath} \begin{document} \begin{equation} \begin{cases} a_1 x+b_1 ...
3 votes
1 answer
131 views
How to use system package for a system of equations that involve literal indexes?
Here is an example of what seems to me like a basic usecase for the system package: \documentclass{article} \usepackage{amsmath} \usepackage{systeme} \begin{document} \begin{equation*} \systeme{x_{1}=...
2 votes
3 answers
174 views
Aligning a linear system of differential equations
How do I align a system of linear differential equations in latex? I can use \begin{cases} x_1'(t) = x_1(t)-x_2(t)+2x_3(t)\\ x_2'(t) = -2x_1(t)+5x_2(t)+2x_3(t)\\ x_3'(t) = 8x_1(t)-5x_2(t)-2x_3(t)\\ \...
5 votes
1 answer
222 views
system with parameter $m$
\documentclass[12pt,a4paper]{article} %------------------------------------------------------------ \usepackage{amsmath,amssymb,amsthm,mathdots} \begin{document} Soit $m$ un nombre r\'eel. On consid\`...
8 votes
3 answers
862 views
Display system in systeme
I'm new to the systeme package. I was reading the manual to get to know it, but unfortunately it is written in French. I want to typeset the following The best I can come up with is the following ...
0 votes
1 answer
157 views
Plus sign not aligned in systeme
I want to create the following linear equation in latex using systeme: \systeme[xyz]{ x + y +2z = a, 2x + 2y + {( 4+b )} z = b, -x -2z = ab, y + bz = a + b } But the result ...
3 votes
1 answer
129 views
Problem with the alignment in systeme package
When I type this: \usepackage{systeme} \begin{document} \systeme[xyzt]{x-iy+3t=0,ix-z-(2-i)t=0,(1+i)x+(2-i)y+(3i-5)t=0,-ix+(1+i)y+z-it=0} \end{document} I'm ending up with this: Which, as you see, ...