DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T t

⟦7ac7d6bc9⟧ TextFile

    Length: 1898 (0x76a)
    Types: TextFile
    Names: »ts-verb.tip«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/doc/ts-verb.tip« 

TextFile

% This macro source file is from the four volume series
% "TeX in Practice" by Stephan v. Bechtolsheim, published
% 1990 by the Springer-Verlay, New York.
% Copyright 1990 Stephan v. Bechtolsheim.
% No warranty or liability is assumed.
% This macro may be copied freely if no fees other than
% media cost or shipping charges are charged and as long
% as this copyright and the following source code itself
% is not changed.
%
% Version 1.0
% Date: May 11, 1990
%
% This source code is documented in ?? ?? ??
\InputD{verbdisp.tip}
\InputD{verb-mac.tip}
\InputD{verb.tip}
\InputD{verbwr.tip}
\InputD{vwrt-mac.tip}
\InputD{defauarg.tip}
\InputD{compst.tip}
\InputD{testsubs.tip}
\InputD{freespac.tip}
\InputD{fexist.tip}
\catcode`\@ = 11
\def\verb{\Verb}
\VerbLineNumtrue
\VerbatimTab = 4
\VskipVEnv = 5pt
\newskip\VskipBookVerb
\VskipBookVerb = 5pt plus 2pt minus 1pt
\def\VerbatimFont{\small\tt}%
\def\ListVerbBook #1{%
    \par
    \medskip
    \ComputeFreeSpaceOnPage
    \ifdim\FreePageSpace < 60pt
	\wlog{\string\ListVerbBook: BEFORE forced page break.}% 
	\vskip 1.0in \vskip -1.0in
	\wlog{\string\ListVerbBook: AFTER forced page break.}% 
    \fi
    \def\ListAsFileName{#1}% 
    \def\LabelName{code-#1}% 
    \if\SubStringConditional{#1}{.flf}% 
	\def\ListAsFileName ##1.flf{\def\ListAsFileName{##1.log}}
	\ListAsFileName #1% 
	\def\LabelName{}%
    \fi
    \if\StringsEqualConditional{#1}{\jobname.ver}
	\def\ListAsFileName{}%
	\def\LabelName{}%
    \fi
    \if\StringsEqualConditional{#1}{verbwr-ex.ver}
	\def\LabelName{}% 
    \fi
    \if\EmptyStringConditional{\LabelName} \else \Label{code-#1} \fi
    \if\EmptyStringConditional{\ListAsFileName} \else
	\centerline{$\bullet$\space
		    \tt\ListAsFileName\space
		    $\bullet$}
    \fi
    \@btex
    \@StartVerbatim{1}% 
    \wlog{[\string\ListVerbBook:}
    \input #1
    \message{]}
    \@DoneVerbatim
    \@etex
}
\catcode`\@ = 12