Tagged Questions
3
votes
4answers
2k views
How to make an equation span the whole page / line in LaTeX?
I have this equation and it's quite big (basically a FDM one) but it aligns with the text and then continues out on the right side to the nothingness. I've tried stuff like \begin{center} and ...
3
votes
8answers
10k views
How do I show a caret (^) in math mode in LaTeX?
I'm trying to display a caret (^) in math mode in LaTeX to represent the exclusive or operation implemented in the "C languages". By default, ^ is for creating a superscript in math mode. The closest ...