diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/vertbars/vertbars.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/vertbars/vertbars.sty | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/vertbars/vertbars.sty b/Master/texmf-dist/tex/latex/vertbars/vertbars.sty index bb988addbf3..9b24d204964 100644 --- a/Master/texmf-dist/tex/latex/vertbars/vertbars.sty +++ b/Master/texmf-dist/tex/latex/vertbars/vertbars.sty @@ -1,9 +1,12 @@ -%% LaTeX2e file `vertbars.sty' -%% generated by the `filecontents' environment -%% from source `vertbars' on 2010/11/27. -%% +%%%%%%%%%1%%%%%%%%%2%%%%%%%%%3%%%%%%%%%4%%%%%%%%%5 +%% Bundled source file for the VERTBARS package +%%-------1---------2---------3---------4---------5 +%% Please see the accompanying README for author, +%% license, documentation and installation information +%%%%%%%%%1%%%%%%%%%2%%%%%%%%%3%%%%%%%%%4%%%%%%%%%5 + \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{vertbars}[2010/11/27 v1.0b vertical bars in the margin] +\ProvidesPackage{vertbars}[2018/12/16 v1.0c vertical bars in the margin] \newcommand{\LNenv}{runninglinenumbers} \DeclareOption{switch}{% @@ -45,11 +48,13 @@ \newcommand{\pwvbLNL}{} \newenvironment{vertbar}{% - \pagewiselinenumbers % <= added v1.0b + \par + \pagewiselinenumbers \begin{\LNenv}% \addtodef{\pwvbLNL}{}{\addtomakeLNL}% \let\LineNumber\pwvbLNL }{% \end{\LNenv}% + \par } |