summaryrefslogtreecommitdiffstats
path: root/log.sty
diff options
context:
space:
mode:
authorStultus <hrishi.kb@gmail.com>2012-08-20 20:58:48 +0530
committerStultus <hrishi.kb@gmail.com>2012-08-20 20:58:48 +0530
commit08b294cdc5c551e0b39b7255b0964aa6f5961253 (patch)
treed2df11b69699cdfb7d66125af11c39de246817f1 /log.sty
parent5070e0c1baa7fdf5ac1fcfc59a51a9c8b4514dd8 (diff)
downloadlogbook-of-an-observer-08b294cdc5c551e0b39b7255b0964aa6f5961253.tar.gz
logbook-of-an-observer-08b294cdc5c551e0b39b7255b0964aa6f5961253.tar.xz
logbook-of-an-observer-08b294cdc5c551e0b39b7255b0964aa6f5961253.zip
fixing hyphenation, page numbering
Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
Diffstat (limited to 'log.sty')
-rw-r--r--log.sty9
1 files changed, 7 insertions, 2 deletions
diff --git a/log.sty b/log.sty
index e3ad9b7..3286f32 100644
--- a/log.sty
+++ b/log.sty
@@ -6,12 +6,17 @@
bottom=0.75in,
paperwidth=13.970cm,
paperheight=21.589cm]{geometry}
-\usepackage{fontspec}
\usepackage{xltxtra}
-\usepackage[meera]{mlym}
+\usepackage{fontspec}
\usepackage{fancyhdr}
\usepackage[final]{microtype}
+
+% Use Malayalam Hyphenation with Polyglossia
\usepackage{polyglossia}
+\setdefaultlanguage{malayalam}
+\setmainfont[Script=Malayalam]{Meera}
+\newfontfamily\malayalamfonttt{Latin Modern Mono} %Suppress error with \url fixed width fonts
+
\usepackage{framed}
\usepackage{url}
\usepackage{graphicx}