Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. usepackage{tikz-cd}
  4. usetikzlibrary{arrows, matrix}
  5. tikzcdset{every label/.append style = {font = tiny}}
  6. begin{document}
  7. [begin{tikzcd}
  8. 0rar & mathrm{Hom}_R(L, E) arrow{r}{mathrm{Hom}(beta, mathrm{id}_E)} & mathrm{Hom}_R(N, E) arrow{r}{mathrm{Hom}(alpha, mathrm{id}_E)} & mathrm{Hom}_R(M, E)
  9. end{tikzcd}]
  10. end{document}
  11.  
  12. documentclass{article}
  13. usepackage{amsmath}
  14. usepackage{tikz-cd}
  15. usetikzlibrary{arrows, matrix}
  16. tikzcdset{every label/.append style = {font = tiny}}
  17. begin{document}
  18. [begin{tikzcd}[column sep=1.5cm]
  19. 0rar & mathrm{Hom}_R(L, E) arrow{r}{mathrm{Hom}(beta, mathrm{id}_E)} & mathrm{Hom}_R(N, E) arrow{r}{mathrm{Hom}(alpha, mathrm{id}_E)} & mathrm{Hom}_R(M, E)
  20. end{tikzcd}]
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement