[[TeXstudio]] > 設定

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

#contents

*設定 [#p076e369]

[オプション(O)]-[TeXstudioの設定(C)]

**高度なオプションの表示 [#r962ad23]

高度なオプションの表示をチェックすると詳細設定ができます.~
----
&color(#3F43EF,#3F43EF){%%%                      &color(Black){''TeXstudio''};                     &color(#DD4444,#DD4444){%%%[ &color(White){''×''}; ]%%%};%%%};&br;
     高度なオプションを有効化しました。&br;
     これで詳細にTXSを設定することが可能です。&br;
     一般的な設定のみを見るには再度高度なオプションを無効化してください。&br;
----

**設定ファイル [#g2cec334]

>
|CENTER:環境|CENTER:設定ファイルが保存されるフォルダー|CENTER:ファイル名|h
|Portable バージョン|TeXstudio の実行ファイルと同じフォルダー|texstudio.ini|
|Windows|%APPDATA%\texstudio\|texstudio.ini|
|UNIX, Linux, OS X|$HOME/.config/texstudio/|texstudio.ini|
<


**コマンド [#yc27e161]

#ls2()

を参照して uplatex, upbibtex, biber, dvipdfmx, latexmk などの設定をします.~

**ビルド [#cb495de1]
***高度なオプションの表示が OFF の場合 [#f13fa401]

uplatex + dvipdfmx を実行して PDF ファイルを表示する場合は ビルド &amp; 表示 を DVI->PDFチェーン に変更します.~
Latexmk を実行して PDF ファイルを表示する場合は ビルド &amp; 表示 を コンパイル &amp; 表示 に変更して 既定のコンパイラ を Latexmk に変更します.~
----
&color(#3F43EF,#3F43EF){%%%                              &color(Black){''TeXstudioの設定''};                        &color(#3F43EF,#3F43EF){%%%[ &color(Black){''?''}; ]%%%};&color(#DD4444,#DD4444){%%%[ &color(White){''×''}; ]%%%};%%%};&br;

#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_general.png,left,around,nolink,37x37,一般)
一般              メタコマンド&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_commands.png,left,around,nolink,37x37,コマンド)
コマンド             ビルド &amp; 表示   &color(Black,#EEEEEE){[DVI->PDFチェーン            ▼]};&color(black,yellow){''← DVI->PDFチェーン に変更する''};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_quickbuild.png,left,around,nolink,37x37,ビルド)
&color(Black,#DAEAFF){ビルド           };    既定のコンパイラ &color(Black,#EEEEEE){[Latexmk                  ▼]};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_shortcut.png,left,around,nolink,37x37,キーボードショートカット)
キーボードショートカット    既定のビューワー &color(Black,#EEEEEE){[PDFビューア               ▼]};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,エディタ)
エディタ             PDFビューア   &color(Black,#EEEEEE){[組み込みPDFビューア (埋め込み)   ▼]};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,構文の強調表示)
構文の強調表示        既定の文献   &color(Black,#EEEEEE){[Biber                     ▼]};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_completion.png,left,around,nolink,37x37,コマンドの補完)
コマンドの補完&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,文法)
文法&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_preview.png,left,around,nolink,37x37,プレビュー)
プレビュー&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_svn.png,left,around,nolink,37x37,SVN)
SVN&br;
&br;
&br;
                          ユーザーコマンド&br;
                           &color(Black,#EEEEEE){[ &color(Green){''✚''}; 追加  ]};&br;
&br;
&br;
 ☐ 高度なオプションの表示
&br;
----

***高度なオプションの表示が ON の場合 [#x0fa4d02]
uplatex + dvipdfmx を実行して PDF ファイルを表示する場合は ビルド &amp; 表示 を txs:///dvi-pdf-chain に変更します.~
Latexmk を実行して PDF ファイルを表示する場合は ビルド &amp; 表示 を txs:///compile &#x7c; txs:///view に変更して 既定のコンパイラ を txs:///latexmk に変更します.~
----
&color(#3F43EF,#3F43EF){%%%                                      &color(Black){''TeXstudioの設定''};                                &color(#3F43EF,#3F43EF){%%%[ &color(Black){''?''}; ]%%%};&color(#DD4444,#DD4444){%%%[ &color(White){''×''}; ]%%%};%%%};&br;

#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_general.png,left,around,nolink,37x37,一般)
一般              メタコマンド&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_commands.png,left,around,nolink,37x37,コマンド)
コマンド             ビルド &amp; 表示      [txs:///dvi-pdf-chain                          ''ᐯ'']&color(black,yellow){''← txs:///dvi-pdf-chain に変更する''};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_quickbuild.png,left,around,nolink,37x37,ビルド)
&color(Black,#DAEAFF){ビルド           };    既定のコンパイラ    [txs:///latexmk                              ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_shortcut.png,left,around,nolink,37x37,キーボードショートカット)
キーボードショートカット    既定のビューワー    [txs:///view-pdf                             ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_latexmenus.png,left,around,nolink,37x37,メニュー)
メニュー             PDFビューア      [txs:///view-pdf-internal --embedded                 ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_toolbars.png,left,around,nolink,37x37,ツールバー)
ツールバー           既定の文献       [txs:///biber                               ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,エディタ)
エディタ             既定の索引ツール    [txs:///makeindex                            ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_advancededitor.png,left,around,nolink,37x37,詳細なエディタ設定)
詳細なエディタ設定      PSチェーン       [txs:///latex &#x7c; txs:///dvips &#x7c; txs:///view-ps             ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,構文の強調表示)
構文の強調表示       DVIチェーン       [txs:///latex &#x7c; txs:///view-dvi                     ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,カスタム強調表示)
カスタム強調表示      PDFチェーン       [txs:///pdflatex &#x7c; txs:///view-pdf                   ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_completion.png,left,around,nolink,37x37,コマンドの補完)
コマンドの補完        DVI->PDFチェーン    [txs:///latex &#x7c; txs:///dvipdf &#x7c; txs:///view-pdf           ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,文法)
文法              DVI->PS->PDFチェーン [txs:///latex &#x7c; txs:///dvips &#x7c; txs:///ps2pdf &#x7c; txs:///view-pdf  ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_preview.png,left,around,nolink,37x37,プレビュー)
プレビュー           Asymptote DVIチェーン [txs:///latex &#x7c; txs:///asy &#x7c; txs:///latex &#x7c; txs:///view-dvi     ''ᐯ'']&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_svn.png,left,around,nolink,37x37,SVN)
SVN              Asymptote PDFチェーン [txs:///pdflatex &#x7c; txs:///asy &#x7c; txs:///pdflatex &#x7c; txs:///view-pdf ''ᐯ'']&br;
&br;
                          ユーザーコマンド&br;
                           &color(Black,#EEEEEE){[ &color(Green){''✚''}; 追加  ]};&br;
&br;
&br;
                          ビルドオプション&br;
                          ☑ コンパイル前に参考文献を確認・更新&br;
                          ☑ コンパイル開始時にメッセージを表示&br;
                          ☐ すでにdvi/ps/pdfファイルが開いている場合、新たにビューアを起動しない&br;
                          標準出力に表示:                 &color(Black,#EEEEEE){[ユーザーコマンドに対してのみ             ▼]};&br;
                          コンパイルの繰り返しの最大数:        %%%5                               [''⇕'']%%%&br;
                          追加の検索パス:&br;
                           ログファイル&br;
                           PDFファイル&br;
                           コマンド($PATH)&br;
&br;
 ☑ 高度なオプションの表示
&br;
----

**エディタ [#m95b4393]

***高度なオプションの表示が OFF の場合 [#j5e857fd]
デフォルトの文字コードは UTF-8 です.~
日本語の文書を作成する場合はインラインチェックのチェックをはずします.~
----
&color(#3F43EF,#3F43EF){%%%                                             &color(Black){''TeXstudioの設定''};                                       &color(#3F43EF,#3F43EF){%%%[ &color(Black){''?''}; ]%%%};&color(#DD4444,#DD4444){%%%[ &color(White){''×''}; ]%%%};%%%};&br;

#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_general.png,left,around,nolink,37x37,一般)
一般              エディタ&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_commands.png,left,around,nolink,37x37,コマンド)
コマンド            フォントファミリー:          %%%メイリオ                      ''ᐯ''%%% ☐ モノスペースフォントのみ表示&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_quickbuild.png,left,around,nolink,37x37,ビルド)
ビルド             フォントサイズ:            %%%12                                                   [''⇕'']%%%&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_shortcut.png,left,around,nolink,37x37,キーボードショートカット)
キーボードショートカット   既定のフォントエンコーディング: &color(Black,#EEEEEE){%%%[UTF-8                      ▼]%%%};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,エディタ)
&color(Black,#DAEAFF){エディタ          };   エンコーディングの自動検出:   ☑ LaTeXの解析(%!TeX encoding, inputenc, inputenx)     ☑ 文字の解析&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,構文の強調表示)
構文の強調表示                            ☑ 折りたたむ&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_completion.png,left,around,nolink,37x37,コマンドの補完)
コマンドの補完        字下げモード:            &color(Black,#EEEEEE){%%%[字下げと字下げの解除を自動的に行う  ▼]%%%}; ☐ タブを空白で置換&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,文法)
文法              二重引用符の置換:        &color(Black,#EEEEEE){%%%[置換しない                                              ▼]%%%};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_preview.png,left,around,nolink,37x37,プレビュー)
プレビュー           &color(black,yellow){''☐ インラインチェック: ← 日本語の文書を作成する場合はチェックをはずす''};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_svn.png,left,around,nolink,37x37,SVN)
SVN&br;
&br;
&br;
&br;
&br;
&br;
 ☐ 高度なオプションの表示
&br;
----

***高度なオプションの表示が ON の場合 [#j2e0dcc0]
デフォルトの文字コードは UTF-8 です.~
日本語の文書を作成する場合はインラインチェックのチェックをはずします.~
----
&color(#3F43EF,#3F43EF){%%%                                             &color(Black){''TeXstudioの設定''};                                       &color(#3F43EF,#3F43EF){%%%[ &color(Black){''?''}; ]%%%};&color(#DD4444,#DD4444){%%%[ &color(White){''×''}; ]%%%};%%%};&br;

#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_general.png,left,around,nolink,37x37,一般)
一般              エディタ&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_commands.png,left,around,nolink,37x37,コマンド)
コマンド            フォントファミリー:          %%%メイリオ                      ''ᐯ''%%% ☐ モノスペースフォントのみ表示&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_quickbuild.png,left,around,nolink,37x37,ビルド)
ビルド             フォントサイズ:            %%%12                                                   [''⇕'']%%%&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_shortcut.png,left,around,nolink,37x37,キーボードショートカット)
キーボードショートカット   行間隔:                %%%100%                                                 [''⇕'']%%%&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_latexmenus.png,left,around,nolink,37x37,メニュー)
メニュー            既定のフォントエンコーディング: &color(Black,#EEEEEE){%%%[UTF-8                      ▼]%%%};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_toolbars.png,left,around,nolink,37x37,ツールバー)
ツールバー          エンコーディングの自動検出:   ☑ LaTeXの解析(%!TeX encoding, inputenc, inputenx)     ☑ 文字の解析&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,エディタ)
&color(Black,#DAEAFF){エディタ          };                        ☑ 折りたたむ&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_advancededitor.png,left,around,nolink,37x37,詳細なエディタ設定)
詳細なエディタ設定      字下げモード:            &color(Black,#EEEEEE){%%%[字下げと字下げの解除を自動的に行う  ▼]%%%}; ☐ タブを空白で置換&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,構文の強調表示)
構文の強調表示        二重引用符の置換:        &color(Black,#EEEEEE){%%%[置換しない                                              ▼]%%%};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,カスタム強調表示)
カスタム強調表示      &color(black,yellow){''☐ インラインチェック: ← 日本語の文書を作成する場合はチェックをはずす''};&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_completion.png,left,around,nolink,37x37,コマンドの補完)
コマンドの補完        ☑ 非テキスト環境でのスペルミスを隠す             ☑ 非テキスト環境での文法エラーを隠す&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,文法)
文法              ☑ 非texファイルの確認&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_preview.png,left,around,nolink,37x37,プレビュー)
プレビュー          ☐ 含まれるファイルを自動的に読み込む&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_svn.png,left,around,nolink,37x37,SVN)
SVN              ☑ Scan LaTeX distribution for installed packages&br;
&br;
&br;
&br;
&br;
&br;
 ☑ 高度なオプションの表示
&br;
----

**詳細なエディタ設定 [#wbe91d52]

***高度なオプションの表示が ON の場合 [#a0833273]

Qt 5 版の TeXstudio で日本語入力するとカーソルが文字の位置からずれる場合は高度なオプションの表示を ON にして詳細なエディタ設定からハック/回避策の最適なディスプレイオプションの自動選択を OFF にして描画モードを QCE(推奨) から Qt に変更してください.~
デフォルトでは行番号を表示しません.~
行番号を表示する場合は外観の行番号を表示ですべての行番号を選択します.~

----
&color(#3F43EF,#3F43EF){%%%                                             &color(Black){''TeXstudioの設定''};                                       &color(#3F43EF,#3F43EF){%%%[ &color(Black){''?''}; ]%%%};&color(#DD4444,#DD4444){%%%[ &color(White){''×''}; ]%%%};%%%};&br;

#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_general.png,left,around,nolink,37x37,一般)
一般              外観&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_commands.png,left,around,nolink,37x37,コマンド)
コマンド            ☑ 行変更の状態を表示                    ☐ 空白を表示&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_quickbuild.png,left,around,nolink,37x37,ビルド)
ビルド             ☑ 状態パネルを表示                      タブ幅: %%%4  [''⇕'']%%%&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_shortcut.png,left,around,nolink,37x37,キーボードショートカット)
キーボードショートカット   行番号を表示: &color(Black,#EEEEEE){%%%[すべての行番号    ▼]%%%};        ☑ 太いカーソル&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_latexmenus.png,left,around,nolink,37x37,メニュー)
メニュー            検索パネル&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_toolbars.png,left,around,nolink,37x37,ツールバー)
ツールバー          ☐ 検索・置換パネルを共に閉じる&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,エディタ)
エディタ             ☑ 単語検索として単一行選択を使用&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_advancededitor.png,left,around,nolink,37x37,詳細なエディタ設定)
&color(Black,#DAEAFF){詳細なエディタ設定   };  ☑ 検索範囲を既存の選択部に制限&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,構文の強調表示)
構文の強調表示        特別なオプション&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_highlighting.png,left,around,nolink,37x37,カスタム強調表示)
カスタム強調表示       ☑ 括弧の自動補完                    ☑ ツールチップとしてエディタ上のテキストにヘルプを表示&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_completion.png,left,around,nolink,37x37,コマンドの補完)
コマンドの補完         ☑ マウスホイールによるズーム            ☑ ツールチップとしてエディタ上の式のプレビューを表示&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_editor.png,left,around,nolink,37x37,文法)
文法                ☑ なめらかなスクロール                 ☑ 組み込みpdfビューワーでコマンドのヘルプを表示(texdoc)&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_preview.png,left,around,nolink,37x37,プレビュー)
プレビュー            ☑ プレースホルダ前の開き括弧を上書き&br;
#ref(http://hg.code.sf.net/p/texstudio/hg/raw-file/tip/images/config_svn.png,left,around,nolink,37x37,SVN)
SVN                ☑ プレースホルダ後の閉括弧を上書き&br;
&br;
                            行のワードラップ:              &color(Black,#EEEEEE){%%%[ウィンドウ端で緩やかに行のワードラップを行う            ▼]%%%};&br;
                            最大文字数:                 %%%80        [''⇕'']%%%&br;
                            全てのファイルを自動保存:        &color(Black,#EEEEEE){%%%[しない     ▼]%%%};&br;
                            ☐ 暗黙的に、保存したファイルを再読み込みして外部での変更を適用(アンドゥ/リドゥスタックを破棄)&br;
                            ☐ 記号をユニコード文字として挿入           ☐ 「Esc」キーで全画面表示モードを閉じることを無効化&br;
                            ☑ ログ項目のクリック時にログマーカーを表示    ☑ ログの表示時にエラー行へ移動&br;
                            コンテキストメニューからのスペルチェック:     &color(Black,#EEEEEE){%%%[項目をコンテキストメニューへ直接追加           ▼]%%%};&br;
                            文書の構造パネル&br;
                            ☐ 構造ツリーに含まれるもののインデントを維持する&br;
                            コンテキストメニューでの参照コマンド: %%%\ref%%%&br;
                            表の自動整形&br;
                            特殊コマンド:     %%%\hline,\cline,\intertext,\shortintertext,\toprule,\midrule,\bottomrule%%%&br;
                            特殊コマンドの位置: &color(Black,#EEEEEE){%%%[改行の後ろ                                              ▼]%%%};&br;
                            ☐ セルあたり1行&br;
                            追加の検索パス&br;
                            Bibファイル:&br;
                            画像ファイル:&br;
                            Bi-Di(双方向表記)&br;
                            ☐ LRM(left-to-right mark)文字を自動的に挿入&br;
                            ☑ ビジュアルコラムカーソルモード(右から左へ読むテキストで矢印キーの方向にカーソルを移動させる)&br;
                            ハック/回避策&br;
                            ☐ アクセント記号タイプ時に回避策を無効化(Mac OS Xのみ)&br;
                            &color(black,yellow){''☐ 最適なディスプレイオプションの自動選択 ← チェックをはずす''};&br;
                              ☐ 文字幅のキャッシュを無効化&br;
                              ☐ 固定ピッチモードを無効化&br;
                              ☐ 描画された行のキャッシュを無効化&br;
                              &color(black,yellow){''描画モード:''}; &color(Black,#EEEEEE){[ Qt                                         ▼]};&color(black,yellow){'' ← Qt に変更する''};&br;
&br;
 ☑ 高度なオプションの表示
&br;
----

**構文の強調表示 [#w15e140c]

-http://tex.stackexchange.com/questions/108315/anyone-willing-to-share-his-her-custom-dark-theme-for-texstudio