summaryrefslogtreecommitdiffstats
path: root/Logbook.tex
blob: 09043eaf84737cdca0018ff31a43e4e87b74c880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\documentclass[10pt,twoside,draft]{book}
\usepackage{log}

\begin{document}

%------------------------------Title Page --------------------------------------
~
\vfill
{

\centerline{\Huge\bf\lsstyle Logbook of an Observer}
\centerline{\\}
\centerline{\bf\lsstyle അഥവാ}
\centerline{\\}
\centerline{\Huge\bf\lsstyle ഒരു നിരീക്ഷകന്റെ കുറിപ്പുകള്‍}

}

\vfill
\centerline{\huge Jinesh K J}
\vfill
~
\vfill
~
\newpage
%------------------------------Dedication --------------------------------------
\frontmatter
~
\vfill

Lets add the License/dedication here

\vfill
~

%------------------------------Define Page Headers------------------------------

\fancyhead[RO,LE]{\thepage}
\fancyhead[CO]{\emph{Logbook of an Observer}}
\fancyhead[CE]{\emph{ഒരു നിരീക്ഷകന്റെ കുറിപ്പുകള്‍}}
\fancypagestyle{plain}{%
  \fancyhead{}
  \fancyfoot{}

  \fancyhead[CO]{\emph{Logbook of an Observer}}
  \fancyhead[CE]{\emph{ഒരു നിരീക്ഷകന്റെ കുറിപ്പുകള്‍}}
  \fancyfoot[CO]{\thepage}
  \fancyfoot[CE]{\thepage}
}

%--------Autogenerated Table of Contents----------------------------------------
\tableofcontents



%-----------------Articles------------------------------------------------------
\mainmatter
\input{foreword.tex}

% Blog Posts
\chapter{Blog Posts}
\input{firstpost.tex}
\input{politics.tex}
\input{mobile.tex}
\input{sari.tex}
\input{freesoftware.tex}
\input{viewonwomen.tex}
\input{softwarefreedom.tex}
\input{microsoft-mammooty.tex}
\input{religion-science.tex}
\input{cricket-nationality.tex}
\input{social-science.tex}
\input{social-science2.tex}
\input{asuseeepchotkeys.tex}
\input{asuseeepcmigo.tex}
\input{studentpolitics.tex}
\input{evaluatingfosscontributions.tex}
%--------------------

% Articles published in Malayal.am
\chapter{മലയാളം ഇന്റര്‍നെറ്റ് വാര്‍ത്താ പോര്‍ട്ടലില്‍ നിന്നും}
\input{formula1.tex}
%--------------------

% Hospital Logs
\chapter{Hospital Logs}
\input{blog1.tex}
\input{blog2.tex}
\input{blog3.tex}
\input{blog4.tex}
%----------------------

\backmatter
\end{document}