Guest User

Untitled

a guest
Jan 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{amsmath}
  3. usepackage{slashed}
  4. begin{document}
  5. $slashed{p}$
  6. end{document}
  7.  
  8. documentclass[12pt]{article}
  9. usepackage{mathtools}% http://ctan.org/pkg/mathtools
  10. newcommand{fsl}[1]{ensuremath{mathrlap{!not{phantom{#1}}}#1}}% fsl{<symbol>}
  11. begin{document}
  12. noindent $not{a}not{b}=4(acdot b)$
  13.  
  14. noindent $fsl{a}fsl{b}=4(acdot b)$
  15. end{document}
  16.  
  17. k!!!/ = gamma^mu k_mu
  18.  
  19. renewcommand{fsl}[1]{{ooalign{(#1)crhidewidth(/)hidewidthcr}}}
Add Comment
Please, Sign In to add comment