version 1.627.2.38, 2024/11/11 16:05:56
|
version 1.627.2.39, 2024/11/11 16:36:41
|
Line 1886 sub page_format_transformation {
|
Line 1886 sub page_format_transformation {
|
if ($numberofcolumns eq '2') { |
if ($numberofcolumns eq '2') { |
$fancypagestatement="\\fancyhead{}\\fancyhead[LO]{$header_text}"; |
$fancypagestatement="\\fancyhead{}\\fancyhead[LO]{$header_text}"; |
if ($parmhash{'print_header_format'} eq '') { |
if ($parmhash{'print_header_format'} eq '') { |
$fancypagestatement .= "\\fancyhead[RE]{\\thepage \\\\[\\baselineskip]}"; |
$fancypagestatement .= "\\fancyhead[RE]{\\thepage \\\\}"; |
} |
} |
} else { |
} else { |
$fancypagestatement="\\rhead{}\\chead{}\\lhead{$header_text}"; |
$fancypagestatement="\\rhead{}\\chead{}\\lhead{$header_text}"; |