On Wed, Dec 13, 2000 at 10:35:02AM -0800, C. S. Kan wrote:
> I would like to write my thesis in Malay language where the English word
> for sections in Malay appear to be like these:
>
> Content - kandungan
> Chapter - Bab
> Bibiography - Rujukan
>
> and so on.
>
> Is there anyway that I can modify Lyx so that I get the desire output in
> Malay language for the title, sections and subsections?
Put the following in the preamble:
\renewcommand{\chaptername}{Bab}
\renewcommand{\contentsname}{Kandungan}
\renewcommand{\bibname}{Rujukan}
To see a list of the names that can be changed, check the english.ldf file.