*[[Geany:http://www.geany.org/]] [#d1003dd0]

#ref(http://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Geany_logo.svg/200px-Geany_logo.svg.png,right,around,nolink,Geany)

&color(White,#5F2F2F){  ''◆目次◆''  };&br;

#contents

*Geany とは [#u4d63bea]

Geany は GTK+ を使用した IDE の機能を持つテキストエディタです.~
Geany は 軽くて高速な IDE としても使用できます.~
Geany は LaTeX の編集に対応しており,Shift_JIS/CP932/ISO-2022-JP/EUC-JP/UTF-8 等の文字コードに対応しています.~

-[[Geany:http://www.geany.org/]]

**動作環境 [#ib302119]

Windows, OS X, Linux

**License [#q7890579]

[[GPL:https://github.com/geany/geany/blob/master/COPYING]]

**リリース情報/ChangeLog [#n1e93e0e]

-[[ChangeLog:http://www.geany.org/Documentation/ChangeLog]]
-[[geany/geany · GitHub:https://github.com/geany/geany]]
--[[tags:https://github.com/geany/geany/tags]]
--[[commit:https://github.com/geany/geany/commits/]]

*Geany で LaTeX [#s0f3de16]
**ビルドコマンドの設定 [#aaa2ae74]

Geany はデフォルトで LaTeX のビルドに対応しています.

[ビルド(%%%B%%%)]-[ビルドコマンドを設定(%%%S%%%)]

***LaTeX コマンド [#z6996bd9]
:LaTeX -> %%%D%%%VI|platex -synctex=1 --file-line-error-style "%f"&br;uplatex -synctex=1 --file-line-error-style "%f"
:LaTeX -> %%%P%%%DF|platex -synctex=1 --file-line-error-style "%f" && dvipdfmx "%e.dvi"&br;platex -synctex=1 --file-line-error-style "%f" && dvips -Ppdf -z -f "%e.dvi" | convbkmk -g > "%e.ps" && ps2pdf "%e.ps"&br;uplatex -synctex=1 --file-line-error-style "%f" && dvipdfmx "%e.dvi"&br;uplatex -synctex=1 --file-line-error-style "%f" && dvips -Ppdf -z -f "%e.dvi" | convbkmk -u > "%e.ps" && ps2pdf "%e.ps"&br;pdflatex -synctex=1 --file-line-error-style "%f"&br;lualatex -synctex=1 --file-line-error-style "%f"&br;luajitlatex -synctex=1 --file-line-error-style "%f"&br;xelatex -synctex=1 --file-line-error-style "%f"

***コマンドを実行 [#r981dc9c]
:V%%%i%%%ew PDF File|evince "%e.pdf"&br;okular --unique "%e.pdf"&br;zathura -s -x "geany +%{line} %{input}" "%e.pdf"&br;qpdfview --unique "%e.pdf"&br;pdfviewer "%e.pdf"
:%%%V%%%iew DVI File|pxdvi -watchfile 1 "%e.dvi"

**[[GeanyLaTeX:http://frank.uvena.de/en/Geany/geanylatex/]] [#scc8a76c]
-http://git.geany.org/geany-plugins/log/?qt=grep&q=GeanyLaTeX

*関連リンク [#j4cca0b1]
-[[geany-dark-scheme:http://code.google.com/p/geany-dark-scheme/]]
-[[MacにGeanyをインストール:http://code-life.net/?p=951]]