Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.22 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \begin{document}
  4.  
  5. \expandafter\def\csname foo1 \endcsname{hello, world!}
  6.  
  7. \def\barr{1}
  8.  
  9. without barr: \csname foo1 \endcsname
  10.  
  11. with barr: \expandafter\csname foo\barr \endcsname
  12.  
  13. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement