diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-16 21:53:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-16 21:53:42 +0000 |
commit | 211d2a1b3f4775c8a6d9db34655eda9e9f0542de (patch) | |
tree | 5c1a21592aca3812517b7f7c47e162f4f641f629 /Master/texmf-dist/tex/latex/vertbars/vertbars.sty | |
parent | 8660b75c72121d1ba0b1c8d5af74a0b181e02eec (diff) |
vertbars (16dec18)
git-svn-id: svn://tug.org/texlive/trunk@49429 c570f23f-e606-0410-a88d-b1316a301751
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 } |