Guest User

Untitled

a guest
Jan 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. newcommand{strutarrow}[2]{%
  4. vrule width 0pt height 2fontdimen22
  5. ifx#1displaystyletextfontelse
  6. ifx#1textstyletextfontelse
  7. ifx#1scriptstylescriptfontelse
  8. scriptscriptfontfififi 2
  9. {#2}%
  10. }
  11. newcommand{srightarrow}{%
  12. mathrel{mathpalettestrutarrowlongrightarrow}%
  13. }
  14.  
  15. begin{document}
  16.  
  17. fbox{$srightarrow$}
  18.  
  19. end{document}
Add Comment
Please, Sign In to add comment