I am trying to get the LaTex plugin for Trac to work. Oddly, I cannot
get it to do one thing: line breaks.
I have the following in a Trac wiki page
{{{
#!Latex
\[
SMTD=\frac{n\sum y^2-(\sum y)^2-\{12(\sum xy)^2+P-(n^2-1)}{n^2}\\
\text{Where:}\\
P = \frac{5\{(n^2-1)\sum y-12\sum x^2y)^2}{4(n^2-4)}\\
n = \text{Number of height measurements in a 300mm length and is always forced
to be odd.}\\
y = \text{Laser height measurement (mm)}\\
x = \text{Nominal scaled distance between measurements (mm)}
\]
}}}
Everything is typeset as I would like. Except that I cannot get line
breaks. All is on one long line. The \\ characters are the LaTex line
break request. I am probably doing something wrong in LaTex. But I do
not see it. Should line breaks work like this from the LaTex plugin? I
tried variations on the \\, like \\\\, but that seems not to be the
issue. And, things like \sum work without the need for \\sum.
Feeling like an idiot here...
--
Roger Oberholtzer
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.