diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-02 21:38:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-02 21:38:53 +0000 |
commit | 956ce7e9c9e390d4853493f1fd148b79e25706ea (patch) | |
tree | 681267b029c0240134b23dcb3e4cfba9ca7c8445 /Master | |
parent | bfe8caea14d3577aef252fe0e78c5951b6d95236 (diff) |
newverbs (2sep20)
git-svn-id: svn://tug.org/texlive/trunk@56247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/newverbs/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/newverbs/newverbs.pdf | bin | 220993 -> 221177 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/newverbs/newverbs.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newverbs/newverbs.sty | 7 |
4 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/newverbs/README b/Master/texmf-dist/doc/latex/newverbs/README index 3012c3c67d9..09968f85849 100644 --- a/Master/texmf-dist/doc/latex/newverbs/README +++ b/Master/texmf-dist/doc/latex/newverbs/README @@ -1,7 +1,7 @@ The 'newverbs' LaTeX package ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Copyright (c) 2010-2019 by Martin Scharrer <martin@scharrer-online.de> -Code repository: https://bitbucket.org/martin_scharrer/newverbs +Copyright (c) 2010-2020 by Martin Scharrer <martin@scharrer-online.de> +Code repository: https://sourceforge.net/projects/newfloat/ This package allows the definition of \verb variants which add TeX code before and after the verbatim text (e.g. quotes or \fbox{}). When used together with diff --git a/Master/texmf-dist/doc/latex/newverbs/newverbs.pdf b/Master/texmf-dist/doc/latex/newverbs/newverbs.pdf Binary files differindex 017a5c7ef61..6d914fab80c 100644 --- a/Master/texmf-dist/doc/latex/newverbs/newverbs.pdf +++ b/Master/texmf-dist/doc/latex/newverbs/newverbs.pdf diff --git a/Master/texmf-dist/source/latex/newverbs/newverbs.dtx b/Master/texmf-dist/source/latex/newverbs/newverbs.dtx index f2a79d35fde..efc74a3981e 100644 --- a/Master/texmf-dist/source/latex/newverbs/newverbs.dtx +++ b/Master/texmf-dist/source/latex/newverbs/newverbs.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment %<=*COPYRIGHT> -%% Copyright (C) 2012-2019 by Martin Scharrer <martin@scharrer-online.de> +%% Copyright (C) 2012-2020 by Martin Scharrer <martin@scharrer-online.de> %% -------------------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -23,10 +23,10 @@ %<*driver> \ProvidesFile{newverbs.dtx}[% %<=*DATE> - 2019/09/09 + 2010/09/02 %<=/DATE> %<=*VERSION> - v1.4 + v1.5 %<=/VERSION> newverbs DTX file] \documentclass{ydoc} @@ -44,7 +44,7 @@ %</driver> % \fi % -% \CheckSum{458} +% \CheckSum{465} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -69,6 +69,7 @@ % \changes{v1.2a}{2011/03/19}{Removed spurious spaces.} % \changes{v1.3}{2011/07/24}{Added macros to collect verbatim arguments.} % \changes{v1.4}{2019/09/09}{Added several suggested changes.} +% \changes{v1.5}{2020/09/02}{Added support for mathmode.} % % \DoNotIndex{\newcommand,\newenvironment,\providecommand} % @@ -294,6 +295,7 @@ \let\newverbs@end\@empty \def\new@@verbcommand#1#2[#3]#4#5{% #1*#2{% + \relax\ifmmode\hbox\else\leavevmode\null\fi \bgroup \newverbcommand@settings \ifx\newverbs@end\@empty diff --git a/Master/texmf-dist/tex/latex/newverbs/newverbs.sty b/Master/texmf-dist/tex/latex/newverbs/newverbs.sty index edb060136a6..616ddb50466 100644 --- a/Master/texmf-dist/tex/latex/newverbs/newverbs.sty +++ b/Master/texmf-dist/tex/latex/newverbs/newverbs.sty @@ -20,7 +20,7 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -%% Copyright (C) 2012-2019 by Martin Scharrer <martin@scharrer-online.de> +%% Copyright (C) 2012-2020 by Martin Scharrer <martin@scharrer-online.de> %% -------------------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -37,8 +37,8 @@ %% This work consists of the files newverbs.dtx and newverbs.ins %% and the derived file newverbs.sty. \ProvidesPackage{newverbs}[% - 2019/09/09 - v1.4 + 2010/09/02 + v1.5 Define new 'verb' commands and short verb. characters] \newcommand*\newverbcommand{\new@verbcommand\newcommand} \newcommand*\renewverbcommand{\new@verbcommand\renewcommand} @@ -51,6 +51,7 @@ \let\newverbs@end\@empty \def\new@@verbcommand#1#2[#3]#4#5{% #1*#2{% + \relax\ifmmode\hbox\else\leavevmode\null\fi \bgroup \newverbcommand@settings \ifx\newverbs@end\@empty |