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
285 \newbox\footlinebox
298 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
334 \ifdim\ht\footlinebox > 0pt
335 % Only leave this space if the footline is nonempty.
339 \unvbox\footlinebox
373 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
416 % @end itemize @c foo
447 % \parseargdef\foo{...}
449 % \def\foo{\parsearg\Xfoo}
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
486 % \envdef\foo{...}
506 % ... but they get defined via ``\envdef\foo{...}'':
533 % @end foo executes the definition of \Efoo.
1395 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1491 % Fonts for indices, footnotes, small examples (9pt).
2090 % because the headline and footline are only empty inside the group.
2157 %%% Set up page headings and footings.
2163 \newtoks\evenfootline % footline on even pages
2164 \newtoks\oddfootline % footline on odd pages
2169 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
2203 % Leave some space for the footline. Hopefully ok to assume
2361 % Do this with kerns and \unhbox so that if there is a footnote in
2726 % Check for saved footnotes, etc.
2961 % @value{foo} gets the text saved in variable foo.
2972 % we're called from @code, as @code{@value{foo-bar_}}, though.
3040 % \newindex {foo} defines an index named foo.
3041 % It automatically defines \fooindex such that
3042 % \fooindex ...rest of line... puts an entry in the index foo.
3043 % It also defines \fooindfile to be the number of the output channel for
3044 % the file that accumulates this index. The file's extension is foo.
3057 % @defindex foo == \newindex{foo}
3075 % @synindex foo bar makes index foo feed into index bar.
3076 % Do this instead of @defindex foo if you don't want it as a separate index.
3078 % @syncodeindex foo bar similar, but put all entries made for index foo
3084 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
3095 % redefine \fooindfile:
3098 % redefine \fooindex:
3102 % Define \doindex, the driver for all \fooindex macros.
3103 % Argument #1 is generated by the calling \fooindex macro,
3104 % and it is "foo", the name of the index.
3388 % Workhorse for all \fooindexes.
3938 % page headings and footings can use it. @section does likewise.
4699 % @foo ... @end foo.
4919 % We often define two environments, @foo and @smallfoo.
5280 % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}.
5453 % If we encounter &foo, then turn on ()-hacking afterwards
5628 % It maps \foo\ => \csname macarg.foo\endcsname => #N
5856 % @node foo , bar , ...
6223 % including footnotes.
6225 \newcount \footnoteno
6232 \def\supereject{\par\penalty -20000\footnoteno =0 }
6234 % @footnotestyle is meaningful for info output only.
6235 \let\footnotestyle=\comment
6239 % Auto-number footnotes. Otherwise like plain.
6240 \gdef\footnote{%
6243 \global\advance\footnoteno by \@ne
6244 \edef\thisfootno{$^{\the\footnoteno}$}%
6246 % In case the footnote comes at the end of a sentence, preserve the
6247 % extra spacing after we do the footnote number.
6251 % Remove inadvertent blank space before typesetting the footnote number.
6258 % footnote text as a parameter. Our footnotes don't need to be so general.
6261 % \parseargline) fails inside footnotes because the tokens are fixed when
6262 % the footnote is read. --karl, 16nov96.
6265 \insert\footins\bgroup
6267 % footnote reference occurs in (for example) a display environment.
6271 \splittopskip\ht\strutbox % top baseline for broken footnotes
6282 % Because we use hanging indentation in footnotes, a @noindent appears
6284 % hanging indentation so @noindent can still be needed within footnote
6288 % Hang the footnote text off the number. Use \everypar in case the
6289 % footnote extends for more than one paragraph.
6293 % Don't crash into the line above the footnote text. Since this
6295 % provide a place where TeX can split the footnote.
6296 \footstrut
6301 % In case a @footnote appears in a vbox, save the footnote text and create
6304 % Similarily, if a @footnote appears inside an alignment, save the footnote
6320 % This \insert replacement works for both \insert\footins{foo} and
6321 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
6358 \newsaveins\footins
6458 % don't lose footnotes inside @float.
6513 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
6514 % @float Foo,lbl & no caption: Foo 1.1
6515 % @float Foo & @caption{Cap}: Foo: Cap
6516 % @float Foo & no caption: Foo
6661 % if the user said @listoffloats foo but never @float foo.
7065 % Say @foo, not \foo, in error messages.