FUNCTION :  latexprinttype9 - latex print of Type 8 identity
                

CALLING SEQUENCE :  latexprinttype9(L, EQNNAME, num, nL)

PARAMETERS :  L - list [a,b,x,N,B]
            num - positive integer (no. of identity found by findtype9)
             nL - number of identities

GLOBAL VARIABLES : _F

SYNOPSIS :   
   Prints latex identity for
  G(1)^a H(1)^b - H(1)^a G(1)^b-x

EXAMPLES :   

>  with(qseries):
>  with(thetaids):
>  with(ramarobinsids):
>  G:=j->1/GetaL([1],10,j):H:=j->1/GetaL([3],10,j):
>  GM:=j->1/MGetaL([1],10,j): HM:=j->1/MGetaL([3],10,j):
>  GE:=j->-GetaLEXP([1],10,j):HE:=j->-GetaLEXP([3],10,j):
>  latexprinttype9([11,1,1,5,-2],RR59,1,1);
G(1)^{11}\,H(1)^{1} - H(1)^{11}\,G(1)^{1} - 1 = 
{11}\,\frac{\eta(5\tau)^{6}}{\eta(\tau)^{6}},\quad \Gamma_1(5), \quad -B=2.
\mylabel{eq:RR591}





DISCUSSION :
This function is used by latexprinttypeL9.

SEE ALSO :  

findtype9,
latexprinttype1, latexprinttype2, latexprinttype3, latexprinttype4,
latexprinttype5, latexprinttype6, latexprinttype7, latexprinttype8,
latexprinttype9, latexprinttype10, latexprinttypeL9