From 574c8d40f83921cd9ed550774e8746a10f120ea0 Mon Sep 17 00:00:00 2001 From: Christos Choutouridis Date: Sun, 3 May 2020 15:13:08 +0300 Subject: [PATCH] DEV: fancy head commands --- AuthReportConfig.tex | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/AuthReportConfig.tex b/AuthReportConfig.tex index 6096ee4..0876062 100644 --- a/AuthReportConfig.tex +++ b/AuthReportConfig.tex @@ -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} }