Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. _1psi_1 left[begin{matrix} a \ b end{matrix} ; q,z right]
  2. = sum_{n=-infty}^infty frac {(a;q)_n} {(b;q)_n} z^n
  3. = frac {(b/a,q,q/az,az;q)_infty }
  4. {(b,b/az,q/a,z;q)_infty}
  5.  
  6. documentclass{article}
  7.  
  8. usepackage[dvipsnames,usenames]{color}
  9. usepackage{amsmath}
  10.  
  11. defzz#1#2#3{%
  12. begingroup
  13. lccode`~`#1%
  14. lowercase{endgroupedef~}{#2{#3}}%
  15. mathcode`#1"8000
  16. }
  17.  
  18. begin{document}
  19. zza{}{noexpandtextcolor{red}{mathcharthemathcode`a}}
  20. zzb{}{noexpandtextcolor{green}{mathcharthemathcode`b}}
  21. zzq{}{noexpandtextcolor{Mahogany}{mathcharthemathcode`q}}
  22. zzz{}{noexpandtextcolor{yellow}{mathcharthemathcode`z}}
  23. zzn{}{noexpandtextcolor{Aquamarine}{mathcharthemathcode`n}}
  24. zz=mathrel{noexpandtextcolor{green}{mathcharthemathcode`=}}
  25. zz-mathbin{noexpandtextcolor{YellowGreen}{mathcharthemathcode`-}}
  26. zz1{}{noexpandtextcolor{cyan}{mathcharthemathcode`1}}
  27. zz,mathpunct{noexpandtextcolor{Sepia}{mathcharthemathcode`,}}
  28. zz/{}{noexpandtextcolor{Tan}{mathcharthemathcode`/}}
  29. zz;mathpunct{noexpandtextcolor{blue}{mathcharthemathcode`;}}
  30. letoldinftyinfty
  31. definfty{{textcolor{PineGreen}{oldinfty}}}
  32.  
  33.  
  34. pagecolor{black}
  35. color{white}
  36.  
  37. zzz
  38. begin{equation}
  39. _1psi_1 left[begin{matrix} a \ b end{matrix} ; q,z right]
  40. = sum_{n=-infty}^infty frac {(a;q)_n} {(b;q)_n} z^n
  41. = frac {(b/a,q,q/az,az;q)_infty }
  42. {(b,b/az,q/a,z;q)_infty}
  43. end{equation}
  44.  
  45. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement