2003-01-17 08:48:52 +01:00
|
|
|
$manMacro1a{'Type'} = $manMacro1a{File};
|
|
|
|
$manMacro1b{'Type'} = $manMacro1b{File};
|
|
|
|
$htmlMacro1a{'Type'} = $htmlMacro1a{File};
|
|
|
|
$htmlMacro1b{'Type'} = $htmlMacro1b{File};
|
|
|
|
$texiMacro1a{'Type'} = $texiMacro1a{File};
|
|
|
|
$texiMacro1b{'Type'} = $texiMacro1b{File};
|
|
|
|
$manMacro1a{'Func'} = $manMacro1a{Prog};
|
|
|
|
$manMacro1b{'Func'} = $manMacro1b{Prog};
|
|
|
|
$htmlMacro1a{'Func'} = $htmlMacro1a{Arg};
|
|
|
|
$htmlMacro1b{'Func'} = $htmlMacro1b{Arg};
|
|
|
|
$texiMacro1a{'Func'} = $texiMacro1a{Prog};
|
|
|
|
$texiMacro1b{'Func'} = $texiMacro1b{Prog};
|
|
|
|
$manMacro1a{'Var'} = $manMacro1a{Prog};
|
|
|
|
$manMacro1b{'Var'} = $manMacro1b{Prog};
|
|
|
|
$htmlMacro1a{'Var'} = $htmlMacro1a{Prog};
|
|
|
|
$htmlMacro1b{'Var'} = $htmlMacro1b{Prog};
|
|
|
|
$texiMacro1a{'Var'} = $texiMacro1a{Prog};
|
|
|
|
$texiMacro1b{'Var'} = $texiMacro1b{Prog};
|
|
|
|
$manMacro1a{'Const'} = $manMacro1a{File};
|
|
|
|
$manMacro1b{'Const'} = $manMacro1b{File};
|
|
|
|
$htmlMacro1a{'Const'} = $htmlMacro1a{File};
|
|
|
|
$htmlMacro1b{'Const'} = $htmlMacro1b{File};
|
|
|
|
$texiMacro1a{'Const'} = $texiMacro1a{File};
|
|
|
|
$texiMacro1b{'Const'} = $texiMacro1b{File};
|
|
|
|
|
|
|
|
$htmlMacro1a{'section'} = '\n<h1>';
|
|
|
|
$htmlMacro1b{'section'} = '</h1>\n';
|
|
|
|
$htmlMacro1a{'subsection'} = '\n<h2>';
|
|
|
|
$htmlMacro1b{'subsection'} = '</h2>\n';
|