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
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}
---