Lines Matching +refs:org +refs:insert +refs:heading

33 %   http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
92 \let\ptexinsert=\insert
220 % We want to insert a rule with the height and depth of the current
265 % we did was a \nobreak, we don't want to insert more space.
497 % It's the responsibility of \envdef to insert \begingroup before the
878 % @include file insert text of that file as input.
995 % after a section heading. If WORD is `insert', then do indent at such
1004 \def\insertword{insert}
2081 % It is available from http://www.ctan.org/tex-archive/fonts/eurosym.
2452 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
2563 % parskip, or the item text will crash with the heading. On the
2790 % @headitem starts a heading row, which we typeset in bold.
2798 % --karl, nathan@acm.org, 20apr99.
2803 \newtoks\everytab % insert after every tab.
3032 % empty), we can't just use \parsearg; we have to insert a space of our
3522 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}%
3603 % to re-insert the same penalty (values >10000 are used for various
3616 % (the whatsit from the \write), so we must insert a \nobreak.
3654 % It does not print any chapter heading (usually an @unnumbered).
3709 % We like breaks before the index initials, so insert a bonus.
4045 \newcount\absseclevel % used to calculate proper heading level
4067 % Choose a heading macro
4068 % #1 is heading type
4069 % #2 is heading level
4070 % #3 is text for heading
4083 % The heading type:
4105 % Now print the heading:
4158 % Write the actual heading.
4214 % @centerchap is like @unnumbered, but the heading is centered.
4297 % Define @majorheading, @heading and @subheading
4303 % heading is obnoxious; this forbids it.
4322 % @heading, @subheading, @subsubheading.
4323 \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{}
4330 % These macros generate a chapter, section, etc. heading only
4388 % Only insert the separating space if we have a chapter/appendix
4427 % Typeset the actual heading.
4495 % Insert space above the heading.
4498 % Only insert the space after the number if we have a section number.
4529 % Output the actual section heading.
4534 % Add extra space after the heading -- half of whatever came above it.
4549 % section headings. Otherwise, it would insert a valid breakpoint between:
4917 % start of the next paragraph will insert \parskip.
5147 % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org
5268 % @verbatiminclude FILE - insert text of file in verbatim environment.
5318 % commands also insert a nobreak penalty, and we don't want to allow
5319 % a break between a section heading and a defun.
5323 % Similarly, after a section heading, do not allow a break.
5324 % But do insert the glue.
5831 % unexpandable, insert that wherever you need a #, and then redefine
6127 % insert empty discretionaries after hyphens, which means that it will
6394 \insert\footins\bgroup
6431 % the real \insert just after the vbox finished. Otherwise, the insertion
6434 % text to a box and make the \insert when a row of the table is finished.
6435 % And the same can be done for other insert classes. --kasal, 16nov03.
6437 % Replace the \insert primitive by a cheating macro.
6442 \ifx \insert\ptexinsert
6443 \let\insert\saveinsert
6449 % This \insert replacement works for both \insert\footins{foo} and
6450 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
6510 it from ftp://tug.org/tex/epsf.tex.}
6538 % Usually we'll have text after the image which will insert
6539 % \parskip glue, so insert it here too to equalize the space
6590 % insert appears inside a float which could possibly float. --kasal, 26may04
6680 % Eventually this needs to become an \insert.
6718 % insert appears inside a float which could possibly float. --kasal, 26may04