<!DOCTYPE html><html><head>
<style type="text/css">body { font-family:'DejaVu Sans Mono'; font-size:12px}</style>
</head><body><div><br></div><div>Hi,&nbsp;</div><div><br></div><div>In order to deal with the CJK problems in translation, I used xetex to compile tex files with xeCJK package(a kind of macro to make good CJK output). Then I changed the makefile with "LATEX = xelatex " instead of "LATEX = latex" and "PDFLATEX = pdflatex" instead of "PDFLATEX = xelatex". Also I add some adding package controls in qgis_style.sty.</div><div><br></div><div>Then while make the project, there came two error message:</div><div><br></div><div>1) Command \filename already defined</div><div><br></div><div>It seems that both xeCJk and qgis_style.sty define the command "\filename". How to change?</div><div><br></div><div>2) Package inputenc Error: Unicode char \u8:ávi not set up for use with LaTeX.</div><div><br></div><div>I was suggested to comment on the package "inputenc" by the compiler for "you should *not* be loading the inputenc package. XeTeX expects the source to be in UTF8 encoding". I don't know why.</div><div><br></div><div>Can someone give me a hand? Thanks.</div><div><br></div><div>Elvis Wang<br><br></div><div id="M2Signature"><div>-- </div><div>By Elvis Wang from Beijing, China. E-mail: wbprime@gmail.com</div></div></body></html>