Browse Source

DEV: fancy head commands

master
parent
commit
574c8d40f8
1 changed files with 12 additions and 3 deletions
  1. +12
    -3
      AuthReportConfig.tex

+ 12
- 3
AuthReportConfig.tex View File

@@ -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}
}


Loading…
Cancel
Save