[[Linux]] > Fedora

*[[Fedora:https://getfedora.org/]] [#l0a22986]

Fedora は信頼性が高く、ユーザーフレンドリーで、パワフルな Linux ディストリビューションです.

//#ref(http://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Fedora_logo_and_wordmark.svg/500px-Fedora_logo_and_wordmark.svg.png,right,around,nolink,Fedora)

----
#contents
----


**[[TeX Live]] [#texlive]

***TeX Live 公式パッケージ &aname(texliveinstall); [#dfc42b2c]
-[[Linux#texliveinstall]] & [[texlive-dummy#fedora]]


***TeX Live/Fedora &aname(texlivefedora); [#n44a0820]

-[[Features/TeXLive - FedoraProject:http://fedoraproject.org/wiki/Features/TeXLive]]
-https://apps.fedoraproject.org/packages/texlive
-https://apps.fedoraproject.org/packages/texlive-scheme-full
-https://apps.fedoraproject.org/packages/texlive-collection-langjapanese
-https://kojipkgs.fedoraproject.org/packages/texlive/

フルインストールする場合は

 sudo dnf install texlive-scheme-full

日本語関連のパッケージのみインストールする場合は

 sudo dnf install texlive-collection-langjapanese

を実行します.

Fedora 25 の TeX Live 2016 で upLaTeX を実行すると I can't find the format file `uplatex.fmt'! と表示されます.

Fedora 25 の TeX Live 2016 では /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

**[[Ghostscript]] [#w3eeacef]

Fedora の Ghostscript は初期設定では日本語が文字化けするかもしれません.
日本語が文字化けする場合は [[Ghostscript/Linux]] を参照して適切に設定することで日本語が文字化けせずに出力できるようになります.

 sudo dnf install ghostscript

**[[Python]] [#z2c220a1]

***Python 3 [#o15f7222]

 sudo dnf install python3

***Python 2 [#c019fdb6]

 sudo dnf install python

**[[Julia]] [#h3524e63]

 sudo dnf install julia

**[[Ruby]] [#j99de34a]

 sudo dnf install ruby

**[[Perl]] [#m7e04372]

 sudo dnf install perl

**[[Evince]] [#na36e8b6]

 sudo dnf install evince

**[[Okular]] [#k7d05705]

 sudo dnf install okular

**[[zathura]] [#i470648d]

 sudo dnf install zathura zathura-pdf-poppler

**[[qpdfview]] [#yf420316]

 sudo dnf install qpdfview

**[[MuPDF]] [#id862097]

 sudo dnf install mupdf

**[[LyX]] [#n0d7807d]

 sudo dnf install lyx

**[[TeXstudio]] [#aaf316c5]

 sudo dnf install texstudio

**[[Texmaker]] [#lcf03ec4]

 sudo dnf install texmaker

**[[TeXworks]] [#q8a87364]

 sudo dnf install texworks

**[[Eclipse]] [#p298a48c]

 sudo dnf install eclipse

**[[Emacs]] [#m28f0609]

 sudo dnf install emacs

**[[Vim]] [#c4ba801a]

 sudo dnf install vim

**[[Inkscape]] [#ue2d802a]

 sudo dnf install inkscape texlive-latex texlive-dvips texlive-dvisvgm pstoedit python-lxml

**ibus-kkc [#a96c1055]

-[[ueno/libkkc · GitHub:https://github.com/ueno/libkkc]]
-[[du -a ~ueno | Just another WordPress site:http://blog.du-a.org/]]
-[[Features/libkkc - FedoraProject:https://fedoraproject.org/wiki/Features/libkkc]]