Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I want to do something similar to this but do not know how:

Multi valued function

I do know how to write multi-valued functions by using cases or align or whatever but do not know how to achieve a text that is to the right and in the MIDDLE between two cases.

How can this be done?

share|improve this question
5  
If your write \[ \begin{cases} … \end{cases} \; k > \frac{B}{2}; \] you get what you want. But may be it's not the optimal way to do it. – Manuel Jan 19 at 13:11
Those are merely cases, those are just two sub-equations in my opinion. If one wants to align the sub-equations at the =: \left\{\begin{aligned} … \end{aligned}\right. [insert horizontal space if needed] k > \frac{B}{2}; would be the way to go … – Qrrbrbirlbel Jan 19 at 13:27
Thanks alot guys – Muaz Aljarhi Jan 19 at 13:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.