Hi,
I would like to know if it is possible to update automagically the
header of a latex file as the following one.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% file.tex ---
%% Author : First Name
%% Created On : Mon Feb 24 03:00 PM 2006 C
%% Last Modified By: Friend of First Name
%% Last Modified On: Tue Feb 29 15:28:45 CET 2007
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I think the header was generated by emacs.
thank you.
You should post to the main Vim list, as this is a Vim question and not
a vim-latex question. I'm guessing that some of the Vim-experts will
have a method (that applies more broadly than to just TeX files).
That being said, revision control systems as old as RCS can look for
keywords within your files and update them on check-ins. For example:
$Revision: 1.10 $
will get updated automatically by RCS.
--Ted
davide wrote:
> Hi, I would like to know if it is possible to update automagically
> the header of a latex file as the following one.
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*-
> %%%%%%%%%%%%%%%%%%%%%%%%%%%% %% file.tex --- %% Author :
> First Name %% Created On : Mon Feb 24 03:00 PM 2006 C %% Last
> Modified By: Friend of First Name %% Last Modified On: Tue Feb 29
> 15:28:45 CET 2007
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
>
>
> I think the header was generated by emacs.
>
> thank you.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft Defy all challenges.
> Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________ Vim-latex-devel
> mailing list Vim...@li...
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
>
--
Ted Pavlic <te...@te...>
On Wed, Feb 20, 2008 at 3:19 PM, Ted Pavlic <te...@te...> wrote:
> You should post to the main Vim list, as this is a Vim question and not
> a vim-latex question. I'm guessing that some of the Vim-experts will
> have a method (that applies more broadly than to just TeX files).
Ok, thank you very much.
I'll repost in the main Vim list.
From: Daniele A. <d.a...@gm...> - 2008-02-21 13:09:05
I believe the following link may help
http://www.vim.org/scripts/script.php?script_id=1172
Best wishes.
Daniele
On Thu, Feb 21, 2008 at 12:57 PM, davide <lis...@gm...> wrote:
> On Wed, Feb 20, 2008 at 3:19 PM, Ted Pavlic <te...@te...> wrote:
> > You should post to the main Vim list, as this is a Vim question and not
> > a vim-latex question. I'm guessing that some of the Vim-experts will
> > have a method (that applies more broadly than to just TeX files).
>
> Ok, thank you very much.
>
> I'll repost in the main Vim list.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Vim-latex-devel mailing list
> Vim...@li...
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
>