%% The default behavior of the endfloat package is to place markers %% in your text indicating the approximate place for the publisher to %% place a float. These markers are by default of the form %% [Figure 27 about here.] %% as a separate displayed paragraph. %% %% This add-on to endfloat puts the markers instead into the left %% margin, where they appear without the square brackets. %% They are typeset in the small font, using sans-serif type. %% %% If you want them in the right margin, add \normalmarginpar to the preamble %% of your document. %% %% The \mbox's are meant to handle the case of a relatively small margin: %% without it, I found that one has (with 1.25" margins) %% Figure 2 %% about here %% which looks ugly. %% %% %% USAGE %% ===== %% %% In SW, put a \RequirePackage{efmar} into your document, %% using the File DocInfo Preamble dialog. This must follow the %% \RequirePackage{endfloat} since it modifies one of endfloat's %% commands. %% %% This package is not SW specific; so in standard LaTeX, just insert %% the \RequirePackage (or \usepackage) statement in your preamble, after %% the call to the endfloat package. %% %% %% Phil Viton, Jan 1997 %% \reversemarginpar \renewcommand{\tableplace}% {\marginpar{\small\textsf{\mbox{\tablename~\theposttbl}\ about here}}} \renewcommand{\figureplace}% {\marginpar{\small\textsf{\mbox{\figurename~\thepostfig}\ about here}}}