- 追加された行はこの色です。
- 削除された行はこの色です。
#author("2017-10-28T09:33:56+09:00","default:hoge","hoge")
#author("2018-04-29T15:15:56+09:00","default:hoge","hoge")
[[TeX Live]]/Fedora
-http://fedoraproject.org/wiki/Features/TeXLive
-[[TwitterSearch.ja:TeX Fedora]]
-[[TwitterSearch.ja:LaTeX Fedora]]
-[[TwitterSearch.ja:TeX Live Fedora]]
-[[TwitterSearch.ja:TeXLive Fedora]]
-[[TeXWiki:Linux/Fedora#texlivefedora>TeXWiki:Linux/Fedora#texlivefedora]]
-[[texlive: Fedora 備忘録:http://www.viewlog.net/article/445546650.html]]
-[[tex: Fedora 備忘録:http://www.viewlog.net/article/442479016.html]]
**Download [#j9bfc6ad]
-https://kojipkgs.fedoraproject.org/packages/texlive/
**Installing TeX Live/Fedora [#z748e9a3]
-https://src.fedoraproject.org/rpms/texlive
***texlive-scheme-full [#vc16b182]
-https://apps.fedoraproject.org/packages/texlive-scheme-full
-[[TwitterSearch.ja:texlive-scheme-full]]
TeX Live/Fedora をフルインストールする場合は texlive-scheme-full をインストールする
sudo dnf install texlive-scheme-full
***texlive-collection-langjapanese [#tc222434]
-https://apps.fedoraproject.org/packages/texlive-collection-langjapanese
-[[TwitterSearch.ja:texlive-collection-langjapanese]]
TeX Live/Fedora の日本語関連パッケージのみインストールする場合は texlive-collection-langjapanese をインストールする
sudo dnf install texlive-collection-langjapanese
**Repository [#zcc57b50]
-http://pkgs.fedoraproject.org/cgit/rpms/texlive.git/
**Changelog [#gb594154]
-http://pkgs.fedoraproject.org/cgit/rpms/texlive.git/log/
**Issues [#f5cc565c]
***I can't find the format file `uplatex.fmt'! [#c01745b7]
-[[TwitterSearch.ja:Fedora upLaTeX]]
-[[I can't find the format file `uplatex.fmt'!と言われコンパイルが成功しません。環境はFedora25でデスクトップ環境はGnome3です。:http://www.viewlog.net/article/442479016.html#comment]]
Fedora 27, Fedora 26, Fedora 25 の TeX Live 2016 で upLaTeX を実行すると I can't find the format file `uplatex.fmt'! と表示される
Fedora 28, Fedora 27, Fedora 26, Fedora 25 の TeX Live 2016 で uplatex を実行すると I can't find the format file `uplatex.fmt'! と表示される
/usr/share/texlive/texmf-dist/web2c/fmtutil.cnf の
uplatex, uptex, euptex の項目がコメントアウトされているので uplatex, uptex, euptex の項目のコメントアウトを外す
--- /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf.org 2017-02-09 14:19:54.883499043 +0900
+++ /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf 2017-02-09 14:20:59.219760319 +0900
@@ -121,11 +121,11 @@ tex tex - tex.ini
tex tex - tex.ini
#
# from uplatex:
-#! uplatex euptex language.dat *uplatex.ini
+uplatex euptex language.dat *uplatex.ini
#
# from uptex:
-#! uptex uptex - uptex.ini
-#! euptex euptex language.def *euptex.ini
+uptex uptex - uptex.ini
+euptex euptex language.def *euptex.ini
#
# from xetex:
xetex xetex language.def -etex xetex.ini
sudo fmtutil-sys --byfmt uplatex を実行すると uplatex.fmt が作成され upLaTeX が使用できるようになる
sudo fmtutil-sys --byfmt uplatex