开始学习LaTeX

2008年4月7日 | 分类: Softwares | 标签: , ,
在论坛上知道了LaTeX,又从monnand那里看到了它的应用,又听见某慕容同学嚷嚷着要学,那么我就看看LaTeX到底是怎么样一个东西吧……

What's LaTex?

LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation.
LaTeX is the de facto standard for the communication and publication of scientific documents. LaTeX is available as free software.

请访问LaTeX Porjiect页面以了解更多信息:http://www.latex-project.org/

What's CJK?

C就是Chinese,J就是Japanese,K就是Korean。CJK就是中日韩文字符支持……

CJK的LaTeX扩展是必须的,要不然LaTeX对咱们来说就没易用性了……

请访问CJK for LaTeX Extension 页面以了解更多信息:http://cjk.ffii.org/

Ubuntu下安装LaTeX+CJK(主要还是Chinese)很容易,apt-get install 一下就好了。

sudo apt-get install texlive texlive-math-extra texlive-latex-base texlive-latex-extra \
texlive-latex-recommended texlive-pictures texlive-science texlive-bibtex-extra \
texlive-common latex-beamer latex-cjk-chinese ttf-arphic-* hbf-*

有了中文支持,但是没有中文字体。

配置中文字体请参考Monnand和LDCN的文章:

http://blog.linuxsky.org/58/viewspace-3824.html

http://linuxdesktop.cn/2008/02/26/config-texlive-cjk-under-ubuntu

按照Monnand的做法(下载nsung的字体包,运行install.sh),整个过程中会发生错误,不爽。后来看了LDCN的文章才发现,刷新字体的命令需要用sudo权限运行。。。修改了一下代码,搞定了。

顺便自己也生成了一个simsun的字体包,花了我一个半小时啊……

测试两篇文章上的例子通过了,说明CJK支持配置成功。

现在的问题是:LaTeX怎么用?

在网上找到一个教程,不错,给个地址,自己下载了看看吧,绝对权威……

ftp://ftp.ctex.org/pub/tex/CTDP/lshort-cn/

咱慢慢去看。。。。

目前还没有任何评论.