I compile my tex file with xelatex
and I want to renew the \lstlistlistingname
In this case, I just use \renewcommand to do this job.
It success if I put this command after package in tex file
but how can I move this command to .sty file.
Notice, The new lstlistlistingname is some CJK character and the file encoding with UTF-8
lstlistlistingname? – robert.marik.cz Jun 21 '12 at 19:07.styfile do you put it in? Please provide a miniaml working example. – Leo Liu Jun 22 '12 at 10:04