%% $Id: hvfloat-fps.sty 1031 2019-04-03 20:40:25Z herbert $ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hvfloat-fps}[2017/09/16 setting float objects] %% %% IMPORTANT NOTICE: %% %% This is file `hvfloat-fps.sty', %% %% Herbert Voss %% %% 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