mahyuddin / utmthesis

Automatically exported from code.google.com/p/utmthesis
0 stars 0 forks source link

Malay version "Listing" in "Lampiran" should be in Malay language. #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the class in malay language: \documentclass[malay]{utmthesis} 

What is the expected output? What do you see instead?
In the "Lampiran" it is written as "Listing B.1" and "Listing B.2"
It should be in malay language, "senarai"

What version of the product are you using? On what operating system?
2.5

Please provide any additional information below.
user solved this issue by changing the lstlistingname in main.tex 
\renewcommand{\lstlistingname}{Senarai} 

Please refer to the original thread for more info:
http://groups.google.com/group/utmthesis-discuss/browse_thread/thread/a33641007c
fe7248

Original issue reported on code.google.com by yungs...@gmail.com on 30 Nov 2011 at 11:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks for the report, will be worked on.

Original comment by zero.vis...@gmail.com on 13 Dec 2011 at 9:11

GoogleCodeExporter commented 9 years ago
This is kinda hard to fix.

The best workaround for now is to add this anywhere on the top of your tex 
file.:
\renewcommand{\lstlistingname}{Senarai}

Original comment by zero.vis...@gmail.com on 21 Mar 2012 at 5:49