Guest User

Untitled

a guest
Mar 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. documentclass[fleqn]{article}
  2. usepackage{amsmath}
  3. usepackage{tikzducks}
  4. begin{document}
  5. This is the standard output:
  6. begin{align}
  7. vcenter{hbox{tikz[scale=2,remember picture]{%
  8. duck[graduate=gray!20!black,tassel=red!70!black];
  9. coordinate (B1) at (1,0.1);
  10. }}}~=~int!mathrm{d}^4x,
  11. int!mathrm{d}^4y,int!mathrm{d}^4z,
  12. frac{1}{(x^2-m^2),(y^2-m^2)}
  13. end{align}
  14. tikz[overlay,remember picture]{draw[gray](B1)--++(9.3cm,0);}
  15. I want to move the equation number up, but not by hand:
  16. begin{align}
  17. vcenter{hbox{tikz[scale=2,remember picture]{%
  18. duck[graduate=gray!20!black,tassel=red!70!black];
  19. coordinate (B2) at (1,0.1);
  20. }}}~=~int!mathrm{d}^4x,
  21. int!mathrm{d}^4y,int!mathrm{d}^4z,
  22. frac{1}{(x^2-m^2),(y^2-m^2)}notag\[-0.6cm] % <-adjusted by hand
  23. end{align}
  24. tikz[overlay,remember picture]{draw[gray](B2)--++(9.3cm,0);}
  25. end{document}
Add Comment
Please, Sign In to add comment