V. Sasi Kumar | 26 Jul 2012 14:47
Picon

[Fwd: Customising Contents page]

This is a problem about which I had written some time back. I am still
facing it and am forced to write again since there was no response to
it.

When I create the Contents page for a Malayalam document (book), the
page numbers that are in roman appear as meaningless Malayalam
characters. I am using the omal package with Omega. Is there some
workaround for this?

Thanks
Sasi

--

-- 
Dr. V. Sasi Kumar
Scientist (Retd)
Centre for Earth Science Studies
Thiruvananthapuram
http://chithariyachinthakal.blogspot.com

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

rishikesh gawade | 26 Jul 2012 16:44
Picon

Re: [Fwd: Customising Contents page]

This is how I do it for Devanagari text. You can try this.

\documentclass[12pt,openany]{book}
\usepackage{fontspec}
\usepackage{polyglossia}
\usepackage{graphicx}
\usepackage{wrapfig}
\setmainfont[Script=Devanagari,Mapping=devanagarinumerals]{Lohit Marathi}
\defaultfontfeatures{Mapping=tex-text}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage{indentfirst}
\setlength{\parindent}{20pt}
\oddsidemargin 0pt
\evensidemargin 0pt
\pagestyle{fancy}
\fancyhead{}
\fancyhead[LO]{श्यामची आई}
\fancyhead[RE]{श्यामची आई}
\begin{document}
\author{साने गुरूजी}
\title{\huge \bfseries श्यामची आई}
\date{}
\maketitle
\renewcommand{\contentsname}{अनुक्रमणिका}
\begin{center}
\tableofcontents
\end{center}
(Continue reading)

V. Sasi Kumar | 26 Jul 2012 17:31
Picon

Re: [Fwd: Customising Contents page]

On Thu, 2012-07-26 at 20:14 +0530, rishikesh gawade wrote:
> This is how I do it for Devanagari text. You can try this.

If I understand right, polyglosia is for XeLaTeX. I am not using it
becaue I am not familiar with it. I am using plain LaTeX. So, is it okay
if I use babel instead? Will that make the page numbering okay?

Thank you,
Sasi

--

-- 
Dr. V. Sasi Kumar
Scientist (Retd)
Centre for Earth Science Studies
Thiruvananthapuram
http://chithariyachinthakal.blogspot.com

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

V. Sasi Kumar | 26 Jul 2012 17:33
Picon

Re: [Fwd: Customising Contents page]

On Thu, 2012-07-26 at 20:14 +0530, rishikesh gawade wrote:
> This is how I do it for Devanagari text. You can try this.

If I understand right, polyglosia is for XeLaTeX. I am not using it
becaue I am not familiar with it. I am using plain LaTeX. So, is it okay
if I use babel instead? Will that make the page numbering okay?

Sorry, I am using Omega, not plain LaTeX.

Thank you,
Sasi

--

-- 
Dr. V. Sasi Kumar
Scientist (Retd)
Centre for Earth Science Studies
Thiruvananthapuram
http://chithariyachinthakal.blogspot.com

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia


Gmane