Guest User

Untitled

a guest
May 20th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{pgfkeys}
  3.  
  4. pgfkeys{%
  5. /path/.cd,
  6. color/.code=#1,
  7. }
  8.  
  9. pgfkeys{/path/.cd,color=yellow} %typeset "yellow" as desired
  10.  
  11. pgfkeysvalueof{/path/color} %get nothing, typeset "yellow" is wanted
  12.  
  13. color{pgfkeys{/path/.cd,color=yellow}} %color{yellow} is desired,but fail to compile
  14.  
  15. end{document}
Add Comment
Please, Sign In to add comment