CTAN masthead graphic CTAN lion sketch

Directory: CTAN home / tex-archive/ macros/ latex/ contrib/ subfig

You can get this entire directory bundled as subfig.zip.

Packages located here

Package Caption
subfig Figures broken into subfigures

Subdirectories of this one

There are no subdirectories here.

Files in this directory

NameDateSize Description
Makefile 2005-06-08 4 Kbyte download
README 2005-06-06 4 Kbyte download Shown below
subfig.dtx 2005-07-08 189 Kbyte download
subfig.ins 2005-07-05 2 Kbyte download
subfig.pdf 2005-07-08 626 Kbyte download
test1.tex 2005-06-06 23 Kbyte download
test2.tex 2005-06-06 5 Kbyte download
test3.tex 2005-06-06 6 Kbyte download
test4.tex 2005-06-28 3 Kbyte download
test5.tex 2005-06-06 10 Kbyte download
test6.tex 2005-06-29 21 Kbyte download
test7.tex 2005-06-06 3 Kbyte download

Contents of the README file

Manifest and Documentation for the `subfig' package (version 1.3).
------------------------------------------------------------------------

This directory contains version 1.3 of the subfig package.  In a UNIX
or UNIX-like command shell, use `make' to extract the subfig package
and run the local tests.


MANIFEST:
---------
  The following files as well as the derivative files `subfig.sty' and
  `altsf.cfg' constitute the subfig package and are considered as "the
  work" under the LaTeX Project Public License (LPPL 1.3 or later).

Makefile           UNIX makefile to extract the subfig package
                       and related material.
README             This file.
subfig.dtx         The documented subfig package.
subfig.ins         The subfig package installation file.
subfig.pdf         The subfig package documentation (in PDF).
test1.tex          Test one: Basic checks and examples.
test2.tex          Test two: Check for extra space around figure
test3.tex          Test four: Test of optional args and \subref.
test4.tex          Test four: Test of interaction with hyperref.
test5.tex          Test five: Test of continued figures.
test6.tex          Test six: Test of options and option interaction.
test7.tex          Test seven: Test of class/package misuse of \let.


FILES AFTER `make':
-------------------
Makefile           UNIX makefile to extract the subfig package
                       and related material.
README             This file.
altsf.cfg          A subfig configuration file (which make the subfig 
                        package act similar to the subfigure package).
ltxdoc.cfg         Configuration file to print change history and
                       index on the subfig package documentation.       
subfig.dtx         The documented subfig package.
subfig.ins         The subfig package installation file.
subfig.pdf         The subfig package documentation (in PDF).
subfig.ps          The subfig package documentation (in PostScript).
subfig.sty         The subfig package 
test1.ps           Results of test one.
test1.tex          Test one: Basic checks and examples.
test2.ps           Results of test two.
test2.tex          Test two: Check for extra space around figure
test3.ps           Results of test three.
test3.tex          Test four: Test of optional args and \subref.
test4.pdf          Results of test four.
test4.tex          Test four: Test of interaction with hyperref.
test5.ps           Results of test five.
test5.tex          Test five: Test of continued figures.
test6.ps           Results of test six.
test6.tex          Test six: Test of options and option interaction.
test7.tex          Test seven: Test of class/package misuse of \let.
test7a.ps          Log from test seven run.
test7b.ps          Results of test seven.


NOTES:
------

1. To verify the results of the test(s) (which are run using the
   preferred options), compare with the test(s) found at:
   http://www.cs.cmu.edu/~sdc/latex/subfig.13/

2. This version of the subfig package removes a "feature" which
   allowed a line break to occur between two subfloats separated
   by whitespace instead of requiring an explicit "\\".  If this
   "feature" was used to position sub-floats, they may now be
   incorrectly displayed.

   If this occurs, the solution is to add an expicit linebreak
   between the problem sub-floats.  For example, the following
   to the left would seem to work correctly, but suppressed
   the "farskip" placing the figures too close together and 
   will, now, no longer work.  It should be written as on the
   left.

   \begin{figure}                  \begin{figure}		
     \centering	                     \centering		
       \subfloat[One.]{...}%	       \subfloat[One.]{...}	
     \hspace{.25in}%		     \hspace{.25in}%		
       \subfloat[Two.]{...}	       \subfloat[Two.]{...} \\	
       \subfloat[Three.]{...}%         \subfloat[Three.]{...}	
     \hspace{.25in}%		     \hspace{.25in}%		
       \subfloat[Four.]{...}%	       \subfloat[Four.]{...}	
     \caption{Simple Case.}	     \caption{Simple Case.}	
   \end{figure}                    \end{figure}               










Small print: This listing is regenerated periodically so there is a small chance that the directory has changed from what is shown here; to be sure, check the FTP listing.