|
|
@@ -191,10 +191,19 @@ |
|
|
|
} |
|
|
|
|
|
|
|
% \setFancyHead{}{} |
|
|
|
% [1]: Even page text |
|
|
|
% [2]: Odd page text |
|
|
|
% [1]: Left text |
|
|
|
% [2]: Right text |
|
|
|
% example: \setFancyHead{Μαθημα}{Εργασία} |
|
|
|
\newcommand{\setFancyHead}[2]{ |
|
|
|
\newcommand{\setFancyHeadLR}[2]{ |
|
|
|
\fancyhead[L]{#1} |
|
|
|
\fancyhead[R]{#2} |
|
|
|
} |
|
|
|
|
|
|
|
% \setFancyHead{}{} |
|
|
|
% [1]: Left, even page text |
|
|
|
% [2]: Right, odd page text |
|
|
|
% example: \setFancyHead{Μαθημα}{Εργασία} |
|
|
|
\newcommand{\setFancyHeadLERO}[2]{ |
|
|
|
\fancyhead[LE]{#1} |
|
|
|
\fancyhead[RO]{#2} |
|
|
|
} |
|
|
|