Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv21869/ftplugin/latex-suite/templates
Modified Files:
Tag: b-newimaps
article.tex report.tex report_two_column.tex
Log Message:
Changed ä to <++>
changed « to <+
changed » to +>
No other change.
I will not be posting the actual diff of this commit to the group. Just the
log. Check the web cvs if you want the diff.
Index: article.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/article.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1
*** article.tex 30 Apr 2002 00:03:25 -0000 1.1.1.1
--- article.tex 14 Dec 2002 10:59:20 -0000 1.1.1.1.4.1
***************
*** 1,8 ****
% 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]{article}
\begin{document}
! «»
\end{document}
--- 1,8 ----
% 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}
\begin{document}
! <++>
\end{document}
Index: report.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/report.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1
*** report.tex 30 Apr 2002 00:03:25 -0000 1.1.1.1
--- report.tex 14 Dec 2002 10:59:21 -0000 1.1.1.1.4.1
***************
*** 1,8 ****
% 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}
\begin{document}
! «»
\end{document}
--- 1,8 ----
% 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}
\begin{document}
! <++>
\end{document}
Index: report_two_column.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/report_two_column.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1
*** report_two_column.tex 30 Apr 2002 00:03:25 -0000 1.1.1.1
--- report_two_column.tex 14 Dec 2002 10:59:21 -0000 1.1.1.1.4.1
***************
*** 1,8 ****
% 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}
\begin{document}
! «»
\end{document}
--- 1,8 ----
% 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}
\begin{document}
! <++>
\end{document}
|