Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. makeatletter
  4. newcommand{punctuationcheck}{%
  5. @ifnextchar){I see a parensrelax}{%
  6. @ifnextchar]{I see a square bracketrelax}{%
  7. @ifnextchar.{I see a periodrelax}{%
  8. @ifnextchar,{I see a commarelax}{I didn' t see anything }}}}%
  9. }
  10. newcommand{ie}{textit{i.e.}@ifnextchar,{I saw a commarelax}{I didn't see a comma,}punctuationcheck}
  11. makeatother
  12.  
  13. begin{document}
  14. ie) test
  15.  
  16. ie] test
  17.  
  18. ie. test
  19.  
  20. ie, test
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement