Todo List:
[code:1]
* 添加Kile-1.9
* give me some suggestions
[/code:1]
文件部分内容:
[code:1]
#!/usr/bin/env bash
# Filename : tetex+cjk_on_mgc2f.sh
# Versioin : 0.1
# Purpose : To install TeTeX-3.0 and CJK packages automatically.
# This script tested on Magic Linux 2.0 Final only.
# Maybe it could work well on other platforms. Good luck.
# Author : MichaelBibby <[email protected]>
# Date : 2006/04/30
# **** Packages Required ****************
#
# * wget (maybe you prefer 'prozilla' to 'wget')
# * tetex-src-3.0
# * tetex-texmf-3.0
# * CJK-4.5.2
# * dvipdfmx-current
#
# Option package: tetex-texmfsrc-3.0
# To install tetex-texmfsrc-3.0, you should uncomment this line:
# # TEXMF_SRC='tetex-texmfsrc-3.0.tar.gz'
# Then uncomment the variable in function down_tetex_pkgs, and add this
# line after 'install_texmf &&\' at the bottom of this script.
#
# ***********************************
[/code:1]