summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hvfloat/latex/hvfloat-fps.sty
blob: 99b7cbfbab66c68126cf2a3ae1b85132ba54c096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%% $Id: hvfloat-fps.sty 35 2020-10-31 07:41:00Z herbert $
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hvfloat-fps}[2017/09/16 setting float objects]
%%
%% IMPORTANT NOTICE:
%%
%% This is file `hvfloat-fps.sty',
%%
%% Herbert Voss <hvoss@tug.de>
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
%% in directory macros/latex/base/lppl.txt.
%%
%% DESCRIPTION:
%%   `hvfloat-fps' offers global placement of floats
%%
\def\fileversion{0.02}
\def\filedate{2017/09/20}
\message{`hvfloat-fps' v\fileversion, \filedate\space (Herbert Voss)}
%
\RequirePackage{xkeyval}
%
\DeclareOptionX{figure}{\renewcommand*\fps@figure{#1}}
\DeclareOptionX{table}{\renewcommand*\fps@table{#1}}
\DeclareOptionX{all}{\renewcommand*\fps@figure{#1}\renewcommand*\fps@table{#1}}
\ProcessOptionsX\relax
%
\endinput