|
完全按照楼主的步骤进行,可是CJK还是不能用。
\documentclass[a4paper,11pt]{article}
%define the title
\author{Jin}
\title{Minimalism}
\usapackage{CJK}
\begin{document}
\begin{CJK}{GB}{song}
\maketitle
\tableofcontents
\section{Some Interesting Words}
Well, and here begins my lovely article.
\section{Good Bye world}
\ldots{} and here it ends.
\end{CJK}
\end{document}
如用pdftex *.tex,出现下面的信息。
(./lshort-2.tex{/usr/share/texmf-local/pdftex/config/pdftex.cfg}
! Undefined control sequence.
如用latex *.tex ,出现下面的信息。
(/usr/share/texmf/tex/latex/base/size11.clo))
! Undefined control sequence.
l.5 \usapackage
{CJK}
有劳大家抽空帮我看一下。 |
|