Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{mathtools}
  4. DeclareMathOperator{Hom}{Hom}
  5. usepackage{lipsum}
  6.  
  7. begin{document}
  8.  
  9. lipsum[1]
  10. [
  11. varphi
  12. xmapsto{makebox[.35linewidth]{raisebox{.5baselineskip}{$
  13. Hom_R(M otimes_R N, P) cong
  14. { text{Bilinear maps $M times N$ to $P$} }
  15. $}}}
  16. varphi b.
  17. ]
  18. lipsum[2]
  19.  
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement