% ========================================================================= % ieeetip.sty --- For formatting papers for the IEEE % transactions on image processing journal. % % This style file must be used with the ieee.cls document class. % %=========================================================================== % % Usage: % \documentclass[main-options,sub-options,misc-options]{ieee} % \usepackage{ieeetip} % ... etc ... % % more documentation for typesetting papers for journals and % conferences may be found at the beginning of the ieee.cls file. %=========================================================================== % created 5 Sept 1997 %=========================================================================== \typeout{`ieeetip' .} \ProvidesPackage{ieeetip}[1997/09/05] % Name of package provided, date \ifx\i@@@cls\undefined \PackageError{ieeetip}{This package requires the ieee.cls file ^^Jin order to work correctly}{}\endinput\fi \journal{IEEE TRANSACTIONS ON IMAGE PROCESSING} \def\journal#1{\relax} \centerfigcaptions %%%%%%%%%%%%%%%%%%%%%%% End of ieeetip.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%