1.下载安装CTex
http://www.ctex.org/CTeXDownload
目前的版本是CTeX 2.8.0.125,建议安装完整版
 
2.编写如下Tex脚本,保存为a.tex
\documentclass{article}
\usepackage{CJK}
\begin{document}
This is a test file.
\begin{CJK*}{GBK}{kai}
这是中文楷体和English混合文字。
\end{CJK*}
\end{document}
 
3.编译Tex脚本,生成一个dvi文件
lateX a.tex
 
4.生成pdf文件
dvipdfmx a.dvi
 
5.深入学习可参考的资源
http://www.latex-project.org/
http://www.chinatex.org/?page_id=47
http://www.ctex.org/OnlineDocuments
http://math.ecnu.edu.cn/~latex/
http://zh.wikipedia.org/zh-cn/LaTeX
http://zzg34b.w3.c361.com/index.htm 

本文链接地址: 用10分钟时间开始使用LaTex
https://blog.qingfengju.com/index.asp?id=228

上一篇: 在VC++中使用OCCI
下一篇: 控制台程序的文字颜色

分类:杂谈随感 查看次数:7877 发布时间:2010/7/4 17:06:48