[LaTeX] eqnarrayの途中で改ページされないようにする
| 固定リンク
ページの上下に出力される図と図の間のスペース
\setlength\floatsep{0pt} %dblfloatsep
ページの上下に出力される図と本文の間のスペース
\setlength\textfloatsep{0pt} %dbltextfloatsep
ページの途中に出力される図と本文の間のスペース
\setlength\intextsep{0pt}
図とキャプションの間のスペース
\setlength\abovecaptionskip{0pt}
| 固定リンク
ImageMagickを使った変換方法です。
>convert test.jpg eps2:test.eps
割とサイズの小さいepsファイルを作ることができます。
| 固定リンク
\renewcommand{\topfraction}{.7} %ページ上部をフロートが占められる最大割合 [t]
\renewcommand{\dbltopfraction}{.7} %2段組の場合の\topfraction
\renewcommand{\bottomfraction}{.3}%ページ下部をフロートが占められる最大割合 [b]
\renewcommand{\floatpagefraction}{.5} %フロートが1ページを占める最小割合 [p]
\renewcommand{\dblfloatpagefraction{5} %2段組の場合の \floatpagefraction
\renewcommand{\textfraction}{.2} %本文が1ページを占める最小割合
\setcounter{topnumber}{2} %ページ上部のフロート最大数 [t]
\setcounter{bottomnumber}{1} %ページ下部のフロート最大数 [b]
\setcounter{totalnumber}{3} %1ページのフロート最大数
\setcounter{dbltopnumber}{2} %2段組の場合の \topnumber
| 固定リンク
\setlength{\floatsep}{value} %フロート間の距離
\setlength{\textfloatsep}{value} %フロートと本文間の距離 [t,b]
\setlength{\intextsep}{value} %フロートと前後の本文との距離 [h]
\setlength{\dblfloatsep}{value} %2段組の場合の \flortsep
\setlength{\dbltextfloatsep}{value} %2段組の場合の \textfloatsep
| 固定リンク
大きい順に並べると
\Huge
\huge
\LARGE
\Large
\large
\normalsize 標準の大きさ
\small
\footnotesize 脚注の大きさ
\scriptsize 上付き下付きの大きさ
\tiny
C++Builder | C++言語・Pascal言語 | Delphi | TActionList | TColor | TEdit | TeX | TForm | TIniFile | TLabel | TListBox | TListView | TMemo | TProgressBar | TSplitter | TStatusBar | TStringGrid | TTrackBar | TWebBrowser | Windows | その他 | アルゴリズム | システム関連 | ネットワーク関連 | ファイル、フォルダの処理 | フォント関連 | フォーム・ダイアログ関連 | フリーソフト | プログラミング全般 | マウス、キーボードの処理 | 文字列の処理 | 日付時刻の処理 | 画像関連 | 開発環境(IDE)関連