mirror of
https://github.com/mirror/make.git
synced 2025-04-01 07:00:39 +08:00
* texinfo.tex (\dots, \enddots): Missing \leavevmode.
Report from: Thomas Esken <esken@nmlab.informatik.fh-dortmund.de> Date: Tue, 23 Jun 1998 14:22:27 +0200 (MET DST)
This commit is contained in:
parent
54727192c0
commit
f106953139
18
texinfo.tex
18
texinfo.tex
@ -100,7 +100,7 @@
|
|||||||
\ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
|
\ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
|
||||||
\ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
|
\ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
|
||||||
\ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
|
\ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
|
||||||
\ifx\putwordInfo\undefined \gdef\putwordfile{Info}\fi
|
\ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
|
||||||
\ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
|
\ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
|
||||||
\ifx\putwordon\undefined \gdef\putwordon{on}\fi
|
\ifx\putwordon\undefined \gdef\putwordon{on}\fi
|
||||||
\ifx\putwordpage\undefined \gdef\putwordpage{page}\fi
|
\ifx\putwordpage\undefined \gdef\putwordpage{page}\fi
|
||||||
@ -598,15 +598,19 @@ where each line of input produces a line of output.}
|
|||||||
% We do .5em per period so that it has the same spacing in a typewriter
|
% We do .5em per period so that it has the same spacing in a typewriter
|
||||||
% font as three actual period characters.
|
% font as three actual period characters.
|
||||||
%
|
%
|
||||||
\def\dots{\hbox to 1.5em{%
|
\def\dots{%
|
||||||
\hskip 0pt plus 0.25fil minus 0.25fil
|
\leavevmode
|
||||||
.\hss.\hss.%
|
\hbox to 1.5em{%
|
||||||
\hskip 0pt plus 0.5fil minus 0.5fil
|
\hskip 0pt plus 0.25fil minus 0.25fil
|
||||||
}}
|
.\hss.\hss.%
|
||||||
|
\hskip 0pt plus 0.5fil minus 0.5fil
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
|
||||||
% @enddots{} is an end-of-sentence ellipsis.
|
% @enddots{} is an end-of-sentence ellipsis.
|
||||||
%
|
%
|
||||||
\def\enddots{%
|
\def\enddots{%
|
||||||
|
\leavevmode
|
||||||
\hbox to 2em{%
|
\hbox to 2em{%
|
||||||
\hskip 0pt plus 0.25fil minus 0.25fil
|
\hskip 0pt plus 0.25fil minus 0.25fil
|
||||||
.\hss.\hss.\hss.%
|
.\hss.\hss.\hss.%
|
||||||
@ -617,7 +621,7 @@ where each line of input produces a line of output.}
|
|||||||
|
|
||||||
|
|
||||||
% @page forces the start of a new page
|
% @page forces the start of a new page
|
||||||
|
%
|
||||||
\def\page{\par\vfill\supereject}
|
\def\page{\par\vfill\supereject}
|
||||||
|
|
||||||
% @exdent text....
|
% @exdent text....
|
||||||
|
Loading…
Reference in New Issue
Block a user