Now that we are using MathJax, I am revisiting how to generate multiple lines within a single LaTeX code block.
EDIT: Nevermind, I found out how to do this: https://www.physicsforums.com/showthread.php?p=261329
Also, scroll down post #1 here for multi-line examples:
https://www.physicsforums.com/showthread.php?t=8997
Please disregard the following...[/color]
I just now noticed a problem with these old posts (for example Post #'s 1 and 3 above). Right now I see the LaTeX code, without the [_tex_] tags, enclosed in a box and left-right centered in the page. I have FireFox 4 and Windows 7.
Apparently MathJax doesn't like the double-backslash newline indicator, and that is preventing the code from being processed properly.
Testing:
Using same code from Post #1 again:
[tex]
f_1(x) = x \\ <br />
f_2(x) = 1-x^2[/tex]
Same code, with double-backslash removed:
[tex]
f_1(x) = x <br />
f_2(x) = 1-x^2[/tex]
So the question is, is it possible anymore to generate a new line within the same [_tex_] code block? Hootenanny's trick in Post #3 used to work -- not that I am advocating going back to the old LaTeX system.