3
votes
0answers
75 views

How to insert a text between two cases in a multi valued function?

I want to do something similar to this but do not know how: 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 ...
3
votes
1answer
187 views

How do I get rid of this line spacing after multicols?

How do I get rid of the extra spacing after multicols? \documentclass{article} \usepackage{amsmath} \usepackage{anysize} \usepackage{lipsum} \usepackage{multicol} \begin{document} ...
1
vote
1answer
515 views

floating a tabular in a tabular using minipage

I am able to build the tex just fine, and using the minipage allowed the content on the right to float correctly over the given "blank space" that I was trying to take advantage of by doing this but ...