Commit 22b519d5 by Karl Berry

Untabify.

From-SVN: r12875
parent 0edd547e
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
% This automatically updates the version number based on RCS. % This automatically updates the version number based on RCS.
\def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}} \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
\deftexinfoversion$Revision: 2.183 $ \deftexinfoversion$Revision: 2.185 $
\message{Loading texinfo package [Version \texinfoversion]:} \message{Loading texinfo package [Version \texinfoversion]:}
% If in a .fmt file, print the version number % If in a .fmt file, print the version number
...@@ -104,10 +104,9 @@ ...@@ -104,10 +104,9 @@
\hyphenation{eshell} \hyphenation{eshell}
% Margin to add to right of even pages, to left of odd pages. % Margin to add to right of even pages, to left of odd pages.
\newdimen \bindingoffset \bindingoffset=0pt \newdimen \bindingoffset
\newdimen \normaloffset \normaloffset=\hoffset \newdimen \normaloffset
\newdimen\pagewidth \newdimen\pageheight \newdimen\pagewidth \newdimen\pageheight
\pagewidth=\hsize \pageheight=\vsize
% Sometimes it is convenient to have everything in the transcript file % Sometimes it is convenient to have everything in the transcript file
% and nothing on the terminal. We don't just call \tracingall here, % and nothing on the terminal. We don't just call \tracingall here,
...@@ -4504,6 +4503,11 @@ width0pt\relax} \fi ...@@ -4504,6 +4503,11 @@ width0pt\relax} \fi
\global\pageheight=\vsize \global\pageheight=\vsize
} }
\bindingoffset=0pt
\normaloffset=\hoffset
\pagewidth=\hsize
\pageheight=\vsize
% Allow control of the text dimensions. Parameters in order: textheight; % Allow control of the text dimensions. Parameters in order: textheight;
% textwidth; voffset; hoffset; binding offset; topskip. % textwidth; voffset; hoffset; binding offset; topskip.
% All require a dimension; % All require a dimension;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment