diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf | bin | 239248 -> 239495 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/verbatimbox/verbatimbox.sty | 8 |
3 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf Binary files differindex db4a3fd64a3..7909584cbbd 100644 --- a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf +++ b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf diff --git a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex index 60a97445749..c7679ea0d19 100644 --- a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex +++ b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex @@ -1,5 +1,5 @@ \documentclass{article} -\def\version{3.1} +\def\version{3.11} % Copyright 2013 Steven B. Segletes % % This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/verbatimbox/verbatimbox.sty b/Master/texmf-dist/tex/latex/verbatimbox/verbatimbox.sty index 66aed9d85fc..4c314a2f218 100644 --- a/Master/texmf-dist/tex/latex/verbatimbox/verbatimbox.sty +++ b/Master/texmf-dist/tex/latex/verbatimbox/verbatimbox.sty @@ -1,5 +1,5 @@ \ProvidesPackage{verbatimbox} - [2013/06/06 v3.1 + [2014/01/30 v3.11 Routines for placing verbatim text into boxes, useful in places where the verbatim environment is inaccessible. Secondarily, for adding vertical buffer around an object.] @@ -36,9 +36,11 @@ vertical buffer around an object.] % of optional argument to \addvbuffer % -Added verbnobox environment and \verbfilenobox macro % -Improved documentation showing line-specific optional arguments +% 3.11 -Eliminated the use of the stringstrings package, which resets +% the definition of \| \NeedsTeXFormat{LaTeX2e} \@ifundefined{verbatim@processline}{\RequirePackage{verbatim}}{} -\usepackage{stringstrings} +\usepackage{readarray} % Following 3 lines thanks to Prof. Enrico Gregorio, from: % http://tex.stackexchange.com/questions/42318/ @@ -190,7 +192,7 @@ vertical buffer around an object.] \global\newlength\boxtop@sep \global\newlength\boxbottom@sep \newcommand\addvbuffer[2][\the\boxtopsep\ \the\boxbottomsep]{% - \getargs{#1}% + \getargsC{#1}% \setlength\boxtop@sep{\argi}% \if1\narg\setlength\boxbottom@sep{\argi}\else% \setlength\boxbottom@sep{\argii}\fi% |