Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. begin{equation*}
  2. xymatrix{
  3. A ar[r] & B = {c in C mid f(c) = 0 }
  4. \
  5. a ar@{|->}[r] & b
  6. }
  7. end{equation*}
  8.  
  9. begin{equation*}
  10. xymatrix{
  11. A ar[r] & B & = {c in C mid f(c) = 0 }
  12. \
  13. a ar@{|->}[r] & b
  14. }
  15. end{equation*}
  16.  
  17. documentclass{minimal}
  18. usepackage{xypic,mathtools}
  19. begin{document}
  20.  
  21. begin{equation*}
  22. xymatrix{
  23. A ar[r] & mathrlap{B = {c in C mid f(c) = 0 }}
  24. \
  25. a ar@{|->}[r] & b
  26. }
  27. end{equation*}
  28.  
  29. end{document}
  30.  
  31. begin{equation*}
  32. xymatrix{
  33. A ar[r] & B &
  34. save[]+<1.75em,0em>*{= {c in C mid f(c) = 0 }}restore \
  35. a ar@{|->}[r] & b
  36. }
  37. end{equation*}
  38.  
  39. begin{equation*}
  40. xymatrix@C=-2pt{
  41. A ar[rr] &qquad& B &= {c in C mid f(c) = 0 }
  42. \
  43. a ar@{|->}[rr]& & b
  44. }
  45. end{equation*}
  46.  
  47. % arara: pdflatex
  48.  
  49. documentclass{article}
  50. usepackage{mathtools}
  51. usepackage{tikz-cd}
  52. usepackage{calc}
  53.  
  54. begin{document}
  55. [
  56. begin{tikzcd}
  57. A ar{r} & mathmakebox[widthof{$b$}][l]{B = {c in C mid f(c) = 0 }}\
  58. a ar[mapsto]{r}& b
  59. end{tikzcd}
  60. ]
  61. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement