Lines Matching full:foo*
156 # Ignore @end foo, where foo is not an operation which may
348 $chapters{FOOTNOTES} .= "=back\n" if exists $chapters{FOOTNOTES};
369 # @value{foo} is replaced by whatever 'foo' is defined as.
426 # Extract footnotes. This has to be done after all other
428 # inside @footnote.
429 while (/\@footnote/g) {
430 s/\@footnote\{([^\}]+)\}/[$fnno]/;
454 unless (exists $chapters{FOOTNOTES}) {
455 $chapters{FOOTNOTES} = "\n=over 4\n\n";
458 $chapters{FOOTNOTES} .= "=item $fnno.\n\n"; $fnno++;
459 $chapters{FOOTNOTES} .= $_[0];
460 $chapters{FOOTNOTES} .= "\n\n";