Monday, March 28, 2011

URL rewriting tutorial

a very good apache url rewriting tutorial is here.

Monday, March 7, 2011

latex: arabic footnotes in minipage environment

To get arabic footnote markers in the minipage environment renew \thempfn command:

\begin{minipage}{\textwidth}
   \renewcommand{\thempfn}{\arabic{mpfootnote}}
   ...
\end{minipage}