Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. newtoks{SpecialText}
  3. SpecialText={Text to be printed after begin document}
  4.  
  5. newenvironment{MYdocument}{%
  6. begin{document}{}
  7. Note: theSpecialText
  8. }{%
  9. end{document}
  10. }
  11.  
  12. begin{MYdocument}
  13. ... file contents ...
  14. end{MYdocument}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement