Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{etoolbox}
  3. usepackage{graphicx}
  4. usepackage{bashful}
  5. begin{document}
  6. renewcommand*{do}[1]{%
  7. The file #1 has size
  8. bash
  9. wc #1
  10. END
  11. bashStdout
  12.  
  13. }
  14. docsvlist{foo.log,foo.tex}
  15. end{document}
  16.  
  17. pdflatex --shell-esc foo.tex
  18.  
  19. (/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
  20. ! Use of bashIII doesn't match its definition.
  21. <recently read> w
  22.  
  23. l.17 docsvlist{foo.log,foo.tex}
  24.  
  25. documentclass{article}
  26. usepackage{etoolbox}
  27. usepackage{graphicx}
  28. usepackage{bashful}
  29. begin{document}
  30. renewcommand*{do}[1]{%
  31. The file #1 has size
  32.  
  33. }
  34. docsvlist{foo.log,foo.tex}
  35.  
  36. bash
  37. wc foo.tex
  38. END
  39. bashStdout
  40. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement