The math-mode tag has no wiki summary.
2
votes
1answer
128 views
I want to use 'LaTeX' syntax (MathJaX) in my blog
I checked many instructions that how to set LaTeX in blogspot, I went to "add a gadget" then "Configure HTML/JavaScript" then ...
5
votes
2answers
169 views
editing latex in vim : how to change text to math mode
I am using vim-latexsuite to edit a latex file. The text is originally from google doc and there are many math symbols not written in math mode.
I have to add $ before and after each symbol. But that ...
3
votes
4answers
3k 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 ...
10
votes
8answers
17k views
How do I show a caret (^) in math mode in LaTeX? [closed]
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 ...