针对网络不行和无法刻录dvd的用户。
下载 tex-live 的 iso
mount -t iso9660 -o ro,noauto /loation/.iso /mnt
然后安装
./install-tlI
安装完毕之后,配置路径
PATH=$PATH:/usr/local/texlive/2011/bin/i386-linux/
写个小实验:
fun.tex
- \documentclass[12pt]{article}
- \begin{document}
- \large
- a buncha
- stuff
- \begin{equation}
- \sqrt{\pi}
- \end{equation}
- \end{document}
latex fun.tex
dvi2pdf fun.dvi
就可以看到fun.pdf. 里面时一个单词和一个公式。
reference:
-----中文配置-----
cjk
post:
--------------------------------------------------------------------
rsync -a --delete rsync://mirrors.ustc.edu.cn/CTAN/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz /home/xiuxia/Downloads/
rsync
rsync — a fast, versatile, remote (and local) file-copying tool
-------------------------------------------------------------------
mount
---------------------------------------------------------------------------
- Sections
-
Man pages are grouped into sections. To see the full list of Linux man pages for a section, pick one of:
-
-
Section 1
-
user commands (introduction)
-
Section 2
-
system calls (introduction)
-
Section 3
-
library functions (introduction)
-
Section 4
-
special files (introduction)
-
Section 5
-
file formats (introduction)
-
Section 6
-
games (introduction)
-
Section 7
-
conventions and miscellany (introduction)
-
Section 8
-
administration and privileged commands (introduction)
-
Section L
-
math library functions
-
Section N
-
tcl functions
阅读(3142) | 评论(0) | 转发(0) |