Skip to content
Prev 34382 / 63421 Next

Possible bug in the Rd parser?

On 10/10/2009 8:07 AM, Mathieu Ribatet wrote:
One more followup:  the problem appears to be in the "cases" 
environment.  If I rewrite that block using "array" instead, things are 
fine:

         \deqn{\theta(h) =
             \left\{\begin{array}{ll}
             u_\beta \left(\mu +  \frac{\nu(h)}{\Gamma(1 - \xi)}
         \right),&\xi \neq 0\\
             \exp\left(\frac{\nu(h)}{\sigma}\right),&\xi = 0
             \end{array}\right.
           }{u_beta (mu + nu(h) / Gamma(1 - \xi)), if \xi < 1,
             exp(nu(h)/sigma), otherwise}

This makes me think it's a bug in the LaTeX package that provides 
"cases", or a conflict with our Rd.sty file, but I don't know which.

Duncan Murdoch