Tagged Questions
3
votes
2answers
123 views
Wrapping text within align
I am writing Flashcards for the upcomming finals.
To describe the equations I use the align* environment like this:
\begin{align*}
x_+ &: \text{ Molenbruch von Enzymen, bei denen ...
3
votes
1answer
447 views
Wrapping text around a displayed equation
I have something like the following in a tex document:
some text ...
\[ T_y = \left\{ \begin{array}{ll}
x + \alpha & \mbox{if $\alpha = \beta$}\\
x^2 + \beta & ...
