|
[root@magic Test]# cat sample.tex
\documentclass[12pt]{article}
\usepackage{CJK}
\usepackage{graphics}
\begin{document}
\begin{CJK*}{GBK}{song}
\begin{enumerate}
\item
\textsl{这是斜体中文。}
\item
\textbf {这是粗体中文}
\item
\textbf{\textit{这是粗斜体中文} }
\end{enumerate}
这是一个数学公式
\end{CJK*}
\end{document}
[root@magic Test]# latex
latex latex2html
[root@magic Test]# latex sample.tex
This is TeX, Version 3.14159 (Web2C 7.4.5)
(./sample.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size12.clo))
! LaTeX Error: File `CJK.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
有兄弟遇到过吗?magic1.1final版的好象是可以的。 |
|