Blog Rizauddin
And He found you lost and guided [you]. [93:7]
Pages
Home
Python
LaTeX
Linux
Windows
Travelog
About
Tuesday, June 17, 2008
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}
Newer Post
Older Post
Home