[[Eclipse]] > TeXlipse

*[[TeXlipse:http://texlipse.sourceforge.net/]] [#cc0edd31]

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

#contents

*TeXlipse とは [#m60f5d27]

TeXlipse は
[[Eclipse]] の
[[LaTeX>CTAN:help/Catalogue/entries/latex.html]] 用プラグインです.

-[[TeXlipse homepage — LaTeX for Eclipse:http://texlipse.sourceforge.net/]]
--[[All news:http://texlipse.sourceforge.net/news.php]]
--[[FAQ:http://texlipse.sourceforge.net/faq.php]]
-[[TeXlipse at SourceForge.net:http://sourceforge.net/projects/texlipse/]]
--[[Files:http://sourceforge.net/projects/texlipse/files/]]
---[[texlipse plugin:http://sourceforge.net/projects/texlipse/files/texlipse%20plugin/]]
---[[dictionaries:http://sourceforge.net/projects/texlipse/files/dictionaries/]]
---[[texlipse documentation:http://sourceforge.net/projects/texlipse/files/texlipse%20documentation/]]
-[[Pdf4Eclipse:http://borisvl.github.com/Pdf4Eclipse/]]
--[[Borisvl/Pdf4Eclipse · GitHub:https://github.com/Borisvl/Pdf4Eclipse]]
-[[BibSonomy:http://www.bibsonomy.org/]]
--[[TeXlipseBibSonomyExtension:http://www.bibsonomy.org/help_en/TeXlipseBibSonomyExtension]]
-[[CTAN:help/Catalogue/entries/texlipse.html]]

**License [#y9484ed1]

[[Eclipse Public License (EPL):http://texlipse.sourceforge.net/manual/about.html]]

**リリース情報 [#f49b6dcf]
2012-04-09 Pdf4Eclipse Version 1.1.0~
2012-04-03 BibSonomy Version 2.0.23~
2011-11-26 TeXlipse Version 1.5.0~

TeXlipse Version 1.4.2 以降は 64-bit Windows に対応しています.~

**ChangeLog [#e321b2d0]
-[[SourceForge - texlipse/net.sourceforge.texlipse/summary:http://texlipse.git.sourceforge.net/git/gitweb.cgi?p=texlipse/net.sourceforge.texlipse]]
--[[shortlog:http://texlipse.git.sourceforge.net/git/gitweb.cgi?p=texlipse/net.sourceforge.texlipse;a=shortlog]]

**スクリーンショット [#j94c34b3]
[[&ref(http://borisvl.github.com/Pdf4Eclipse/pics/screenshot_thumb.jpg,around,nolink,Pdf4Eclipse);>http://borisvl.github.com/Pdf4Eclipse/pics/screenshot.jpg]]&br;&br;
//[[&ref(http://texlipse.sourceforge.net/screenshots/bibref-screen-thumb.png,around,nolink,This picture shows the BibTeX completion in action. The cursor disappeared from the screenshot, but you can see the "shadow" of it, as one of the curly braces is highlighted on the line where the error is.);>http://texlipse.sourceforge.net/screenshots/bibref-screen.png]]
//  [[&ref(http://texlipse.sourceforge.net/screenshots/freport-screen-thumb.png,around,nolink,This picture shows navigation from build errors to source file. Latex reports all kinds of warnings and errors, and not all of them contain a line number. However, there usually is also a valid error message with line number information.);>http://texlipse.sourceforge.net/screenshots/freport-screen.png]]

**特徴 [#qe22fab6]
-アウトライン
-折りたたみ
-自動ビルド
-自動補完
-スペル・チェッカー
-SyncTeX による forward and inverse search

*注意点 [#f6b7dd5c]

**TeXlipse が文法的に正しい TeX ファイルをパースできずにエラーになる → コメント %### を使用する [#t27e1af4]

-[[TeXlipseがマクロを正しくParseしてくれない問題について:http://did2.blog64.fc2.com/blog-entry-334.html]] を参照.

TeXlipse では
 \def\|{\verb|}
のようなマクロがエラーになり,コンパイルできません.

この問題の解決策が,TeXlipse の [[FAQ:http://texlipse.sourceforge.net/faq.php]] にあります.

結論から言うと

 %###
 \def\|{\verb|}
 %###

とすれば OK です.

TeXlipse は自前で LaTeX のパーサを持っていて,ほとんどの場合は処理できるようですが,さすがに TeX コンパイラ並みのパースはできないので,上記のような場合にはエラーになってしまいます.

この場合はエラーが発生する部分の最初と最後に
 %###
という特別なコメントを入れることでパーサに該当部分を無視するようにできるそうです.

*不具合 [#t2a5d9cf]

-[[SourceForge.net: TeXlipse: Bugs:http://sourceforge.net/tracker/?group_id=133306&atid=726818]]
-[[Issues · Borisvl/Pdf4Eclipse · GitHub:https://github.com/Borisvl/Pdf4Eclipse/issues]]

を参照.

**Eclipse がフリーズする → TeXlipse git HEAD では Eclipse がフリーズする問題は修正されています [#k9639d78]
-[[Finally a fix for the very annoying bug 3511323, which could cause a freeze of Eclipse even when no TeX file was edited. Thanks to Nitin Dahyabhai for the tip.:http://texlipse.git.sourceforge.net/git/gitweb.cgi?p=texlipse/net.sourceforge.texlipse;a=commit;h=bbf0c9ab337f61a4fc0a3c283fd6823661e3e420]]
-[[TeXlipse causes Eclipse UI to freeze:http://sourceforge.net/tracker/?func=detail&aid=3511323&group_id=133306&atid=726818]] → Fixed

**TeXlipse 1.5.0 と Eclipse 4.2 (Juno) でワードラップが正常に動作しない → TeXlipse git HEAD ではワードラップの問題は修正されています [#k7905270]
-[[Fix word wrap bug which occurs in Eclipse Juno (3542507):http://texlipse.git.sourceforge.net/git/gitweb.cgi?p=texlipse/net.sourceforge.texlipse;a=commit;h=77f84799c805a5785d3ee1d8cda903e6bb52cfe9]]
-[[Word wrap in Juno:http://sourceforge.net/tracker/?func=detail&aid=3542507&group_id=133306&atid=726818]] → Fixed
-[[正常なbibファイルをなぜかパースできず、行折り返しが動作しない:https://twitter.com/tasusu/status/274718435353718784]]

**PDF renderer が SUN renderer の場合に ä ö ü fi などの文字が Pdf4Eclipse で表示されない → PDF renderer を SUN renderer 以外に設定して PDF ファイルを開き直すかまたは TeXworks, SumatraPDF, Mozilla Firefox, Chrome PDF Viewer, Adobe Reader などの外部ビューアで表示する [#c876c383]

-[[Diacritics are not displayed when compiling with XeLaTeX:https://github.com/Borisvl/Pdf4Eclipse/issues/18]] → closed

PDF renderer が SUN renderer の場合に ä ö ü fi などの文字が Pdf4Eclipse で表示されない場合は PDF renderer を SUN renderer 以外に設定して PDF ファイルを開き直すかまたは TeXworks, SumatraPDF, Mozilla Firefox, Chrome PDF Viewer, Adobe Reader などの外部ビューアで表示することができます.~

//**TeXlipse 1.5.0 で \bibliography がうまく動作しない [#i3d2f9c0]
//
//-[[SourceForge.net: TeXlipse: Detail: 3446921 - bibliography error since 1.5.0:http://sourceforge.net/tracker/?func=detail&aid=3446921&group_id=133306&atid=726818]]

**TeXlipse 1.5.0 で \cite{XXX} を使用した場合に Key XXX is undefined といった警告が表示される → コメント %### を使用する [#i0880f90]

-[[SourceForge.net: TeXlipse: Detail: 3498342 - Key XXX is undefined warning:http://sourceforge.net/tracker/index.php?func=detail&aid=3498342&group_id=133306&atid=726818]]

\cite{XXX} で Key XXX is undefined という警告が表示される場合は

 %###
 \cite{XXX}
 %###

とすることで警告を抑制できます.

*インストール [#u4a48677]

[[Eclipse]] を起動します.
----
&color(Black,#473EBE){ &color(Black,#DAEAFF){ ヘルプ(H) }; &color(White){''>''}; &color(Black,#DAEAFF){ 新規ソフトウェアのインストール... }; };&br;
----
「インストール」ウィンドウの [追加(A)...]
で
----
&color(Black,#473EBE){%%%   &color(White){''リポジトリーの追加''};                                              &color(Black,#CC3333){%%%[  &color(White){''✕''};  ]%%%}; %%%};&br;
名前(N):     %%%TeXlipse Update Site%%%&br;
ロケーション(L): %%%http://texlipse.sourceforge.net%%%
----
を入力して [OK] をクリックします.

-Bibsonomy
-Pdf4Eclipse
-TeXlipse

にチェックを入れ,[次へ(N) >] をクリックして,指示に従って TeXlipse をインストールします.~
TeXlipse のインストール後 Eclipse を再起動します.~

Update Site を使う方法が,うまくいかない場合は,[[CTAN:support/texlipse/]] や [[texlipse.sourceforge.net/release.html:http://texlipse.sourceforge.net/release.html]]
から直接ダウンロードして展開 (解凍) します.~
展開したファイルの中に plugins フォルダーがあります.~
この plugins フォルダーを Eclipse フォルダーに上書きコピーします.~

*設定 [#j3f79297]

[[TeXlipse/設定]] を参照.

*使い方 [#n32f16b3]

[[TeXlipse/使い方]] を参照.

*関連リンク [#g42d5edd]

-[[TeXlipse homepage - LaTeX for Eclipse:http://texlipse.sourceforge.net/]]
-[[Newest 'texlipse' Questions - TeX - LaTeX:http://tex.stackexchange.com/questions/tagged/texlipse]]
-[[【Win8】 TeXlipse (eclipseでLaTexを作成するためのプラグイン) インストール:なんでもかんでもコンピュータ:So-netブログ:http://ankyo.blog.so-net.ne.jp/2012-12-01]]
//-[[6. TeXlipse の追加・設定 | Eclipse を使おう別館:http://x19290.appspot.com/using-eclipse/main.html#S6]]
-[[7. TeXlipse の利用(動画) | Eclipse を使おう別館:http://19290.net/using-eclipse-annex/07/toc.html]]
-[[Feature of the Week: BibSonomy TeXlipse Plugin:http://blog.bibsonomy.org/2012/08/feature-of-week-bibsonomy-texlipse.html]]
//-[[改造版TeXlipse:http://www.csg.is.titech.ac.jp/~f_takeyama/texlipse/]]
-[[spell check does not run:http://sourceforge.net/projects/texlipse/forums/forum/451977/topic/3669794]]
-[[TeXlipse and Chrome:http://bigneek.com/content/texlipse-and-chrome]]
-[[Texlipse-Article-Template:https://github.com/feldob/Texlipse-Article-Template]]
//-[[ms4py / latexmk.py / wiki / Texlipse – Bitbucket:https://bitbucket.org/ms4py/latexmk.py/wiki/Texlipse]]
-[[TeXlipse as a lightweight portable TeX editor:http://blog.keyboardplaying.org/2012/05/26/texlipse-lightweight-portable-tex-editor/]]
-[[TeXlipse is again my favorite LaTeX environment:http://joelslinux.blogspot.jp/2012/05/texlipse-is-again-my-favorite-latex.html]]
-[[【Ubuntu,Windows】TexlipseでB4や用紙を横にする場合のdvipdfmxの設定 --- ただ、設定しなくてもtexの記述で指定できる。:http://ankyo.blog.so-net.ne.jp/2012-05-18]]
-[[TeX覚書:http://ameblo.jp/tex-memo]]
-[[TeXlipse (Windows):http://utkhii.px.tsukuba.ac.jp/~ywatanabe/pukiwiki/index.php?PC%20%A5%BB%A5%C3%A5%C8%A5%A2%A5%C3%A5%D7#odf46805]]
-[[TeXlipseでスペルチェック:http://d.hatena.ne.jp/bettamodoki/20111007/1318001930]]
-[[texlipse    [EveryWare Lab students]:http://wiki.webdev.ewlab.dico.unimi.it/doku.php?id=texlipse]]
-[[Setting up TeXlipse and SumatraPDF:http://halkov.blogspot.com/2011/04/setting-up-texlipse-and-sumatrapdf.html]]
-[[Setting up TeXlipse and Sumatra PDF:http://teakes.blogspot.com/2009/08/setting-up-texlipse-and-sumatra-pdf.html]]
-[[Texlipse と dviout でWISYWIG:http://meki789.blog123.fc2.com/blog-entry-8.html]]
-[[TeXlipseとdvioutの連携:http://fenrir.naruoka.org/archives/000735.html]]
-[[Texlipse入れてからやったこと 2009-01-23 - nakkuの日記:http://d.hatena.ne.jp/nakku/20090123]]
-[[EclipseでTeXを編集するTeXlipse:http://d.hatena.ne.jp/jun9128/20110323/]]
-[[Eclipse で LateX を使う、Texlipseの導入:http://pcwide-jp.blogspot.com/2009/06/eclipse-latex-texlipse.html]]
-[[TeXLipse のインストール:http://mailsrv.nara-edu.ac.jp/~asait/eclipse/texlipse/texlipse.htm]]
-[[eclipse の使用方法 (LaTeX, HTML):http://mailsrv.nara-edu.ac.jp/~asait/eclipse/usage/eclipse_usage.htm]]
-[[Eclipse/TeXlipse - KLab Public Wiki:http://telecom0.eng.niigata-u.ac.jp/index.php?Eclipse/TeXlipse]]
-[[TeXlipse on Mac - Song of A はてな版:http://d.hatena.ne.jp/cielan/20081128/]]
-[[Eclipseのキーバインドをvim風にできるVrapperが素晴らしすぎる件について:http://d.hatena.ne.jp/yuroyoro/20100218/1266477264]]
-[[QA: TeXlipse での BibTex の生成ファイルの置き場所について:http://oku.edu.mie-u.ac.jp/tex/mod/forum/discuss.php?d=521]]
-[[LaTeX Community • View topic - Texlipse can't find Bibtex:http://www.latex-community.org/forum/viewtopic.php?f=27&t=10481&start=0]]
-[[nomencl.sty: TeX パッケージ:http://www.biwako.shiga-u.ac.jp/sensei/kumazawa/tex/nomencl.html]]
-[[TeXlipse | Akihiro SAITO's Laboratory:http://saito.sc/archives/tag/texlipse]]
-[[TeXlipse - Fukudat.com:http://www.fukudat.com/wiki/ja/TeXlipse]]
-[[【Eclipseプラグイン】Texlipseでjbibtexを使う 某IT系研究員(予定)のひとりごと:http://javanie.blog28.fc2.com/blog-entry-17.html]]
-[[続・ダメ生活100: 【Eclipse】【TeX】EclipseにTeX環境設定:http://raycobb.blogspot.com/2010/10/eclipsetexeclipsetex.html]]
-[[■【LaTeX】eTeX 【EclipseでLaTeXを使う!】■@ソフトウェア in 2ちゃんねる (過去ログ)>http://mimizun.com/log/2ch/software/pc5.2ch.net/software/dat/1082131007.dat]]