*[[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/]]
-[[Geany Portable:http://sourceforge.net/projects/geanyportable/files/]]

**動作環境 [#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 -> %%%P%%%DF|
:|platex -synctex=1 --file-line-error-style "%f" && dvipdfmx "%e.dvi"
:|platex -synctex=1 --file-line-error-style "%f" && dvips -Ppdf -z -f "%e.dvi" | convbkmk -g > "%e.ps" && ps2pdf "%e.ps"
:|uplatex -synctex=1 --file-line-error-style "%f" && dvipdfmx "%e.dvi"
:|uplatex -synctex=1 --file-line-error-style "%f" && dvips -Ppdf -z -f "%e.dvi" | convbkmk -u > "%e.ps" && ps2pdf "%e.ps"
:|pdflatex -synctex=1 --file-line-error-style "%f"
:|lualatex -synctex=1 --file-line-error-style "%f"
:|luajitlatex -synctex=1 --file-line-error-style "%f"
:|xelatex -synctex=1 --file-line-error-style "%f"

***コマンドを実行 [#r981dc9c]
:V%%%i%%%ew PDF File|
:|evince "%e.pdf"
:|okular --unique "%e.pdf"
:|zathura -s -x "geany +%{line} %{input}" "%e.pdf"
:|qpdfview --unique "%e.pdf"
:|pdfviewer "%e.pdf"
:|texworks "%e.pdf"
:|firefox -new-window "%e.pdf"
:|acroread "%e.pdf"

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

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