FUNCTION :  latexprinttype2 - latex print of Type 2 identity
                

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

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

GLOBAL VARIABLES : _F

SYNOPSIS :   
   Prints latex identity for
   G(a)*G(p) + c1*H(a)*H(p)
   

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):
>  latexprinttype2([2,3,-1,60,-40],RR52,1,2);
G(2)\,G(3) - H(2)\,H(3) &= 
\frac{\eta(4\tau)\eta(10\tau)^{3}\eta(12\tau)\eta(15\tau)}{\eta(2\tau)\eta(5\tau)\eta(20\tau)^{2}\eta(30\tau)^{2}},&\quad &\Gamma_1(60), &\quad -B=40,
\mylabel{eq:RR521}\\



DISCUSSION :
This function is used by latexprinttypeL2.

SEE ALSO :  

findtype2,
latexprinttype1, latexprinttype2, latexprinttype3, latexprinttype4,
latexprinttype5, latexprinttype6, latexprinttype7, latexprinttype8,
latexprinttype9, latexprinttype10, latexprinttypeL2