how to make this template?

2007-10-21 Thread bai xuefeng
Hello Everybody, I want to save the following commands into a template for writing in Chinese. How can I make it a LyX template? --- \documentclass{article} \usepackage{CJK} \usepackage{ccmap} \AtBeginDocument{\begin{CJK*}{GBK}{song}} \AtEndDocument{\end{CJK*}} --- Or rather, how to make these c

Re: how to make this template?

2007-10-22 Thread bai xuefeng
Thank you for reply. I have already done that. But when checking out the latex source, I still see the following codes: --- \usepackage{ccmap} \AtBeginDocument{\begin{CJK*}{GBK}{song}} \AtEndDocument{\end{CJK*}} \makeatother \begin{document} \begin{CJK}{GBK}{} Hello \end{CJK} \end{document} ---