/vim/ftplugin/latex-suite/templates/report_two_column.tex

https://bitbucket.org/vertespain/config · LaTeX · 9 lines · 5 code · 0 blank · 4 comment · 0 complexity · fac85743cd7f75e4faf774253d6ddd4e MD5 · raw file

  1. <+ +> !comp! !exe!
  2. % File: !comp!expand("%:p:t")!comp!
  3. % Created: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
  4. % Last Change: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
  5. %
  6. \documentclass[a4paper,twocolumn]{report}
  7. \begin{document}
  8. <++>
  9. \end{document}