Tagged Questions
6
votes
2answers
2k views
How do I keep a string of text together without it doing a line break?
I'm writing up a long paper, in which in prose I have various equations. However, I do not want a line break to occur within the equation - I want the equation to stick together. I want to do this ...
10
votes
2answers
1k views
Displaystyle fractions in a system of equations
I'm trying to define an environment to use with equations' systems. So far, the best solution was
\newenironment{eqsys}{\begin{equation}\begin{cases}}{\end{cases}\end{equation}}
but I noticed that ...