diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-moreverb.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-moreverb.sty | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-moreverb.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-moreverb.sty new file mode 100644 index 00000000000..8816b81c49a --- /dev/null +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-moreverb.sty @@ -0,0 +1,93 @@ +%% +%% This is file `lwarp-moreverb.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lwarp.dtx (with options: `moreverb') +%% This is a generated file. +%% Copyright 2016-2017 Brian Dunn +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +\begin{warpHTML} +\LWR@ProvidesPackagePass{moreverb} +\BeforeBeginEnvironment{verbatimtab}{% +\LWR@forcenewpage +\LWR@atbeginverbatim{Verbatim}\unskip\LWR@origvspace*{-\baselineskip}% +} +\AfterEndEnvironment{verbatimtab}{% +\LWR@afterendverbatim% +} + +\LetLtxMacro\LWRMV@orig@verbatimtabinput\@verbatimtabinput + +\renewcommand{\@verbatimtabinput}[2][]{% +\LWR@forcenewpage +\LWR@atbeginverbatim{Verbatim}\unskip\LWR@origvspace*{-\baselineskip}% +\LWRMV@orig@verbatimtabinput[#1]{#2}% +\LWR@afterendverbatim% +} + +\BeforeBeginEnvironment{listing}{% +\LWR@forcenewpage +\LWR@atbeginverbatim{programlisting}\unskip\LWR@origvspace*{-\baselineskip}% +} + +\AfterEndEnvironment{listing}{% +\LWR@afterendverbatim% +} + +\BeforeBeginEnvironment{listingcont}{% +\LWR@forcenewpage +\LWR@atbeginverbatim{programlisting}\unskip\LWR@origvspace*{-\baselineskip}% +} + +\AfterEndEnvironment{listingcont}{% +\LWR@afterendverbatim% +} + +\renewcommand{\listinglabel}[1]{\InlineClass{listinglabel}{\the#1}} + +\def\thelisting@line{% +\@tempcnta=\listing@line% +\divide\@tempcnta\listing@step \multiply\@tempcnta\listing@step% +\ifnum\listing@line=\@ne% +\listinglabel\listing@line% +\else% +\ifnum\@tempcnta=\listing@line% +\listinglabel\listing@line% +\else% +\InlineClass{listinglabel}{}% +\fi% +\fi} + +\LetLtxMacro\LWRMV@@listinginput\@listinginput + +\renewcommand{\@listinginput}[3][]{ +\LWR@forcenewpage +\LWR@atbeginverbatim{programlisting}\unskip\LWR@origvspace*{-\baselineskip}% +\LWRMV@@listinginput[#1]{#2}{#3} +\LWR@afterendverbatim% +} + +\renewenvironment*{boxedverbatim} +{ +\LWR@forcenewpage +\LWR@atbeginverbatim{boxedverbatim}\unskip\LWR@origvspace*{-\baselineskip}% +\verbatim% +} +{ +\endverbatim% +\LWR@afterendverbatim% +} + +\end{warpHTML} +\endinput +%% +%% End of file `lwarp-moreverb.sty'. |