-
Notifications
You must be signed in to change notification settings - Fork 10
/
Fontbook.tex
100 lines (86 loc) · 2.5 KB
/
Fontbook.tex
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
95
96
97
98
99
100
\documentclass[11.5pt,twoside]{book}
\usepackage{graphicx}
\usepackage{fontbook}
\usepackage[colorlinks=false,
pdfborder={0 0 0},
pdftitle={A Guide to Developing Fonts for Indian Languages},
pdfauthor={Santhosh Thottingal},
pdfsubject={A Guide to Developing Fonts for Indian Languages},
pdfkeywords={Font, indic, open , scripts , india}
]{hyperref}
%---------------------------------------------------
\begin{document}
%% Set mininum characters on left and right for hyphenation
\lefthyphenmin=3
\righthyphenmin=3
\hyphenpenalty=0
%\normalsize=11.5pt
%-----------------------------Cover Page----------------------------------------
%\includepdf{cover}
%------------------------------Title Page --------------------------------------
\begin{center}
\vspace*{2 in}
\HRule \\[0.4cm]
{\huge \bfseries \color{cyan} A Guide To Indian Language Font Development}
\\[1cm]
{\small \bfseries Elaborate, Illustrated font development guideline document
for scripts of India by font designers, developers, language experts.}
\\
\HRule \\[0.4cm]
\emph{Editor}\\
Santhosh \textsc{Thottingal}\\
\vfill
\emph{Contributors}\\
Balasankar C\\
Behdad Esfahbod\\
Hrishikesh\\
Kartik Mistry\\
Kavya Manohar\\
Rahimanuddin Shaik\\
Rajeesh Nambiar\\
Ryan Kaldari\\
Vasudev Kamath\\
\vfill
{\large \today}\\
\url{https://github.com/IndicFontbook/Fontbook}
\end{center}
\thispagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% -------------------------Dedication----------------------------------%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frontmatter
~
\vfill
\begin{center}Dedicated to all font designers\end{center}
\vfill
~
\thispagestyle{empty}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Auto-generated table of contents, list of figures and list of tables %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tableofcontents
\thispagestyle{empty}
%\listoffigures
%\listoftables
\mainmatter
%%%%%%%%%%%%
% Chapters %
%%%%%%%%%%%%
\input{Chapters/Introduction.tex}
\input{Chapters/GeneralConcepts.tex}
\input{Chapters/OpenFontFormat.tex}
\input{Chapters/Bengali.tex}
\input{Chapters/Devanagari.tex}
\input{Chapters/Gujarati.tex}
\input{Chapters/Kannada.tex}
\input{Chapters/Malayalam.tex}
\input{Chapters/Odiya.tex}
\input{Chapters/Panjabi.tex}
\input{Chapters/Tamil.tex}
\input{Chapters/Telugu.tex}
\input{Chapters/Glossary.tex}
\listoffigures
\input{Chapters/References.tex}
\input{Chapters/Appendices.tex}
\end{document}