From 55bbd0a3dd6e4f70a9cae6283e0e84b2aba02989 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 6 Feb 2014 23:27:43 +0000 Subject: verbatimbox (4feb14) git-svn-id: svn://tug.org/texlive/trunk@32894 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/verbatimbox/verbatimbox.pdf | Bin 239248 -> 239495 bytes .../doc/latex/verbatimbox/verbatimbox.tex | 2 +- .../tex/latex/verbatimbox/verbatimbox.sty | 8 +++++--- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf index db4a3fd64a3..7909584cbbd 100644 Binary files a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf and b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf differ 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% -- cgit v1.2.3