summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraveen Arimbrathodiyil <pravi.a@gmail.com>2012-09-20 21:59:49 +0530
committerPraveen Arimbrathodiyil <pravi.a@gmail.com>2012-09-20 21:59:49 +0530
commit0d9162ddb340e8b4b95cb0da0ae2ee978af6e6c1 (patch)
tree8fc6de5a7dc8ec95710de3eae6a86ce9c2c60357
parentba9fbf8223ba09008c6dd6c1554f145edf0215c5 (diff)
downloadlogbook-of-an-observer-0d9162ddb340e8b4b95cb0da0ae2ee978af6e6c1.tar.gz
logbook-of-an-observer-0d9162ddb340e8b4b95cb0da0ae2ee978af6e6c1.tar.xz
logbook-of-an-observer-0d9162ddb340e8b4b95cb0da0ae2ee978af6e6c1.zip
Patch from Rajeesh for line numbers in center
-rw-r--r--Logbook.pdfbin1718745 -> 1720282 bytes
-rw-r--r--Logbook.tex12
-rw-r--r--Makefile2
3 files changed, 7 insertions, 7 deletions
diff --git a/Logbook.pdf b/Logbook.pdf
index 93500c9..1912054 100644
--- a/Logbook.pdf
+++ b/Logbook.pdf
Binary files differ
diff --git a/Logbook.tex b/Logbook.tex
index b8feaf7..49f5166 100644
--- a/Logbook.tex
+++ b/Logbook.tex
@@ -9,8 +9,8 @@
\begin{document}
%% Set mininum characters on left and right for hyphenation
-\lefthyphenmin=7
-\righthyphenmin=7
+\lefthyphenmin=3
+\righthyphenmin=5
%-----------------------------Cover Page----------------------------------------
\includepdf{cover}
@@ -54,7 +54,8 @@
\input{thanks-mal.tex}
%------------------------------Define Page Headers------------------------------
-\fancyhead[RO,LE]{\thepage}
+%\fancyhead[RO,LE]{\thepage}
+\fancyfoot[CO,CE]{\thepage}
\fancyhead[CO]{\emph{\begin{english} Logbook of an Observer\end{english}}}
\fancyhead[CE]{\emph{ഒരു നിരീക്ഷകന്റെ കുറിപ്പുകള്‍}}
\fancypagestyle{plain}{%
@@ -63,10 +64,9 @@
\fancyhead[CO]{\emph{\begin{english} Logbook of an Observer\end{english}}}
\fancyhead[CE]{\emph{ഒരു നിരീക്ഷകന്റെ കുറിപ്പുകള്‍}}
- \fancyfoot[CO]{\thepage}
- \fancyfoot[CE]{\thepage}
+ \fancyfoot[CO,CE]{\thepage}
+% \fancyfoot[CE]{\thepage}
}
-
%--------Autogenerated Table of Contents----------------------------------------
\tableofcontents
diff --git a/Makefile b/Makefile
index 63c44e5..a77f6e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: Logbook.pdf
-Logbook.pdf: Logbook.tex
+Logbook.pdf: Logbook.tex *.tex *.sty
xelatex $<
xelatex $< # to include generated ToC
xdg-open $@