Others ⇒ LaTeXiT and Equation numbering
LaTeXiT and Equation numbering
So, I was wondering if LaTeXiT is capable of adding a trailing equation number preferably somewhere off to the right of the equation.
Thanks.
(BTW, equations from LaTeXiT drag and drop beautifully into iWeb. It's just too bad that iWeb has such limited text formatting and alignment.)
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: LaTeXiT and Equation numbering
\begin{tabular}{l p{3.0in} r}
& $<my_equation>$ & {\footnotesize (<my_eqno>)}
\end{tabular}
This allows 3 inches for the equation, left aligned, and then the equation number right aligned at the edge of the field.
I needed to include the p{3.0in} in the tabular format, because it appears that Latexit has no other way of knowing where to position left and right margins. It seems to ignore format commands like \setlength{\textwidth}{6.5in}, and the margin commands.