Skip to main content

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.

3 votes
1 answer
106 views

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 ...
Ryan Kong's user avatar
0 votes
1 answer
86 views

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?
rla's user avatar
  • 241
3 votes
1 answer
137 views

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 ...
Jamai-Con's user avatar
  • 133
0 votes
1 answer
622 views

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 ...
ms4rkl's user avatar
  • 1
3 votes
1 answer
136 views

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 ...
Zuy's user avatar
  • 487
2 votes
1 answer
246 views

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} \...
Sebastiano's user avatar
  • 66.9k
3 votes
2 answers
2k views

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: \...
forgetfuled's user avatar
3 votes
2 answers
205 views

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 ...
Dalamar's user avatar
  • 185
5 votes
1 answer
338 views

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 ...
John Paul Peter's user avatar
3 votes
1 answer
131 views

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}=...
Anne Aunyme's user avatar
2 votes
3 answers
174 views

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)\\ \...
Jompa's user avatar
  • 75
5 votes
1 answer
222 views

\documentclass[12pt,a4paper]{article} %------------------------------------------------------------ \usepackage{amsmath,amssymb,amsthm,mathdots} \begin{document} Soit $m$ un nombre r\'eel. On consid\`...
Student's user avatar
  • 1,560
8 votes
3 answers
862 views

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 ...
Tolaso's user avatar
  • 1,661
0 votes
1 answer
157 views

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 ...
Shai Menzin's user avatar
3 votes
1 answer
129 views

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, ...
NairD's user avatar
  • 31

15 30 50 per page
1
2 3 4 5