[[Linux]] > Linux Mint
[[Linux]] > Linux Mint/Debian/Ubuntu

*[[Linux Mint:http://linuxmint.com/]] [#f4077eb2]
*[[Linux Mint:https://linuxmint.com/]]/[[Debian:https://www.debian.org/]]/[[Ubuntu:https://www.ubuntu.com/]] [#f4077eb2]

#ref(http://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Linux_Mint_logo_and_wordmark.svg/500px-Linux_Mint_logo_and_wordmark.svg.png,right,around,nolink,Linux Mint)
Linux Mint はデスクトップ向けの使いやすい Linux ディストリビューションです.

&color(White,#5F2F2F){  ''◆目次◆''  };&br;
Debian はコミュニティによって作られる「自由なオペレーティングシステム(OS)」です.

Ubuntu は Ubuntu コミュニティにより開発されているオペレーティングシステムです.

----
#contents
----

*[[Linux Mint とは:http://linuxmint-jp.net/linuxmint.html]] [#b5a36704]
**TeX Live [#texlive]

Linux Mint は [[Ubuntu>Linux/Ubuntu]] と [[Debian GNU/Linux>Linux/Debian]] をベースにした Linux ディストリビューションです.
***TeX Live 公式パッケージ &aname(texliveinstall); [#ef984d1b]

-[[Linux Mint:http://linuxmint.com/]]
-[[Linux Mint Japan:http://linuxmint-jp.net/]]
-https://github.com/linuxmint
-[[Linux#texliveinstall]] & [[texlive-dummy#linuxmint]]

*TeX Live [#d237a7b2]
***TeX Live/Debian &aname(texlivedebian); [#qcd9ce14]

**TeX Live 2013 [#ef984d1b]
-[[TeX Live 2013>Linux/Ubuntu#texlive2013install]]
-[[Debian support - TeX Live - TeX Users Group:http://www.tug.org/texlive/debian.html]]
-https://packages.ubuntu.com/ja/texlive-full
-https://packages.debian.org/search?keywords=texlive-full
-https://packages.ubuntu.com/ja/texlive-lang-japanese
-https://packages.debian.org/search?keywords=texlive-lang-japanese
-https://packages.ubuntu.com/ja/texlive-latex-extra
-https://packages.debian.org/search?keywords=texlive-latex-extra
-https://packages.ubuntu.com/ja/xzdec
-https://packages.debian.org/search?keywords=xzdec
-[[tex-live in Launchpad:https://launchpad.net/tex-live]]
--[[trunk:https://code.launchpad.net/~naesten/tex-live/trunk]]
---[[ChangeLog:http://bazaar.launchpad.net/~naesten/tex-live/trunk/view/head:/ChangeLog]]
-https://launchpad.net/ubuntu/+source/texlive-base
--https://launchpad.net/ubuntu/+source/texlive-base/+changelog
-https://launchpad.net/ubuntu/+source/texlive-lang
--https://launchpad.net/ubuntu/+source/texlive-lang/+changelog
-[[debian/ubuntuのuplatexでNotoフォントの太明朝体や丸ゴシック体など7書体使う手順:https://qiita.com//kakinaguru_zo/items/8c34ee921a8bbfd1663a]]
-[[Ubuntu/Debian上のLuaTeXでGoogle Notoフォントの日本語7書体を使う:https://qiita.com/kakinaguru_zo/items/764c54f2e84d21092069]]

**TeX Live 2013/Debian [#qcd9ce14]
-[[Linux/Ubuntu#texlive2013debian]]
フルインストールする場合は

**TeX Live 2012 [#q00bf695]
-[[Linux で日本語 TeX 環境構築:http://c2de6320.hatenablog.com/entry/2013/04/29/180934]]
-[[Gtiddlywiki [ a server side tiddlywiki runs on GAE ] tex:http://tsrtesttest.appspot.com/wiki/tex]]
--[[texlive 2012 インストール Debian Linux Mint Edition:http://tsrtesttest.appspot.com/wiki/texlive%202012%20%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%20Debian%20Linux%20Mint%20Edition]]
--[[texlive framed 改:http://tsrtesttest.appspot.com/wiki/texlive%20framed%20%E6%94%B9]]
--[[texlive 画像挿入でleftborderがブラック・ホワイトアウトする件:http://tsrtesttest.appspot.com/wiki/texlive%20%E7%94%BB%E5%83%8F%E6%8C%BF%E5%85%A5%E3%81%A7leftborder%E3%81%8C%E3%83%96%E3%83%A9%E3%83%83%E3%82%AF%E3%83%BB%E3%83%9B%E3%83%AF%E3%82%A4%E3%83%88%E3%82%A2%E3%82%A6%E3%83%88%E3%81%99%E3%82%8B%E4%BB%B6]]
 sudo apt install texlive-full

**TeX Live 2012/Debian [#ea828b67]
-[[Linux/Ubuntu#texlive2012debian]]
-[[Linuxに日本語LaTeXを導入する:http://note.chiebukuro.yahoo.co.jp/detail/n151638]]
-[[linux mint 14 cinnamon というOSで「Gummi」や「Texmaker」というソフトでLatexの文書を作成したいのですが、日本語環境設定がうまくいきません。やり方を教えてください。:http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1497730384]]
日本語関連のパッケージのみインストールする場合は

*[[Python]] [#reda4f97]
 sudo apt install texlive-lang-japanese texlive-latex-extra

[[Linux/Ubuntu#python]]
を実行します.
[[jlreq]] は LuaLaTeX 非利用時は everyhook.sty が必要なので texlive-latex-extra をインストールする必要があります.

*[[Ruby]] [#mf285d32]
tlmgr も実行できます.
tlmgr の実行には xzdec パッケージが必要です.

[[Linux/Ubuntu#ruby]]
 sudo apt install xzdec
 tlmgr init-usertree

*[[Perl]] [#e850770a]
texlive-lang-japanese パッケージのみインストールした場合は LuaTeX-ja や BXjscls を使用するとエラーが発生することがあります.
エラーが発生する場合は必要なパッケージを追加でインストールします.

[[Linux/Ubuntu#perl]]
-! LaTeX Error: File `luatexbase.sty' not found. が発生する場合

*[[Evince]] [#qfdb160b]
 sudo apt install texlive-luatex

[[Linux/Ubuntu#evince]]
-! LaTeX Error: File `xkeyval.sty' not found. が発生する場合

*[[Okular]] [#ba1358b3]
 sudo apt install texlive-latex-recommended

[[Linux/Ubuntu#okular]]
-! LaTeX Error: File `filehook.sty' not found. が発生する場合

*[[qpdfview]] [#u94ec4be]
 sudo apt install texlive-latex-extra

[[Linux/Ubuntu#qpdfview]]
-luaotfload | db : Reload initiated (formats: otf,ttf,ttc,dfont); reason: "File not found: lmroman10-regular.".&br;! Font \EU2/lmr/m/n/10=file:lmroman10-regular:script=latn;+trep;+tlig; at 10pt not loadable: metric data not found or bad. が発生する場合

*[[MuPDF]] [#c80fa1e6]
 sudo apt install fonts-lmodern

[[Linux/Ubuntu#mupdf]]
-! LaTeX Error: File `xunicode.sty' not found. が発生する場合

*[[Texmaker]] [#u8c0cbda]
 sudo apt install texlive-xetex

[[Linux/Ubuntu#texmaker]]
-! LaTeX Error: File `CJK.sty' not found. が発生する場合

*[[LyX]] [#jdcf4217]
 sudo apt install latex-cjk-common

[[Linux/Ubuntu#lyx]]
-kpathsea: Running mktextfm ipxm-r-u65&br;/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation  for ipxm-r-u65. が発生する場合

*[[TeXworks]] [#g455c5e0]
 sudo apt install texlive-fonts-extra

[[Linux/Ubuntu#texworks]]
**[[Ghostscript]] &aname(ghostscript); [#t53b858c]

*[[Gummi]] [#g4646b51]
 sudo apt install ghostscript

[[Linux/Ubuntu#gummi]]
**[[Python]] &aname(python); [#reda4f97]

*[[LaTeXila]] [#ied3d1b1]
 sudo apt install python3

[[Linux/Ubuntu#latexila]]
**[[Julia]] &aname(julia); [#xf5a03c6]

*[[Kile]] [#b86719e1]
 sudo apt install julia

[[Linux/Ubuntu#kile]]
**[[Ruby]] &aname(ruby); [#mf285d32]

*[[Eclipse]] [#bd4e03c3]
 sudo apt install ruby

[[Linux/Ubuntu#eclipse]]
**[[Perl]] &aname(perl); [#e850770a]

*[[Emacs]] [#w2c42a95]
 sudo apt install perl

[[Linux/Ubuntu#emacs]]
**[[Evince]] &aname(evince); [#qfdb160b]

*[[Vim]] [#febc084d]
 sudo apt install evince

[[Linux/Ubuntu#vim]]
**[[Okular]] &aname(okular); [#ba1358b3]

*[[gedit]] [#fc6bbe0c]
 sudo apt install okular kde-l10n-ja

[[Linux/Ubuntu#gedit]]
**[[zathura]] &aname(zathura); [#eabe50ed]

*[[Geany]] [#caa66bfb]
 sudo apt install zathura

[[Linux/Ubuntu#geany]]
**[[qpdfview]] &aname(qpdfview); [#u94ec4be]

*[[Inkscape]] [#ke45cdf4]
 sudo apt install qpdfview

[[Linux/Ubuntu#inkscape]]
**[[MuPDF]] &aname(mupdf); [#c80fa1e6]

*fcitx-mozc [#a10c0ee8]
 sudo apt install mupdf mupdf-tools

Linux Mint 15 では fcitx-mozc が利用できます.~
**[[Adobe Acrobat Reader]] [#je5a1069]

[[Linux/Ubuntu#fcitx-mozc]]
[[Adobe Acrobat Reader#linux]]

**[[LyX]] &aname(lyx); [#jdcf4217]

 sudo apt install lyx

**[[TeXstudio]] &aname(texstudio); [#q1b2ff71]

 sudo apt install texstudio texstudio-l10n texstudio-doc

**[[Texmaker]] &aname(texmaker); [#f4899fdc]

 sudo apt install texmaker

**[[TeXworks]] &aname(texworks); [#g455c5e0]

 sudo apt install texworks

**[[Emacs]] &aname(emacs); [#w2c42a95]

 sudo apt install emacs

***[[AUCTeX]] [#r3a92e85]

-https://launchpad.net/ubuntu/+source/auctex/
--https://launchpad.net/ubuntu/+source/auctex/+changelog

***[[YaTeX]] [#reffaf03]

-https://launchpad.net/ubuntu/+source/yatex/
--https://launchpad.net/ubuntu/+source/yatex/+changelog

**[[Vim]] &aname(vim); [#febc084d]

 sudo apt install vim vim-gtk

**[[Inkscape]] &aname(inkscape); [#ke45cdf4]

 sudo apt install inkscape pstoedit