Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv26921
Modified Files:
article.tex report.tex report_two_column.tex
Log Message:
. Added a first line to these files containing the specification of the
placeholder characters and the other special characters used for dynamic
content as a tab delimited list.
Index: article.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/article.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** article.tex 22 Dec 2002 03:01:06 -0000 1.2
--- article.tex 23 Dec 2002 02:07:42 -0000 1.3
***************
*** 1,5 ****
! % File: ¡expand("%:p:t")¡
! % Created: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
! % Last Change: Sat Dec 14 02:00 AM 2002 PST
%
\documentclass[a4paper]{article}
--- 1,6 ----
! <+ +> !comp! !exe!
! % File: !comp!expand("%:p:t")!comp!
! % Created: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
! % Last Change: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
%
\documentclass[a4paper]{article}
Index: report.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/report.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** report.tex 22 Dec 2002 03:01:07 -0000 1.2
--- report.tex 23 Dec 2002 02:07:42 -0000 1.3
***************
*** 1,5 ****
% File: ¡expand("%")¡
% Created: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
! % Last Change: Sat Dec 14 02:00 AM 2002 PST
%
\documentclass[a4paper]{report}
--- 1,6 ----
+ <+ +> !comp! !exe!
% File: ¡expand("%")¡
% Created: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
! % Last Change: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
%
\documentclass[a4paper]{report}
Index: report_two_column.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/report_two_column.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** report_two_column.tex 22 Dec 2002 03:01:07 -0000 1.2
--- report_two_column.tex 23 Dec 2002 02:07:42 -0000 1.3
***************
*** 1,5 ****
% File: ¡expand("%:p:t")¡
% Created: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
! % Last Change: Sat Dec 14 02:00 AM 2002 PST
%
\documentclass[a4paper,twocolumn]{report}
--- 1,6 ----
+ <+ +> !comp! !exe!
% File: ¡expand("%:p:t")¡
% Created: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
! % Last Change: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
%
\documentclass[a4paper,twocolumn]{report}
|