LaTeX: Change the chapter name

How to change the chapter name to something else? For example to have it in other language, such as Malay. In order to do it, put the code below in the preamble of your LaTeX document.

\documentclass{report}
 
\renewcommand{\chaptername}{Bab}
 
\begin{document}
 
\chapter{Introduction}
 
Testing
 
\end{document}

If you liked this post, these other posts might also be interesting to you:

Spread/Promote this post.

Digg | Del.icio.us | Stumble | Y! MyWeb | Y! Buzz | Fave It! | Reddit
Tags:
Category: LaTeX  |  Comment (RSS)  |  Trackback

Leave a comment