forked from copyninja/fontbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Fontbook.tex
81 lines (67 loc) · 2.21 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
\documentclass[11.5pt,twoside]{book}
\usepackage{graphicx}
\usepackage{fontbook}
\usepackage[colorlinks=false, pdfborder={0 0 0}, pdftitle={Open Font Format Specification for Scripts of India},
pdfauthor={Santhosh Thottingal}, pdfsubject={Open Font Format Specification}, pdfkeywords={Font, indic, open , scripts , india}]{hyperref}
%---------------------------------------------------
\begin{document}
%% Set mininum characters on left and right for hyphenation
\lefthyphenmin=3
\righthyphenmin=5
%\normalsize=11.5pt
%-----------------------------Cover Page----------------------------------------
%\includepdf{cover}
%------------------------------Title Page --------------------------------------
\begin{center}
\vspace*{2 in}
\HRule \\[0.4cm]
{\huge \bfseries Open Font Format Specification for Scripts of India}
\\
{\small \bfseries Elaborate, Illustrated font development guideline document
for scripts of India by font designers, developers, language experts.}
\\
\HRule \\[0.4cm]
\emph{Author}\\
Santhosh \textsc{Thottingal}
\vfill
{\large \today}
\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}
\input{Chapters/References.tex}
\input{Chapters/Appendices.tex}
\end{document}