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 b

⟦6be716075⟧ TextFile

    Length: 2792 (0xae8)
    Types: TextFile
    Names: »boxing5.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/boxing5.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{box-zero.tip}
\InputD{box-bul.tip}
\InputD{box-bb.tip}
\InputD{box-thck.tip}
\catcode`\@ = 11
\newif\ifBulletAndBaseLine
\BulletAndBaseLinetrue
\def\RulesOutSide #1#2#3{% 
    {%
	\setbox 0 = \hbox{%
	    \ifBulletAndBaseLine
		\copy\@BulletBox
	    \fi
	    \hskip -\BoxRuleThickness
	    \vrule width \BoxRuleThickness height #1 depth #2% 
	    \hskip #3%
	    \vrule width \BoxRuleThickness height #1 depth #2%
	    \dimen0 = #3% 
	    \advance \dimen0 by 2\BoxRuleThickness
	    \hskip -\dimen0
	    \dimen2 = #1%
	    \advance\dimen2 by \BoxRuleThickness
	    \vrule width \dimen0 height \dimen2 depth -#1% 
	    \hskip -\dimen0
	    \dimen2 = #2% 
	    \advance\dimen2 by \BoxRuleThickness
	    \vrule width \dimen0 height -#2 depth \dimen2
	}%
	\ZeroBoxOut{0}% 
    }% 
}
\def\RulesInSide #1#2#3{% 
    {%
	\setbox 0 = \hbox{%
	    \ifBulletAndBaseLine
		\copy\@BulletBox
	    \fi
	    \vrule width \BoxRuleThickness height #1 depth #2% 
	    \hskip #3% 
	    \hskip -\BoxRuleThickness
	    \hskip -\BoxRuleThickness
	    \vrule width \BoxRuleThickness height #1 depth #2% 
	    \hskip -#3% 
	    \dimen2 = #1% 
	    \advance\dimen2 by -\BoxRuleThickness
	    \vrule width #3 height #1 depth -\dimen2
	    \hskip -#3% 
	    \dimen2 = #2% 
	    \advance\dimen2 by -\BoxRuleThickness
	    \vrule width #3 height -\dimen2 depth #2% 
	}%
	\ZeroBoxOut{0}% 
    }% 
}
\def\RulesOnSide #1#2#3{% 
    {%
	\setbox 0 = \hbox{% 
	    \ifBulletAndBaseLine
		\copy\@BulletBox
	    \fi
	    \hskip -0.5\BoxRuleThickness
	    \vrule width \BoxRuleThickness height #1 depth #2% 
	    \hskip #3% 
	    \hskip -\BoxRuleThickness
	    \vrule width \BoxRuleThickness height #1 depth #2% 
	    \hskip -#3% 
	    \hskip -\BoxRuleThickness
	    \dimen0 = #3% 
	    \advance\dimen0 by \BoxRuleThickness
	    \dimen2 = #1% 
	    \advance\dimen2 by 0.5\BoxRuleThickness
	    \dimen4 = #1% 
	    \advance\dimen4 by -0.5\BoxRuleThickness
	    \dimen4 = -\dimen4
	    \vrule width \dimen0 height \dimen2 depth \dimen4
	    \hskip -\dimen0
	    \dimen2 = #2% 
	    \advance\dimen2 by -0.5\BoxRuleThickness
	    \dimen2 = -\dimen2
	    \dimen4 = #2% 
	    \advance\dimen4 by 0.5\BoxRuleThickness
	    \vrule width \dimen0 height \dimen2 depth \dimen4
	}%
	\ZeroBoxOut{0}% 
    }% 
}
\catcode`\@ = 12