% This macro source file is from the four volume series
% "TeX in Practice" by Stephan von Bechtolsheim, published
% 1993 by Springer-Verlag, New York.
% Copyright 1993 Stephan von 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. Please see the series for further information.
%
% Version: 1.0
% Date: May 1, 1993
%
%
% This source code is documented in 4.7, p. I-116.
% Original source in file "reg2.TEX", starting line 1773.
\wlog{L: "dumppars.tip" ["reg2.TEX," l. 1773, p. I-116]}%
% This file DOES belong to format "texip."
\def\DumpOneReg #1{%
   \wlog{Parameter "\string#1", value = \the#1}%
}
\def\DumpAllRegs{%
   \wlog{\string\DumpAllRegs: Counter parameters first.}%
   \DumpOneReg{\time}%
   \DumpOneReg{\day}%
   \DumpOneReg{\month}%
   \DumpOneReg{\year}%
   \DumpOneReg{\pretolerance}%
   \DumpOneReg{\tolerance}%
   \DumpOneReg{\doublehyphendemerits}%
   \DumpOneReg{\finalhyphendemerits}%
   \DumpOneReg{\adjdemerits}%
   \DumpOneReg{\linepenalty}%
   \DumpOneReg{\looseness}%
   \DumpOneReg{\linepenalty}%
   \DumpOneReg{\hyphenpenalty}%
   \DumpOneReg{\exhyphenpenalty}%
   \DumpOneReg{\binoppenalty}%
   \DumpOneReg{\relpenalty}%
   \DumpOneReg{\clubpenalty}%
   \DumpOneReg{\widowpenalty}%
   \DumpOneReg{\displaywidowpenalty}%
   \DumpOneReg{\brokenpenalty}%
   \DumpOneReg{\predisplaypenalty}%
   \DumpOneReg{\postdisplaypenalty}%
   \DumpOneReg{\interlinepenalty}%
   \DumpOneReg{\floatingpenalty}%
   \DumpOneReg{\outputpenalty}%
   \DumpOneReg{\pausing}%
   \DumpOneReg{\tracingonline}%
   \DumpOneReg{\tracinglostchars}%
   \DumpOneReg{\tracingmacros}%
   \DumpOneReg{\tracingstats}%
   \DumpOneReg{\tracingparagraphs}%
   \DumpOneReg{\tracingpages}%
   \DumpOneReg{\tracingoutput}%
   \DumpOneReg{\tracingcommands}%
   \DumpOneReg{\tracingrestores}%
   \DumpOneReg{\mag}%
   \DumpOneReg{\uchyph}%
   \DumpOneReg{\lefthyphenmin}%
   \DumpOneReg{\righthyphenmin}%
   \DumpOneReg{\defaultskewchar}%
   \DumpOneReg{\escapechar}%
   \DumpOneReg{\endlinechar}%
   \DumpOneReg{\newlinechar}%
   \DumpOneReg{\fam}%
   \DumpOneReg{\hbadness}%
   \DumpOneReg{\vbadness}%
   \DumpOneReg{\badness}%
   \DumpOneReg{\showboxdepth}%
   \DumpOneReg{\showboxbreadth}%
   \DumpOneReg{\deadcycles}%
   \DumpOneReg{\maxdeadcycles}%
   \DumpOneReg{\holdinginserts}%
   \DumpOneReg{\hangafter}%
   \DumpOneReg{\globaldefs}%
   \DumpOneReg{\delimiterfactor}%
   \DumpOneReg{\inputlineno}%
   \DumpOneReg{\language}%
   \wlog{\string\DumpAllRegs: Dimension parameters next.}%
   \DumpOneReg{\hfuzz}%
   \DumpOneReg{\vfuzz}%
   \DumpOneReg{\overfullrule}%
%   \DumpOneReg{\prevdepth}%
   \DumpOneReg{\lineskiplimit}%
   \DumpOneReg{\maxdepth}%
   \DumpOneReg{\splitmaxdepth}%
   \DumpOneReg{\boxmaxdepth}%
   \DumpOneReg{\delimitershortfall}%
   \DumpOneReg{\nulldelimiterspace}%
   \DumpOneReg{\scriptspace}%
   \DumpOneReg{\mathsurround}%
   \DumpOneReg{\predisplaysize}%
   \DumpOneReg{\displaywidth}%
   \DumpOneReg{\displayindent}%
   \DumpOneReg{\parindent}%
   \DumpOneReg{\hangindent}%
   \DumpOneReg{\hoffset}%
   \DumpOneReg{\voffset}%
   \wlog{\string\DumpAllRegs: Glue parameters last.}%
   \DumpOneReg{\baselineskip}%
   \DumpOneReg{\lineskip}%
   \DumpOneReg{\topskip}%
   \DumpOneReg{\splittopskip}%
   \DumpOneReg{\parskip}%
   \DumpOneReg{\leftskip}%
   \DumpOneReg{\rightskip}%
   \DumpOneReg{\emergencystretch}%
   \DumpOneReg{\abovedisplayskip}%
   \DumpOneReg{\abovedisplayshortskip}%
   \DumpOneReg{\belowdisplayskip}%
   \DumpOneReg{\belowdisplayshortskip}%
   \wlog{\string\DumpAllRegs: done.}%
}%