%%
%% This is file `here.sty', generated on <1995/6/22>
%% with the docstrip utility (2.2i).
%%
%% The original source files were:
%%
%% here.doc
%%
%% IMPORTANT NOTICE:
%% You are not allowed to distribute this file.
%% For distribution of the original source see
%% the copyright notice in the file here.doc .
%%
%%% ====================================================================
%%% @LaTeX-style-file{
%%% author = "David Carlisle",
%%% version = "1.01",
%%% date = "12 June 1992",
%%% time = "15:26:24 BST",
%%% filename = "here.sty",
%%% address = "Computer Science Department
%%% Manchester University
%%% Oxford Road
%%% Manchester
%%% England
%%% M13 9PL",
%%% telephone = "+44 61 275 6139",
%%% FAX = "+44 61 275 6236",
%%% checksum = "52285 214 1175 8528",
%%% email = "[email protected] (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "LaTeX, figure, table, floats",
%%% supported = "yes",
%%% docstring = "
%%%
%%% here.sty
%%%
%%% A LaTeX style option giving floats a [H] option,
%%% meaning `do not float', or `PUT IT HERE'.
%%%
%%% Documentation requires Mittelbach's doc.sty.
%%%
%%% The checksum field above was produced by
%%% Robert Solovay's checksum utility.",
%%% }
%%% ====================================================================
\ifx\@Hxfloat\@Hundef\else\expandafter\endinput\fi
\let\@Hxfloat\@xfloat
\def\@xfloat#1[{\@ifnextchar{H}{\@HHfloat{#1}[}{\@Hxfloat{#1}[}}
\def\@HHfloat#1[H]{%
\expandafter\let\csname end#1\endcsname\end@Hfloat
\vskip\intextsep\vbox\bgroup\def\@captype{#1}\parindent\z@
\ignorespaces}
\def\end@Hfloat{\egroup\vskip \intextsep}
\endinput
%%
%% End of file `here.sty'.
|