[OS X TeX] Left Justified Symbol
Martin Costabel
costabel at wanadoo.fr
Mon Apr 27 23:20:47 CEST 2009
Rose Charlie wrote:
[]
> Very slick, and it does *almost* exactly what I need ... what's lacking
> is that it's not in the "equation" environment so no equation number is
> generated. And, being the LaTeX amateur that I am, I don't know how to
> produce that myself. I *will* try to figure it out, though.
If your equation is not numbered, you can simply use \leqno:
$$
your equation
\leqno\blacktriangleright
$$
For numbered equations, the following does the trick
\def\triangleeq{%
\let\theeq\theequation
\def\theequation{\theeq
\rlap{\hskip -\displaywidth\ $\blacktriangleright$}}}
\begin{equation}
\triangleeq
your equation
\end{equation}
Just use the command \triangleeq inside the equation environment where
you want the triangle. The triangle will be placed at the beginning of
the line that has the equation number.
--
Martin
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list