Deepin下安裝搭建latex編寫環境

2022-07-13 05:33:10 字數 2439 閱讀 8825

一、引言

作為一名學生,經常需要寫學術**,那麼可選的有latex和ms office。但是大家知道在linux上沒辦法用office。而linux上的wps對公式支援不太行。因此,學會用latex來寫**比較好。在這裡,博主就用texlive2020+texstudio來為deepin系統搭配latex編寫環境。

三、安裝texlive2020

1.  首先確定自己的iso檔案放在哪。比如博主的就放在/home/qling/downloads這個位置(qling是博主的電腦使用者名稱)。記住這個位址

2. 使用圖形化安裝介面,安裝perl-tk:

sudo apt-get install perl-tk

3. 掛載texlive2020.iso安裝檔案,並安裝,命令如下:

sudo mount -o loop '/home/qling/downloads/texlive2020.iso'  /mnt  //紅色部分要改為你們自己的檔案位置

cd /mnt

sudo ./install-tl -gui

接著會出現安裝介面,直接點安裝即可。

3. 安裝完了後,解除安裝映象檔案:

cd /

sudo

umount /mnt

4. 字型配置:

sudo

cp /usr/local/texlive/2020/texmf-var/fonts/conf/texlive-fontconfig.conf /etc/fonts/conf.d/09-texlive.conf

sudo fc-cache -fsv

5. 接著搭配環境變數。在 ~/.bashrc 和 ~/.profile 中最後一行均新增如下**:

export manpath=$:/usr/local/texlive/2020/texmf-dist/doc/man 

export infopath=$:/usr/local/texlive/2020/texmf-dist/doc/info

export path=$:/usr/local/texlive/2020/bin/x86_64-linux

完成後更新下配置,開啟新的終端,輸入:

source ~/.bashrc 

source ~/.profile

6. 全域性變數配置 /etc/manpath.config 下新增:

manpath_map /usr/local/texlive/2020/bin/x86_64-linux /usr/local/texlive/2020/texmf-dist/doc/man

7. 測試是否成功

tex --version

若出現下面即成功:

tex 3.14159265 (tex live 2020

)kpathsea version

6.3.2

2020

d.e. knuth.

there is no warranty. redistribution of this software is

the lesser gnu general public license.

for

more information about these matters, see the file

named copying and the tex source.

primary author of tex: d.e. knuth.

四、安裝texstudio

在深度商店裡面即可以找到texstudio,點選安裝便可。

五、配置texstudio

依次開啟option - configure - commands,把xelatex的路徑選為/usr/local/texlive/2020/bin/x86_64-linux/xelatex即可(注意是選,通過點選「選擇程式」按鈕來選擇,不是直接把路徑複製進去)。build的方式根據使用者喜好選擇,預設是pdflatex,筆者遇到的都是需要用xelatex的,因此需要改一下。

六、關於微軟字型的安裝。

執行以下命令:

sudo apt install ttf-mscorefonts-installer # 安裝

sudo fc-cache # 生效

檢查是否成功:

fc-match arial # 檢視arial

fc-match times # 檢視times new roman

大功高成,現在應該可以在texstudio裡面寫latex了。

deepin下安裝QT開發環境

安裝 2 改變二進位制安裝包檔案屬性為所有使用者可讀可寫可執行 sudo chmod 550 qt opensource linux x64 5.8.0.run 3 用root許可權安裝二進位制安裝包 sudo qt opensource linux x64 5.8.0.run 4 用root許可權...

deepin下mysql的安裝配置

進入終端輸入 sudo apt get install y mysql server mysql client在終端中輸入如下指令 sudo mysql uroot p進入資料庫後依次輸入如下密碼 update mysql.user set plugin mysql native password ...

安裝deepin15 10下的openjdk 8

在deepin15.10下安裝 插入乙個鏈結 用開啟檔案 etc apt sources.list deb bionic main restricted universe deb bionic security main restricted universe deb bionic updates ...