本帖最后由 lj605 于 2010-5-22 16:29 编辑 在 Debian GNU/Linux 中安装 TeXLive lj605 [at] bbs.ctex .org 本作品采用署名-相同方式共享 2.5 协议发布 视频教程 http://v.youku.com/v_show/id_XMTc0NjIxNDk2.htm Debian GNU/Linux 中 TeXLive 的中文支持 (见2楼) 视频教程 http://v.youku.com/v_show/id_XMTc1MDc3MTI4.html 环境介绍
- 系统: Debian GNU/Linux sid
- 版本: TeXLive 2009
- 字体: 文泉驿正黑
什么是 TeX, LaTeX? http://zh.wikipedia.org/zh-cn/TeX http://zh.wikipedia.org/zh-cn/LaTeX TeX 被普遍认为是一个很好的排版工具, 非常适用于生成高印刷质量的科技和数学类文档 安装 TeXLive 安装步骤:
- 准备. 安装 perl-tk.
- $sudo aptitude install perl-tk
复制代码
- 下载安装程序
- $wget http://mirrors.xmu.edu.cn/CTAN/systems/texlive/tlnet/install-tl-unx.tar.gz
复制代码
- 安装
- $tar -zxvf install-tl-unx.tar.gz
复制代码
- $sudo ./install-tl --gui -location http://mirrors.xmu.edu.cn/CTAN/systems/texlive/tlnet/
复制代码
- $sudo aptitude install texworks --without-recommends
复制代码
测试 例子 : helloword.tex, 使用 XeLaTeX 编译 源文件:
/documentclass[UTF8,nofonts]{ctexart}
/setCJKmainfont{WenQuanYi Zen Hei}
/begin{document}
Hello world! I am using /TeX.
大家好! 我在使用 /TeX.
/end{document}
提示: 使用 /$fc-list :lang=zh-cn 查看系统安装的中文 字体. 例子 : mathexample.tex, 使用 LaTeX 编译 源文件:
/documentclass{article}
/begin{document}
Let $H$ be a Hilbert space, $C$ a closed bounded
conver subset of $H$, $T$ is nonexpansive self map
of $C$. Suppose that as $n/to/infty$, $a_{n,k}/to0$
for each $k$, and $/gamma_n=
/sum_{k=0}^/infty(a_{n,k+1}-a_{n,k})^+/to0$.
Then for each $x$ in $C$, $A_nx=/sum_{k=0}^/infty
a_{n,k}T^kx$ converges weakly to a fixed point of $T$.
$$/lim_{n/to/infty}x_n/ {/rm/exists}/iff
/limsup_{n/to/infty}x_n=/liminf_{n/to/infty}x_n.$$
/end{document}
管理宏包
The Comprehensive TeX Archi ve Network (CTAN) 镜像
- http://tug.ctan.org/tex-archive/
- http://ftp.ctex.org/mirrors/CTAN/
- http://mirrors.xmu.edu.cn/CTAN/
- http://oss.ustc.edu.cn/CTAN/
进一步学习:
- 找一个会 LaTeX 的朋友教你
- 书: LaTeX 入门与提高 , The TeXbook
- 搜索 Google, baidu
- LaTeX 笔记 (Alpha Huang)
- 一份不太短的 LaTeX2e 介绍
常用网站:
- TUG (the TeX user group) http://www.tug.org
- CTeX 论坛 http://bbs.ctex.org
- 华东师范大学数学系 LaTeX 科技排版网页http://www.math.ecnu.edu.cn/~latex /
- LaTeX 编辑部http://zzg34b.w3.c361.com/index.html
两个 TeX 宏例子 第一个例子是重复某句话, 第二个例子是输入前20个素数. http://latex.yo2.cn/articles/tex-macro -examples.html |
本主题由 milksea 于 2010-5-21 12:14 分类
收藏 分享 评分