1.安裝LaTeX:
sudo apt-get install texlive
安裝IDE 介面:
sudo apt-get install texmaker ( or texstudio)
如果夠?qū)I(yè)的話,裝上完整版,空間消耗425M/884M:
sudo apt-get install texlive-full
LaTex是非常棒的論文書寫軟件,詳細信息和講稿內(nèi)容請瀏覽:http://fsa./?q=node/114
2.安裝matlab: veryCD 上面有,我用的是那個2013a
1)下載Matlab.R2013a.UNIX.DVD
2)加載mount ISO文件,應(yīng)該是mount -o loop 源iso文件地址 /media/cdrom0或者cdrom1什么的。(這里,有可能需要:sudo mkdir /media/cdrom0一下)
3)建立安裝matlab的目錄:我是裝在 /usr/local/MATLAB,
命令:
cd /usr/local/
sudo mkdir MATLAB
sudo chown -R tiger MATLAB/
chmod +r MATLAB/ (小寫的 -r)
cd MATLAB/
mkdir R2013a
4)安裝,運行相應(yīng)光盤下的install文件: sudo /media/cdrom0/install (這樣做是給自己找麻煩,最終會有文件的權(quán)限問題,直接 雙擊install文件運行就是)
Recently, we cannot execute the files by double clicking, thus we can only , by first enter the /media/cdrom0 folder , and run ( we can actually change the setting in nautlaus to allow "double click and run")
$ sh ./install
5)運行:一路按照默認(rèn)的就行了.(注意,用standalone版本)
(But following is actually no longger needed, as we use Unity instead of Gnome)
解決在gnome下界面顯示不正常的問題:(which is actually the Java JRE problem. --- as an alternative, you can add JAVA_HOME into the .bashrc file.)
在matlab安裝目錄下的bin/matlab文件中添加:(添加在文件開始處即可)
(Note : jre location may suffer to change, use" which java" "java -version" to find it)
export MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre/ ---this is for JRE version 6
export MATLAB_JAVA=/usr/lib/jvm/java-7-openjdk-amd64/jre/ -------------- this is for JRE version 7
export MATLAB_JAVA=/usr/lib/jvm/java-8-oracle/jre/ ----------- after install the JDK java 8
6)建立啟動器:(因為直接點擊bin目錄下的matlab的話,界面顯示一下,就結(jié)束了)
命令為:/usr/local/MATLAB/R2013a/bin/matlab -desktop
matlab在linux下的安裝速度和啟動速度都比在Win下快得多。
更改到windows快捷鍵(爺們兒很少用Emacs):File-->Preferrence--> Keyboard--->Shortcuts---Active settings 設(shè)置成Windows Default Set
-------------------------------
https://wiki./index.php/Matlabstill suffers the high xorg and matlab CPU problem.