- 追加された行はこの色です。
- 削除された行はこの色です。
[[TeX用語集]]
#ref(http://texstudio.sourceforge.net/images/texstudio128x128.png,right,around,nolink,TeXstudio)
//#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/splash.png,right,around,nolink,TeXstudio)
TeXstudio は LaTeX の統合環境.
-http://texstudio.sourceforge.net/
-[[TeXstudio - TeX Wiki:http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?TeXstudio]]
**Download [#add9b95b]
-http://texstudio.sourceforge.net/#download
-http://sourceforge.net/projects/texstudio/files/texstudio/
-http://jaist.dl.sourceforge.net/project/texstudio/texstudio/
//-http://ftp.jaist.ac.jp/pub/sourceforge/t/te/texstudio/texstudio/
//-ftp://ftp.jaist.ac.jp/pub/sourceforge/t/te/texstudio/texstudio/
**Screenshot [#x1a7ec6c]
>
|BGCOLOR(#CCF):マルチカーソル|BGCOLOR(#CCF):自動補完|
|&ref(http://texstudio.sourceforge.net/images/block-cursor.png,around,nolink,Multi-Cursors);|&ref(http://texstudio.sourceforge.net/images/autocompletion-help.png,around,nolink,Auto completion);|
|BGCOLOR(#CCF):1000 を超える数学記号|BGCOLOR(#CCF):ブックマーク|
|&ref(http://texstudio.sourceforge.net/images/symbols.png,around,nolink,More than 1000 mathematical symbols);|&ref(http://texstudio.sourceforge.net/images/bookmarks.png,around,nolink,Bookmarks);|
|BGCOLOR(#CCF):リンク先のオーバーレイ表示|BGCOLOR(#CCF):画像,表,数式アシスタント|
|&ref(http://texstudio.sourceforge.net/images/link-overlay.png,around,nolink,Link overlay);|&ref(http://texstudio.sourceforge.net/images/assistants.png,around,nolink,Assistants for images, tables, formulas, ...);|
|BGCOLOR(#CCF):画像ファイルのドラッグ & ドロップ|BGCOLOR(#CCF):表の整形|
|&ref(http://texstudio.sourceforge.net/images/dragdropimages.png,around,nolink,Drag & drop support for images);|&ref(http://texstudio.sourceforge.net/images/table-formating.png,around,nolink,Table-formatting);|
<
**設定 [#z275df29]
***一般 [#e03ce076]
辞書の既定の言語を en_US に変更.初期設定は de_DE.&br;
----
辞書&br;
スペルチェック辞書のディクレクトリ:&br;
&color(black,yellow){既定の言語: en_US ⬅ en_US を選択};&br;
----
***コマンド [#s620723c]
コマンドを変更.&br;
:LaTeX|
:|uplatex.exe -no-guess-input-enc -kanji=utf8 -synctex=1 -interaction=nonstopmode %.tex
:DviPs|
:|ruby.exe -e "cmd='dvips -Ppdf -z -f '+0x22.chr+'?am.dvi'+0x22.chr+' '+0x7c.chr+' '+'convbkmk -u'+' '+0x3e.chr+' '+0x22.chr+'?am.ps'+0x22.chr;system(cmd)"
:Ps2Pdf|
:|ps2pdf.exe %.ps
:DviPdf|
:|dvipdfmx.exe %.dvi
:BibTeX|
:|upbibtex.exe %
:Makeindex|
:|upmendex.exe %.idx
:Metapost|
:|upmpost.exe -interaction=nonstopmode ?me)
:Latexmk|
:|latexmk.exe -e "$latex=q/uplatex %%O -kanji=utf8 -no-guess-input-enc -synctex=1 -interaction=nonstopmode %%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 -silent %
***ビルド [#c5a436e3]
高度なオプションの表示が OFF の場合はビルド & 表示を DVI->PDFチェーンに変更.&br;
----
メタコマンド&br;
 &color(black,yellow){ビルド & 表示 DVI->PDFチェーン ⬅ DVI->PDFチェーン を選択};&br;
----
高度なオプションの表示が ON の場合はビルド & 表示を txs:///dvi-pdf-chain に変更.&br;
----
メタコマンド&br;
 &color(black,yellow){ビルド & 表示 txs:///dvi-pdf-chain ⬅ txs:///dvi-pdf-chain を選択};&br;
----
***エディタ [#jfaeb408]
和文を作成する場合はインラインチェックを OFF にする.&br;
----
エディタ&br;
&color(black,yellow){☐ インラインチェック: ⬅ 和文を作成する場合はチェックしない};&br;
-----
***詳細なエディタ設定 [#e607077f]
高度なオプションの表示を ON にすると詳細なエディタ設定が表示される.&br;
ハック/回避策の最適なディスプレイオプションの自動選択を OFF にして描画モードで Qt を選択する.&br;
----
ハック/回避策&br;
☐ アクセント記号タイプ時に回避策を無効化(Mac OS Xのみ)&br;
&color(black,yellow){☐ 最適なディスプレイオプションの自動選択 ⬅ チェックしない};&br;
 ☐ 文字幅のキャッシュを無効化&br;
 ☐ 固定ピッチモードを無効化&br;
 ☐ 描画された行のキャッシュを無効化&br;
 &color(black,yellow){描画モード: Qt ⬅ Qt を選択};&br;
----
***IPAex フォントの埋め込み [#saacb5fc]
Windows PowerShell またはコマンド プロンプトから
kanji-config-updmap-sys ipaex
または
kanji-config-updmap ipaex
を実行.
**Issues [#f708d32d]
-[[TeXstudioで全角文字がうまく表示されない問題:http://blog.yomak.info/2015/03/texstudio.html]]
**Changelog [#uf186c06]
-http://hg.code.sf.net/p/texstudio/hg/
-http://sourceforge.net/p/texstudio/hg/ci/tip/log/
-http://sourceforge.net/p/texstudio/hg/ci/tip/tree/utilities/CHANGELOG.txt
-http://anastashia.github.io/texstudio_jp_manual/#SECTIONNEW
// minimize
//🗕
//
// maximize
//🗖
//
// cross mark
//❌
//
// em space
// 
//RIGHT:🗕  🗖  ❌
//abc&br;
//  abc&br;