Linux 下TeXLive 2016的中文字型
檢視系統的中文字型庫
$ sudo fc-list :lang-zh
安裝中文字型
第一步 建立一個字型目錄:
$ sudo mkdir /usr/share/fonts/WinFonts
第二步 把中文字型複製到上述目錄中,然後進行如下操作:
$ sudo chmod 644 # 賦予執行許可權
$ sudo mkfontscale # 重新整理字型快取
$ sudo mkfontdir # 重新整理字型快取
$ sudo fc-cache -fsv # 重新整理字型快取
第三步 配置環境變數,在 ~/.bashrc 和 ~/.profile 檔案結尾新增如下程式碼:
#自己為texlive配置的環境變數
PATH=/usr/local/texlive/2016/bin/x86_64-linux:$PATH;
export PATH
MANPATH=/usr/local/texlive/2016/texmf-dist/doc/man:
$MANPATH; export MANPATH
INFOPATH=/usr/local/texlive/2016/texmf-dist/doc/info:
$INFOPATH; export INFOPATH
配置全域性的環境變數,可在 /etc/manpath.config 檔案的 # set up PATH to MANPATH mapping. 下新增:
MANPATH_MAP
/usr/local/texlive/2016/bin/x86_64-linux
/usr/local/texlive/2016/texmf-dist/doc/man
第四步 測試安裝是否成功
askuyue@malegbasy:~$ tex --version
TeX 3.14159265 (TeX Live 2016)
kpathsea version 6.2.2
Copyright 2016 D.E. Knuth.
There is NO warranty. Redistribution of this software is
covered by the terms of both the TeX copyright and
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.
第五步 XeTEX 和 LuaTEX 的系統字型配置
- texlive-fontconfig.conf 檔案複製到 /etc/fonts/conf.d/09-texlive.conf:
$ sudo cp
/usr/local/texlive/2016/texmf-var/fonts/conf/texlive-fontconfig.conf
/etc/fonts/conf.d/09-texlive.conf
- 重新整理字型快取
$ sudo fc-cache -fv
相關文章
- 關於Linux下Texlive無法找到已安裝字型的問題與解決Linux
- linux安裝中文字型Linux
- Linux下搞定truetype字型的方法(轉)Linux
- linux如何安裝中文字型庫Linux
- linux下thunderbird字型設定Linux
- centos7下安裝中文字型CentOS
- linux系統配置中文字型,playwright中文亂碼Linux
- Linux中文字型的轉換與內嵌(轉)Linux
- LINUX下安裝oracle的java字型問題LinuxOracleJava
- Linux 下設定回落字型來避免Konsole裡中文以宋體顯示Linux
- linux下的中文輸入法Linux
- linux下顯示中文Linux
- FreeBSD系統下如何使GraphicsMagick支援中文字型?
- Linux下中文包、中文輸入法的安裝Linux
- linux系統下window字型安裝方法Linux
- html中中文字型的程式碼HTML
- 幾種中文字型的比較
- fedora 10 下LaTeX-CJK和中文字型的安裝 2/2
- Centos 安裝中文字型CentOS
- xmind 沒有中文字型
- Unity TMPro 中文字型集Unity
- linux 安裝字型解決JAVA圖形中文亂碼問題LinuxJava
- 中文自定義字型列印解決!(轉)自定義字型
- win10系統下Word中文字型全部顯示英文的解決方法Win10
- Linux下解決matplotlib中文亂碼的方法Linux
- linux字型安裝Linux
- LINUX 字型安裝Linux
- Linux Shell的輸入彩色字型Linux
- Linux中的字型設定 (轉)Linux
- 中文字型網頁開發指南網頁
- Linux下sublime text中文輸入問題Linux
- Linux下RPM 命令用法中文簡介Linux
- linux下中文安裝oracle--麻煩LinuxOracle
- LINUX下掛載U盤,中文亂碼的問題Linux
- 在linux字型下的顯示問題及幾種解決辦法Linux
- LINUX 下讓Tomcat支援中文路徑名和中文檔名LinuxTomcat
- 如何更改 Linux 控制檯上的字型Linux
- PHP歷理 配置SublimeText的基本介面及中文字型PHP