- 追加された行はこの色です。
- 削除された行はこの色です。
#author("2018-10-04T10:13:05+09:00","default:hoge","hoge")
#author("2018-10-09T18:42:22+09:00","default:hoge","hoge")
[[TeX Live]]/Fedora
-https://fedoraproject.org/wiki/Features/TeXLive
-https://labs.fedoraproject.org/en/scientific/
-https://twitter.com/fedorausers
-https://bodhi.fedoraproject.org/updates/
--https://bodhi.fedoraproject.org/updates/FEDORA-2018-cef4a280a0
-https://www.spinics.net/lists/fedora-package-announce/
--https://www.spinics.net/lists/fedora-package-announce/msg249829.html
-[[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/
***パッケージ署名鍵 [#b4e0f95b]
-https://getfedora.org/ja/keys/
**Installing TeX Live/Fedora [#z748e9a3]
-https://src.fedoraproject.org/rpms/texlive
-https://apps.fedoraproject.org/packages/texlive
-https://apps.fedoraproject.org/packages/s/texlive
--https://apps.fedoraproject.org/packages/texlive
--https://apps.fedoraproject.org/packages/texlive-base
***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 & texlive-xetex [#tc222434]
-https://apps.fedoraproject.org/packages/texlive-collection-langjapanese
-[[TwitterSearch.ja:texlive-collection-langjapanese]]
-https://apps.fedoraproject.org/packages/texlive-xetex
-[[TwitterSearch.ja:texlive-xetex]]
TeX Live/Fedora の日本語関連パッケージのみインストールする場合は texlive-collection-langjapanese と texlive-xetex をインストールする
sudo dnf install texlive-collection-langjapanese texlive-xetex
dvipdfmx は xdvipdfmx へのシンボリックリンクのため xdvipdfmx が収録されている [[texlive-xetex:https://apps.fedoraproject.org/packages/texlive-xetex/contents/]] が必要
dvipdfmx は xdvipdfmx へのシンボリックリンクのため xdvipdfmx が収録されている texlive-xetex が必要
**Repository [#zcc57b50]
-https://src.fedoraproject.org/cgit/rpms/texlive.git/
**Changelog [#gb594154]
-https://src.fedoraproject.org/cgit/rpms/texlive.git/log/
**Issues [#f5cc565c]
//**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 29 (Beta) の TeX Live 2018 で uplatex を実行すると I can't find the format file `uplatex.fmt'! と表示される
euptex -ini -jobname=uplatex -progame=uplatex *uplatex.ini
を実行すると ? が 5 回表示されるのでそれぞれ Enter を入力して処理を進めると uplatex.fmt が作成され upLaTeX が使用できるようになる
Fedora 28 (Updates) の TeX Live 2017 で uplatex を実行すると I can't find the format file `uplatex.fmt'! と表示される
sudo dnf install texlive-uplatex
を実行して下の TeX Live 2016 の場合と同様の作業をすると uplatex.fmt が作成され upLaTeX が使用できるようになる
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