FUNCTION : latexprinttype7 - latex print of Type 7 identity CALLING SEQUENCE : latexprinttype7(L, EQNNAME, num, nL) PARAMETERS : L - list [a,p,c1,N,B] num - positive integer (no. of identity found by findtype7) 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): latexprinttype7([1,9,-1,180,-288],RR57,1,1); G^{*}(1)\,G(9) - H^{*}(1)\,H(9) = \frac{\eta(\tau)\eta(12\tau)\eta(18\tau)^{2}}{\eta(2\tau)\eta(6\tau)\eta(9\tau)\eta(36\tau)},\quad \Gamma_1(180), \quad -B=288. \mylabel{eq:RR571} DISCUSSION : This function is used by latexprinttypeL7. SEE ALSO : findtype7, latexprinttype1, latexprinttype2, latexprinttype3, latexprinttype4, latexprinttype5, latexprinttype6, latexprinttype7, latexprinttype8, latexprinttype9, latexprinttype10, latexprinttypeL7