diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-18 00:15:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-18 00:15:55 +0000 |
commit | 9ea95092c2e062767ff36b7a4842d0465f30d695 (patch) | |
tree | 29deadc831d93e6e723478b9e75a14aca0796e5d /Master/texmf-dist/tex/latex/lineno/vplref.sty | |
parent | 022ecad12921815d7836230953b959498fab9d77 (diff) |
lineno with fnlineno (16feb11)
git-svn-id: svn://tug.org/texlive/trunk@21442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lineno/vplref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lineno/vplref.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/lineno/vplref.sty b/Master/texmf-dist/tex/latex/lineno/vplref.sty index 51dd815bd48..d3b0697f131 100644 --- a/Master/texmf-dist/tex/latex/lineno/vplref.sty +++ b/Master/texmf-dist/tex/latex/lineno/vplref.sty @@ -1,7 +1,7 @@ %% `vplref.sty' %% -- extended line number referencing with lineno.sty. -\def\filedate{2005/04/25} \def\fileversion{0.2} +\def\filedate{2005/04/25} \def\fileversion{0.2a} %% Copyright (C) 2004, 2005 Uwe Lueck, %% http://contact-ednotes.sty.de.vu --author-maintained @@ -38,7 +38,8 @@ %% IMPLEMENTATION: \NeedsTeXFormat{LaTeX2e}[1994/12/01] %% \Declare...* -\ProvidesPackage{vplref}[\filedate\space v\fileversion] +\ProvidesPackage{vplref}[\filedate\space v\fileversion \space + page-line cross-refs] %% UL 2011/02/13 \AtBeginDocument{\RequirePackage{lineno,varioref}} @@ -69,4 +70,5 @@ v0.1 2004/10/19 First, sent to Sergei Mariev. v0.11 2004/10/19 Fit to recent varioref version; sent to Sergei. v0.2 2005/04/25 \Require... \AtBeginDocument. +v0.2a 2011/02/13 add. caption to \ProvidesPackage |