Lines Matching full:foo*

45 % manual foo.texi, however, you can get away with this:
46 % tex foo.texi
47 % texindex foo.??
48 % tex foo.texi
49 % tex foo.texi
50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
87 \let\ptexfootnote=\footnote
287 \newbox\footlinebox
300 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
340 \ifdim\ht\footlinebox > 0pt
341 % Only leave this space if the footline is nonempty.
345 \unvbox\footlinebox
379 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
422 % @end itemize @c foo
452 % \parseargdef\foo{...}
454 % \def\foo{\parsearg\Xfoo}
457 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
491 % \envdef\foo{...}
511 % ... but they get defined via ``\envdef\foo{...}'':
538 % @end foo executes the definition of \Efoo.
1469 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1572 % Fonts for indices, footnotes, small examples (9pt).
1697 % Fonts for indices, footnotes, small examples (9pt).
2372 % because the headline and footline are only empty inside the group.
2439 %%% Set up page headings and footings.
2445 \newtoks\evenfootline % footline on even pages
2446 \newtoks\oddfootline % footline on odd pages
2451 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
2485 % Leave some space for the footline. Hopefully ok to assume
2643 % Do this with kerns and \unhbox so that if there is a footnote in
3008 % Check for saved footnotes, etc.
3249 % @value{foo} gets the text saved in variable foo.
3260 % we're called from @code, as @code{@value{foo-bar_}}, though.
3328 % \newindex {foo} defines an index named foo.
3329 % It automatically defines \fooindex such that
3330 % \fooindex ...rest of line... puts an entry in the index foo.
3331 % It also defines \fooindfile to be the number of the output channel for
3332 % the file that accumulates this index. The file's extension is foo.
3345 % @defindex foo == \newindex{foo}
3363 % @synindex foo bar makes index foo feed into index bar.
3364 % Do this instead of @defindex foo if you don't want it as a separate index.
3366 % @syncodeindex foo bar similar, but put all entries made for index foo
3372 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
3383 % redefine \fooindfile:
3386 % redefine \fooindex:
3390 % Define \doindex, the driver for all \fooindex macros.
3391 % Argument #1 is generated by the calling \fooindex macro,
3392 % and it is "foo", the name of the index.
3695 % Workhorse for all \fooindexes.
4244 % page headings and footings can use it. @section does likewise.
5038 % @foo ... @end foo.
5260 % We often define two environments, @foo and @smallfoo.
5659 % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}.
5832 % If we encounter &foo, then turn on ()-hacking afterwards
6017 % It maps \foo\ => \csname macarg.foo\endcsname => #N
6224 % @node foo , bar , ...
6595 % including footnotes.
6597 \newcount \footnoteno
6604 \def\supereject{\par\penalty -20000\footnoteno =0 }
6606 % @footnotestyle is meaningful for info output only.
6607 \let\footnotestyle=\comment
6611 % Auto-number footnotes. Otherwise like plain.
6612 \gdef\footnote{%
6615 \global\advance\footnoteno by \@ne
6616 \edef\thisfootno{$^{\the\footnoteno}$}%
6618 % In case the footnote comes at the end of a sentence, preserve the
6619 % extra spacing after we do the footnote number.
6623 % Remove inadvertent blank space before typesetting the footnote number.
6630 % footnote text as a parameter. Our footnotes don't need to be so general.
6633 % \parseargline) fails inside footnotes because the tokens are fixed when
6634 % the footnote is read. --karl, 16nov96.
6637 \insert\footins\bgroup
6639 % footnote reference occurs in (for example) a display environment.
6643 \splittopskip\ht\strutbox % top baseline for broken footnotes
6654 % Because we use hanging indentation in footnotes, a @noindent appears
6656 % hanging indentation so @noindent can still be needed within footnote
6660 % Hang the footnote text off the number. Use \everypar in case the
6661 % footnote extends for more than one paragraph.
6665 % Don't crash into the line above the footnote text. Since this
6667 % provide a place where TeX can split the footnote.
6668 \footstrut
6673 % In case a @footnote appears in a vbox, save the footnote text and create
6676 % Similarily, if a @footnote appears inside an alignment, save the footnote
6692 % This \insert replacement works for both \insert\footins{foo} and
6693 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
6730 \newsaveins\footins
6830 % don't lose footnotes inside @float.
6885 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
6886 % @float Foo,lbl & no caption: Foo 1.1
6887 % @float Foo & @caption{Cap}: Foo: Cap
6888 % @float Foo & no caption: Foo
7035 % if the user said @listoffloats foo but never @float foo.
7461 % Say @foo, not \foo, in error messages.