blob: bb7cb480d69b7e3ee5b3c9908849d8cc2e2a6977 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{simurgh-fleqn}[2013/09/22 v0.01a fleqn]
\renewcommand\[{\relax
\ifmmode\@badmath
\else
\begin{trivlist}%
\@beginparpenalty\predisplaypenalty
\@endparpenalty\postdisplaypenalty
\item[]\leavevmode
\hbox dir TLT to \linewidth\bgroup $\m@th\displaystyle %$
\hskip\mathindent\bgroup
\fi}
\renewenvironment{equation}%
{\@beginparpenalty\predisplaypenalty
\@endparpenalty\postdisplaypenalty
\refstepcounter{equation}%
\trivlist \item[]\leavevmode
\hbox dir TLT to \linewidth\bgroup $\m@th% $
\displaystyle
\hskip\mathindent}%
{$\hfil % $
\displaywidth\linewidth\if@RTL\hboxR\else\hboxL\fi{\@eqnnum}%
\egroup
\endtrivlist}
\endinput
|