Home >[TeX] >[Package] >[endfloat] Version: 2019/04/15 v.2.7
endfloat (download here, tds.zip)
[パッケージについて]

\usepackage{endfloat}を含んだTeXファイルをCompileすると、拡張子がfffとtttというファイルが作られます。各々、最後にまとめて、図と表を作成するためのファイルです。これらを編集して、元のTeXファイルをCompileしても上書きされてしまいます。
fffとtttファイルの内容を反映させるためにTeXには少なくとも2度掛ける必要があります。
  \begin{figure}[htbp]
    \begin{center}
     \includegraphics[3.43inch,2.81inch]{plot3d.eps}
    \end{center}
  \end{figure}
における\begin{center}...\end{center}は、最後に出力される図のページにも反映されます。表のページについても同じ事が言えます。

articleの場合、図の有ったところに
@
と、表の有ったところに
@
と出力されます。jarticleの場合も含めて、これを変更するには、プレアンブルに、例えば、
  \renewcommand{\figureplace}{%
    \begin{center}
      [\figurename%7E\thepostfig\ がここに入る]  %
    \end{center}}
    \renewcommand{\tableplace}{%
    \begin{center}
      [\tablename%7E\theposttbl\ がここに入る]  %
    \end{center}}
を入れます。このとき、上の事柄は、それぞれ、
@
@
と表示されます。

最後にまとめて出力される図や表は1ページに一つだけ入れていくので、これらを詰めたいときは、プレアンブルに
  \renewcommand{\efloatseparator}{\medskip}
を入れます。デフォルトは、\renewcommand{\efloatseparator}{\clearpage}です。

\usepackage[fighead,tabhead]{endfloat}として、図や表の節の名前を作る際、日本語に切り替えるには、 プレアンブルに
  \renewcommand{\figuresection}{図}
  \renewcommand{\tablesection}{表}
を入れます。

Options and defaults
\usepackage[options]{endfloat}
Option Default Default implication Descriptions
nofiglist off no list of figures
notablist off no list of tables
nolists nofiglist, notablist neither list
figlist on list of figures
tablist on list of tables
lists figlist, tablist list of tables and figures
nofighead on no `Figures' section header
notabhead on no `Tables' section header
noheads nofighead, notabhead neither of the headers
fighead off `Figures' section header
tabhead off `tables' section header
heads fighead, tabhead Both section headers
markers on Place markers in the text
nomarkers off no markers in text
tablesfirst off Put tables before figures
figuresfirst on Put figures before tables

[下のソースファイル]
%%
%%
%%
[上のソースファイル]
詳しくは、endfloat.dtxをLaTeXで処理して下さい。
[パッケージについて]
(j)book.cls、(j)report.clsに対応したjendfloatについては、
Tips on LaTeX/~taiji のページ参照。


@

To the TeX Page
TeX

@

inserted by FC2 system