I'm actually using drutex in combination with "edit with emacs", it is wonderful :D. But of course emacs latex-mode does not recognize

<equations id="eqname">
...
</equations>

would be very nice if drutex could also use

\begin{align}
\label{eqname}
...
\end{align}
CommentFileSizeAuthor
#1 addmathenv.patch2.31 KBboclodoa

Comments

boclodoa’s picture

Assigned: Unassigned » boclodoa
StatusFileSize
new2.31 KB

Done :D

this is a patch for drutex 6.x-1.0-beta1

you can use any of this

\begin{align}
...
\end{align}

\begin{align*}
...
\end{align*}

\begin{align}% id="eqname"
...
\end{align}

\begin{align}
\label{eqname}
...
\end{align}

please consider including this patch in the next version, and including directives in the documentation.

Thank you

boclodoa’s picture

Status: Active » Closed (fixed)
boclodoa’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.