Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{fancyvrb}
  3. newwriteFILE
  4. immediateopenoutFILE=jobname.out
  5.  
  6. newenvironment{chunk}{%
  7. VerbatimEnvironment{chunk}begin{SaveVerbatim}[gobble=2,commentchar=%,commandchars=\{}]{VERB}%
  8. }{%
  9. end{SaveVerbatim}%
  10. UseVerbatim{VERB}%
  11. immediatewriteFILE{UseVerbatim{VERB}}%
  12. }
  13.  
  14. begin{document}
  15.  
  16. begin{chunk}
  17. First line.
  18. texttt{Second} line.
  19. end{chunk}
  20.  
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement