Skip to content

Commit

Permalink
Upgraded TextLive from 2013 to 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Dai authored and Frank Dai committed May 3, 2016
1 parent 4cbe944 commit fd5d40f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
以下说明由网友 Frank Dai (https://github.com/soulmachine) 编写。

##在Windows下编译
1. 安装Tex Live 2013 <http://www.tug.org/texlive/>。把bin目录例如`D:\texlive\2013\bin\win32`加入PATH环境变量。
1. 安装字体。这个LaTex模板总共使用了9个字体,下载地址 <http://pan.baidu.com/s/1gdefYiJ> ,有的字体Windows自带了,有的字体Ubuntu自带了,但都不全,还是一次性安装完所有字体比较方便。
1. 安装Tex Live 2015 <http://www.tug.org/texlive/>。把bin目录例如`D:\texlive\2015\bin\win32`加入PATH环境变量。
1. 安装字体。这个LaTex模板总共使用了10个字体,下载地址 <http://pan.baidu.com/s/1jIgyuRc> ,有的字体Windows自带了,有的字体Ubuntu自带了,但都不全,还是一次性安装完所有字体比较方便。
1. 安装TeXstudio <http://texstudio.sourceforge.net/>
1. (可选)启动Tex Live Manager,更新所有已安装的软件包。
1. 配置TeXstudio。
Expand All @@ -27,20 +27,20 @@
在下方的窗口可以看到TeXstudio正在使用的编译命令是`xelatex -synctex=1 -interaction=nonstopmode "typeset".tex`

##在Ubuntu下编译
1. 安装Tex Live 2013 <http://www.tug.org/texlive/>
1. 安装Tex Live 2015 <http://www.tug.org/texlive/>

1.1. 下载TexLive 2013 的ISO 光盘,地址 <http://www.tug.org/texlive/acquire-iso.html>
1.1. 下载TexLive 2015 的ISO 光盘,地址 <http://www.tug.org/texlive/acquire-iso.html>

1.2 mount 光盘,`sudo ./install-tl` 开始安装

1.3 加入环境变量

sudo vi /etc/profile
export PATH=$PATH:/usr/local/texlive/2013/bin/x86_64-linux
export MANPATH=$MANPATH:/usr/local/texlive/2013/texmf-dist/doc/man
export INFPATH=$INFPATH:/usr/local/texlive/2013/texmf-dist/doc/info
export PATH=$PATH:/usr/local/texlive/2015/bin/x86_64-linux
export MANPATH=$MANPATH:/usr/local/texlive/2015/texmf-dist/doc/man
export INFPATH=$INFPATH:/usr/local/texlive/2015/texmf-dist/doc/info

1. 安装字体。这个LaTex模板总共使用了9个字体,下载地址 <http://pan.baidu.com/s/1gdefYiJ> ,有的字体Windows自带了,有的字体Ubuntu自带了,但都不全,还是一次性安装完所有字体比较方便。
1. 安装字体。这个LaTex模板总共使用了10个字体,下载地址 <http://pan.baidu.com/s/1jIgyuRc> ,有的字体Windows自带了,有的字体Ubuntu自带了,但都不全,还是一次性安装完所有字体比较方便。
1. 安装TeXstudio <http://texstudio.sourceforge.net/>
1. 配置TeXstudio。

Expand All @@ -57,4 +57,4 @@
1. 编译。用TeXstudio打开`typeset.tex`,点击界面上的绿色箭头就可以开始编译了。

在下方的窗口可以看到TeXstudio正在使用的编译命令是`xelatex -synctex=1 -interaction=nonstopmode "typeset".tex`
1. 懒人版镜像。如果不想进行上面繁琐的安装过程,我做好了一个Ubuntu VMware虚拟机镜像,已经装好了 TexLive 2014, TexStudio和字体(详细的安装日志见压缩包注释),开箱即用,下载地址 <http://pan.baidu.com/s/1jGj5uQi>
1. 懒人版镜像。如果不想进行上面繁琐的安装过程,我做好了一个Ubuntu VMware虚拟机镜像,已经装好了 TexLive 2015, TexStudio和字体(详细的安装日志见压缩包注释),开箱即用,下载地址 <http://pan.baidu.com/s/1cLWkgA>

0 comments on commit fd5d40f

Please sign in to comment.