Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ifthenelse{equal{x}{y}}{XXX}{YYY}
  2.  
  3. newcommand{tmpcmd}[1]
  4. {
  5. textsf{#1}
  6. ifthenelse{equal{x}{y}}{XXX}{YYY}
  7. }
  8.  
  9. tmpcmd{C}
  10.  
  11. ! Undefined control sequence.
  12. <argument> equal
  13. {x}{y}
  14.  
  15. newcommand{pn}[1]
  16. {
  17. textsf{#1}
  18. }
  19.  
  20. newcommand{pn}[1]
  21. {
  22. textsf{#1}
  23. ifthenelse{equal{x}{y}}{XXX}{YYY}
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement