Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. /usr/share/vim/addons/ftplugin/latex-suite/templates/
  2.  
  3. <+ +> !comp! !exe!
  4. % File: !comp!expand("%:p:t")!comp!
  5. % Created: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '<(w)(w*)>(W|$)', '1', 'g')!comp!
  6. % Last Change: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '<(w)(w*)>(W|$)', '1', 'g')!comp!
  7. %
  8. documentclass[a4paper]{article}
  9. usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
  10. usepackage{amssymb}
  11. usepackage{amsmath}
  12. usepackage{graphicx}
  13. graphicspath{{<++>}}
  14. usepackage{fancyhdr}
  15. pagestyle{fancy}
  16. newcommand{norm}[1]{lVert#1rVert}
  17. begin{document}
  18. lhead{<++>}
  19. rhead{<++>}
  20. cfoot{thepage}
  21. <++>
  22. end{document}
  23.  
  24. /var/lib/vim/addons/ftplugin/latex-suite/templates/
  25.  
  26. :TTemplate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement