*[[GNOME LaTeX:https://gitlab.gnome.org/swilmet/gnome-latex]] [#e966f73d]

----
#contents
----

*GNOME LaTeX とは [#h4d58d3b]

GNOME LaTeX は LaTeX 統合環境 (LaTeX エディタ) です.
SyncTeX に対応しています.

-[[Sébastien Wilmet / gnome-latex · GitLab:https://gitlab.gnome.org/swilmet/gnome-latex]]

**動作環境 [#a52783ff]

Windows, macOS, Linux

**License [#a34a81c6]

[[GPLv3:https://gitlab.gnome.org/swilmet/gnome-latex/-/blob/main/COPYING]]

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

-[[Sébastien Wilmet / gnome-latex · GitLab:https://gitlab.gnome.org/swilmet/gnome-latex]]
--[[NEWS:https://gitlab.gnome.org/swilmet/gnome-latex/-/blob/main/NEWS]]
--[[コミットログ:https://gitlab.gnome.org/swilmet/gnome-latex/-/commits/main/]]

//*不具合 [#o7b20b21]

*インストール [#b3035bdc]

**Windows [#xe7a69b8]

-https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-gnome-latex

Windows 版 GNOME LaTeX は MSYS2 の pacman でインストールできます.

 pacman -S mingw-w64-x86_64-gnome-latex

を実行します.

**macOS [#b3c38ac4]

-https://formulae.brew.sh/formula/gnome-latex
--https://github.com/Homebrew/homebrew-core/blob/master/Formula/gnome-latex.rb

 brew install gnome-latex

**Arch Linux/Manjaro Linux [#z0c32b42]

-https://www.archlinux.org/packages/?name=gnome-latex

 sudo pacman -S gnome-latex

**openSUSE [#z63d593b]

-https://software.opensuse.org/package/gnome-latex

 sudo zypper install gnome-latex

*Build Tool [#t1320044]

[Build] > [Manage Build Tools]

//**Default build tools [#s9d34304]
//
//***LaTeX → DVI → PDF (Latexmk) [#kfbc0e63]
//
//デフォルトでは
//:Commands|
//:|latexmk -pdfdvi -synctex=1 $filename
//:Post Processor|
//:|latexmk
//
//となっています.
//デフォルトの設定を削除して以下のように設定します.
//
//:Commands|
//:|latexmk -e '$latex=q/uplatex %O -synctex=1 %S/' -e '$bibtex=q/upbibtex %O %B/' -e '$biber=q/biber %O --bblencoding=utf8 -u -U --output_safechars %B/' -e '$makeindex=q/upmendex %O -o %D %S/' -e '$dvipdf=q/dvipdfmx %O -o %D %S/' -norc -gg -pdfdvi "$filename"
//:|latexmk -e '$latex=q/uplatex %O -synctex=1 %S/' -e '$bibtex=q/bibtexu %O %B/' -e '$biber=q/biber %O --bblencoding=utf8 -u -U --output_safechars %B/' -e '$makeindex=q/upmendex %O -o %D %S/' -e '$dvipdf=q/dvipdfmx %O -o %D %S/' -norc -gg -pdfdvi "$filename"
//:Post Processor|
//:|latexmk
//
//[Build] > [LaTeX → DVI → PDF (Latexmk)] で実行できます.

**Personal build tools [#kcfc97ba]

***upLaTeXmk [#q6b26226]
:Commands|
:|latexmk -e '$latex=q/uplatex %O -synctex=1 %S/' -e '$bibtex=q/upbibtex %O %B/' -e '$biber=q/biber %O --bblencoding=utf8 -u -U --output_safechars %B/' -e '$makeindex=q/upmendex %O -o %D %S/' -e '$dvipdf=q/dvipdfmx %O -o %D %S/' -norc -gg -pdfdvi "$filename"
:|latexmk -e '$latex=q/uplatex %O -synctex=1 %S/' -e '$bibtex=q/bibtexu %O %B/' -e '$biber=q/biber %O --bblencoding=utf8 -u -U --output_safechars %B/' -e '$makeindex=q/upmendex %O -o %D %S/' -e '$dvipdf=q/dvipdfmx %O -o %D %S/' -norc -gg -pdfdvi "$filename"
:Post Processor|
:|latexmk

[Build] > [upLaTeXmk] で実行できます.

***LuaLaTeXmk [#s8b1424d]
:Commands|
:|latexmk -e '$lualatex=q/lualatex %O -synctex=1 %S/' -e '$bibtex=q/upbibtex %O %B/' -e '$biber=q/biber %O --bblencoding=utf8 -u -U --output_safechars %B/' -e '$makeindex=q/upmendex %O -o %D %S/' -norc -gg -pdflua "$filename"
:|latexmk -e '$lualatex=q/lualatex %O -synctex=1 %S/' -e '$bibtex=q/bibtexu %O %B/' -e '$biber=q/biber %O --bblencoding=utf8 -u -U --output_safechars %B/' -e '$makeindex=q/upmendex %O -o %D %S/' -norc -gg -pdflua "$filename"
:Post Processor|
:|latexmk

[Build] > [LuaLaTeXmk] で実行できます.

*Evince との連携 [#t97f1692]

**forward search [#o187dfd8]

[Search] > [Search Forward] または Ctrl+Alt+F で forward search ができます.

**inverse search [#tc58bb85]

Evince 上で Ctrl + 左クリックを実行すると TeX 文書の対応する行にジャンプします.