# The translation file for XML->HTML literate programs {$newsection=0;""}. ^^.
"<TITLE>".^^."".'

'.{$title}."

\n" '

'.^^."

\n"
"$author on $date" '

Version '.^^.'

'
'

'.^^.'

'
{ use POSIX qw(strftime); $now_string = strftime "%e %b %Y", localtime; main::output($now_string); } include basic.html include NumberedSections.html '

Table of Contents

'. ''. {for ($i=1; $i<@main::sectiontitles; $i++) { $indent = ""; if ($main::sectiontitles[$i]=~/^[0-9]+\.[0-9]+/) { $indent=" "x4; } if ($indent eq "") { main::gen_toc_line($i,''. "\n"); } else { main::gen_toc_line($i,''."\n"); } }}. ^^. "
'.$indent. ' '. '
 '.$indent. ''. '

 

"



.^^. .^^. :' NAME="@"'. ?:' HREF="@"'. > .^^.
.^^.
  • .^^.
  • '
      '.^^.'
    '
    '
  • '.^^.'
  • '
    '
      '.^^.'
    '
    '
  • '.^^.'
  • '
    '
    '    .^^.       '
    '
    ''.^^.'' ''.^^ ''. ^^. '

     

    '
    ''.^^.'' ''.^^.'' ''.^^.'' ''.^^.'' # macrocall is used to flag a call on a macro name from within a macro scrap. # attributes are: # chunk The macro chunk number # We save the chunk number up for later printout at the end of the element. # '<'. ^^." ".{$chunk}.">" # file is used to markup a file definition # attributes are: # name The name of the file # chunk The macro chunk number # { $lastfilename=""; if (defined($filename)) {$lastfilename=$filename}; $filename=@; if ($lastfilename eq $filename) { $hrule=""; } else { $hrule=""; } "" }. '". '$hrule

    ".
        '"'.$filename.'" '.@." =".
        ^^.
        '

    ' '
    '.^^.'
    '
    ''.^^.'<>
    ' { $lastmacroname=""; if (defined($macroname)) {$lastmacroname=$macroname}; $macroname=@; if (!$newsection && $lastmacroname eq $macroname) { $hrule=""; } else { $hrule=""; } my($i)=1; while (defined($$rattr{"parm$i"})) { my($parm) = $$rattr{"parm$i"}; $macroname =~ s/#$i/<$parm#$i>/; ++$i; } }. '$hrule

    ".
        "<".$macroname." ".@."> =".
        ^^.
        '

    ' "{".^^."}" # # stuff to do identifier cross referencing #