Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. documentclass[]{article}
  2.  
  3. makeatletter
  4. newcommand{test}[1]{gdef@test{#1}}
  5. newcommand{@test}[1]{Testing #1}
  6. makeatother
  7.  
  8. test{One two three}
  9.  
  10. begin{document}
  11.  
  12. makeatletter
  13. @test
  14. makeatother
  15.  
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement