Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. documentclass[14pt]{extarticle}
  2. usepackage{xstring}
  3. usepackage{forloop}
  4. usepackage{ifthen}
  5. usepackage{pgfkeys}
  6. newcommand{fios}{hellow world}
  7. begin{document}
  8. %StrCount{fios}{e}
  9. %StrChar{fios}{1}
  10. StrLen{fios}[varL]
  11. varL
  12.  
  13. vspace{5ex}
  14. newcounter{loop}
  15. forloop{loop}{1}{value{loop}< varL}
  16. {StrChar{fios}{arabic{loop}}~--
  17. par
  18. }
  19. end{document}
  20.  
  21. h - 1
  22. e - 1
  23. l - 3
  24. o - 2
  25. w - 2
  26. r - 1
  27. d - 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement