%% test6.tex
%%
%% This is file `test6.tex', one of a set of five test/example files
%% in the `subfig' package.
%%
%% Copyright © 2003 Steven Douglas Cochran. 
%% 
%% The subfig package may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.2 
%% of this license or (at your option) any later version.  The latest
%% version of this license is in:
%%     http://www.latex-project.org/lppl.txt
%% and version 1.2 or later is part of all distributions of LaTeX 
%% version 1999/12/01 or later.
%%
%% This package consists of the files README, Makefile, subfig.dtx, 
%% and subfig.ins as well as the test/example files test.tex, 
%% test2.tex, test3.tex, test4.tex test5.tex and test6.tex.
%%
%% The subfig package is distributed in the hope that it will be
%% useful, but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed 
%% or implied, including, but not limited to, the implied warranties of
%% MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE.  See the LaTeX
%% Project Public License for more details.

\documentclass{article}

\usepackage[justification=RaggedRight]{caption}

\usepackage[config]{subfig}
\captionsetup[subfloat]{justification=justified}

\setcounter{lofdepth}{2}
\setcounter{lotdepth}{2}

\def\sc{Short caption.}
\def\lcX{This is a long caption of gibberish: Knows bluebird 
        gathering come linkbats eats blue see.}
\def\lc{This is a long caption of gibberish: Knows bluebird 
        gathering come linkbats eats blue see.\par
        Knows a bird gathering artworks graphically blue
        attended are come bluegrass foxes see.}

\makeatletter
  \renewcommand\abstract[1]{%
    \def\@abstract{%
      \centerline{{\large\bf Abstract}}
      \noindent
      #1}}
  \renewcommand\@maketitle{%
    \newpage
    \null\vfil
    \vskip 60\p@
    \begin{center}%
      {\LARGE \@title \par}%
      \vskip 3em%
      {\large
       \lineskip .75em%
       \begin{tabular}[t]{c}%
         \@author
       \end{tabular}\par}%
      \vskip 1.5em%
      {\large \@date \par}% 
    \end{center}%
    \vskip 2.5em%
    \@abstract
    \vfil\null}%
  \newcommand{\figshape}[3][\@empty]{%
    \begin{figure}%
      \centering
      \captionsetup[subfigure]{#3}%
      \subfloat[][\sc]{\b}\g\subfloat[][\lc\label{#2b}]{\b}%
      \ifx\@empty#1\relax
        \caption{Options [\texttt{#3}].}%
      \else
        \caption[Options [\texttt{#1}{]}]{Options [\texttt{#3}].}%
      \fi
      \label{#2}%
    \end{figure}}
  \newcommand{\figfont}[3]{%
    \captionsetup[subfigure]{#2=#3}%
    \subfloat[{Option [\texttt{#2=#3}]}]%
             [\sc]{\label{#1}\B{#2=#3}}}
  \newcommand{\figfontlist}[3]{%
    \captionsetup[subfigure]{#2={#3}}%
    \subfloat[{Option [\texttt{#2=\{#3\}}]}]%
             [\sc]{\label{#1}\B{#2=\{#3\}}}}
\makeatother

\def\b{\fboxsep=-\fboxrule
       \fbox{\hbox to 2.0in{\vbox to 2mm{\vfil\null}\hfil}}}
\def\B#1{\fboxsep=-\fboxrule
       \fbox{\hbox to 2.0in{\vbox to 6mm{\vfil\hbox to 2.0in{%
             \hfil[\texttt{#1}]\hfil}\vfil}\hfil}}}
\def\g{\hspace{.5in}}

\begin{document}

\title{Subfig Package Test Program Six}
\author{Steven Douglas Cochran\\
        Digital Mapping Laboratory\\
        School of Computer Science\\
        Carnegie-Mellon University\\
        5000 Forbes Avenue\\
        Pittsburgh, PA 15213-3890\\
        USA}
\date{21 December 2003}
\abstract{This test checks the various caption formatting options.}
\maketitle
\clearpage

\tableofcontents
\clearpage

\listoffigures
\clearpage

\makeatletter
  \global\@topnum\z@   % Prevents figures from going at top of page.
\makeatother
\section{Subcaption Shape Options}

There are seven options for setting the subcaption shape or ``format''.
The default setting is produced by
\begin{quote}
  $\backslash$captionsetup[subfigure]\{margin=0pt, normal, parskip=0pt, 
  hangindent=0pt, indention=0pt, oneline=true\}
\end{quote}
which is shown in figure~\ref{fig:shape-01}.
Figure~\ref{fig:shape-00} shows the same thing, but without setting the 
``oneline'' to centering.  You can see that the ``oneline'' option only
affects the short caption. 

Any or all of the other shape option may be used at one
time, since they define orthogonal aspects of the caption shape.  The
other options are:
\begin{itemize}
  \item \texttt{oneline}, (Boolean) which causes a caption that will fit on
    one line to be centered below the figure (actually, to use the oneline
    format) .
  \item \texttt{indent}, (amount) which indents the caption text.
  \item \texttt{hangindent}, (amount) which indents the caption text, except
    for the first line of each paragraph.
  \item \texttt{parskip}, (amount) which adds some extra space between 
    separate paragraphs in a caption.
  \item \texttt{hang}, which causes the label to hang out to
    the left of the caption text.  \texttt{normal} turns it off.
  \item \texttt{margin}, (amount) which sets extra space to either side of
    the caption.  The option \texttt{width} may also be used.  This sets
    the margins to provide the requested width of the caption.
\end{itemize}
Figures~\ref{fig:shape-00} thru \ref{fig:shape-63} show the different
combinations of these formats.

\def\exin{10pt}    % indention value
\def\exhi{10pt}    % hangindent value
\def\exps{5pt}     % parskip value
\def\exma{10pt}    % margin value
\figshape{fig:shape-00}{oneline=false}
\figshape{fig:shape-01}{ }
\figshape{fig:shape-02}{indention=\exin,oneline=false}
\figshape{fig:shape-03}{indention=\exin}
\figshape{fig:shape-04}{hangindent=\exhi,oneline=false}
\figshape{fig:shape-05}{hangindent=\exhi}
\figshape{fig:shape-06}{hangindent=\exhi,indention=\exin,oneline=false}
\figshape{fig:shape-07}{hangindent=\exhi,indention=\exin}
\figshape{fig:shape-08}{parskip=\exps,oneline=false}
\figshape{fig:shape-09}{parskip=\exps}
\figshape{fig:shape-10}{parskip=\exps,indention=\exin,oneline=false}
\figshape{fig:shape-11}{parskip=\exps,indention=\exin}
\figshape{fig:shape-12}{parskip=\exps,hangindent=\exhi,oneline=false}
\figshape{fig:shape-13}{parskip=\exps,hangindent=\exhi}
\figshape[parskip=\exps,hangindent=\exhi,indention=\exin,
         \hfil\null\string\linebreak\ oneline=false]%
         {fig:shape-14}{parskip=\exps,hangindent=\exhi,indention=\exin, oneline=false}
\figshape{fig:shape-15}{parskip=\exps,hangindent=\exhi,indention=\exin}
\clearpage
\figshape{fig:shape-16}{hang,oneline=false}
\figshape{fig:shape-17}{hang}
\figshape{fig:shape-18}{hang,indention=\exin,oneline=false}
\figshape{fig:shape-19}{hang,indention=\exin}
\figshape{fig:shape-20}{hang,hangindent=\exhi,oneline=false}
\figshape{fig:shape-21}{hang,hangindent=\exhi}
\figshape[hang,hangindent=\exhi,indention=\exin,
         \hfil\null\string\linebreak\ oneline=false]%
         {fig:shape-22}{hang,hangindent=\exhi,indention=\exin,oneline=false}
\figshape{fig:shape-23}{hang,hangindent=\exhi,indention=\exin}
\figshape{fig:shape-24}{hang,parskip=\exps,oneline=false}
\figshape{fig:shape-25}{hang,parskip=\exps}
\clearpage
\figshape{fig:shape-26}{hang,parskip=\exps,indention=\exin,oneline=false}
\figshape{fig:shape-27}{hang,parskip=\exps,indention=\exin}
\figshape{fig:shape-28}{hang,parskip=\exps,hangindent=\exhi,oneline=false}
\figshape{fig:shape-29}{hang,parskip=\exps,hangindent=\exhi}
\figshape{fig:shape-30}{hang,parskip=\exps,hangindent=\exhi,indention=\exin, oneline=false}
\figshape{fig:shape-31}{hang,parskip=\exps,hangindent=\exhi,indention=\exin}
\figshape{fig:shape-32}{margin=\exma,oneline=false}
\figshape{fig:shape-33}{margin=\exma}
\figshape{fig:shape-34}{margin=\exma,indention=\exin,oneline=false}
\figshape{fig:shape-35}{margin=\exma,indention=\exin}
\figshape{fig:shape-36}{margin=\exma,hangindent=\exhi,oneline=false}
\figshape{fig:shape-37}{margin=\exma,hangindent=\exhi}
\figshape[margin=\exma,hangindent=\exhi,indention=\exin,
         \hfil\null\string\linebreak\ oneline=false]%
         {fig:shape-38}{margin=\exma,hangindent=\exhi,indention=\exin, oneline=false}
\figshape{fig:shape-39}{margin=\exma,hangindent=\exhi,indention=\exin}
\figshape{fig:shape-40}{margin=\exma,parskip=\exps,oneline=false}
\clearpage
\figshape{fig:shape-41}{margin=\exma,parskip=\exps}
\figshape[margin=\exma,parskip=\exps,indention=\exin,
         \hfil\null\string\linebreak\ oneline=false]%
         {fig:shape-42}{margin=\exma,parskip=\exps,indention=\exin, oneline=false}
\figshape{fig:shape-43}{margin=\exma,parskip=\exps,indention=\exin}
\figshape[margin=\exma,parskip=\exps,hangindent=\exhi,
         \hfil\null\string\linebreak\ oneline=false]%
         {fig:shape-44}{margin=\exma,parskip=\exps,hangindent=\exhi, oneline=false}
\figshape{fig:shape-45}{margin=\exma,parskip=\exps,hangindent=\exhi}
\figshape[margin=\exma,parskip=\exps,hangindent=\exhi, 
         \hfil\null\string\linebreak\ indention=\exin,oneline=false]%
         {fig:shape-46}{margin=\exma,parskip=\exps,hangindent=\exhi, indention=\exin,oneline=false}
\figshape[margin=\exma,parskip=\exps,hangindent=\exhi,
         \hfil\null\string\linebreak\ indention=\exin]%
         {fig:shape-47}{margin=\exma,parskip=\exps,hangindent=\exhi, indention=\exin}
\figshape{fig:shape-48}{margin=\exma,hang,oneline=false}
\figshape{fig:shape-49}{margin=\exma,hang}
\figshape{fig:shape-50}{margin=\exma,hang,indention=\exin,oneline=false}
\figshape{fig:shape-51}{margin=\exma,hang,indention=\exin}
\figshape{fig:shape-52}{margin=\exma,hang,hangindent=\exhi,oneline=false}
\figshape{fig:shape-53}{margin=\exma,hang,hangindent=\exhi}
\figshape{fig:shape-54}{margin=\exma,hang,hangindent=\exhi,indention=\exin, oneline=false}
\figshape{fig:shape-55}{margin=\exma,hang,hangindent=\exhi,indention=\exin}
\figshape{fig:shape-56}{margin=\exma,hang,parskip=\exps,oneline=false}
\figshape{fig:shape-57}{margin=\exma,hang,parskip=\exps}
\clearpage
\figshape[margin=\exma,hang,parskip=\exps,indention=\exin,
         \hfil\null\string\linebreak\ oneline=false]%
         {fig:shape-58}{margin=\exma,hang,parskip=\exps,indention=\exin, oneline=false}
\figshape{fig:shape-59}{margin=\exma,hang,parskip=\exps,indention=\exin}
\figshape[margin=\exma,hang,parskip=\exps,hangindent=\exhi,
         \hfil\null\string\linebreak\ oneline=false]%
         {fig:shape-60}{margin=\exma,hang,parskip=\exps,hangindent=\exhi, oneline=false}
\figshape{fig:shape-61}{margin=\exma,hang,parskip=\exps,hangindent=\exhi}
\figshape[margin=\exma,hang,parskip=\exps,hangindent=\exhi,
         \hfil\null\string\linebreak\ indention=\exin,oneline=false]%
         {fig:shape-62}{margin=\exma,hang,parskip=\exps,hangindent=\exhi, indention=\exin,oneline=false}
\figshape[margin=\exma,hang,parskip=\exps,hangindent=\exhi,
         \hfil\null\string\linebreak\ indention=\exin]%
         {fig:shape-63}{margin=\exma,hang,parskip=\exps,hangindent=\exhi, indention=\exin}
\clearpage

\makeatletter
  \global\@topnum\z@   % Prevents figures from going at top of page.
\makeatother
\section{Subcaption Justification Options}

There are six options for setting the subcaption format, plus another
three if the ``ragged2e'' package is loaded.  The first is
\texttt{justified} which produces the format shows in
figure~\ref{fig:justification-00}.  Only one of these options is
allowed.  If multiple options appear, then only the last is used.  The
Figures~\ref{fig:justification-01} thru \ref{fig:justification-08}
show each of these formats.  The shape options selected along with
each format option is the default (see Figure~\ref{fig:shape-01}),
this shows the effect of the justification option on a single line
caption.

\figshape{fig:justification-00}{justified,oneline=false}
\figshape{fig:justification-01}{centerfirst,oneline=false}
\figshape{fig:justification-02}{centerlast,oneline=false}
\figshape{fig:justification-03}{centering,oneline=false}
\figshape{fig:justification-04}{Centering,oneline=false}
\figshape{fig:justification-05}{raggedleft,oneline=false}
\figshape{fig:justification-06}{RaggedLeft,oneline=false}
\figshape{fig:justification-07}{raggedright,oneline=false}
\figshape{fig:justification-08}{RaggedRight,oneline=false}

\section{Subcaption Font Options}

First we show the size options and then various combinations
of the other font options.  The first subsection, shows the
effect of setting the ``font'' or ``size'' key; the second
subsection shows that of the ``labelfont'' key and the last 
subsection that of the ``textfont'' key.

\subsection{``font'' or ``size'' font Options}

Figures~\ref{fig:f_size-01}--\ref{fig:f_size-06} shows the 
effect of the ``font'' size options and the other font options
are shown in figures~\ref{fig:f_font-01}--\ref{fig:f_font-24}.

\begin{figure}%
  \centering
%
  \figfont{fig:f_size-01}{font}{Large}\g
  \figfont{fig:f_size-02}{font}{large}\\
%
  \figfont{fig:f_size-03}{font}{normalsize}\g
  \figfont{fig:f_size-04}{font}{small}\\
%
  \figfont{fig:f_size-05}{font}{footnotesize}\g
  \figfont{fig:f_size-06}{font}{scriptsize}\\
%
  \caption{Font Size Options.}%
  \label{fig:f_size}%
\end{figure}

\begin{figure}%
  \centering
%
  \figfontlist{fig:f_font-01}{font}{rm,up,md}\g
  \figfontlist{fig:f_font-02}{font}{rm,up,bf}\\
%
  \figfontlist{fig:f_font-03}{font}{rm,it,md}\g
  \figfontlist{fig:f_font-04}{font}{rm,it,bf}\\
%
  \figfontlist{fig:f_font-05}{font}{rm,sl,md}\g
  \figfontlist{fig:f_font-06}{font}{rm,sl,bf}\\
%
  \figfontlist{fig:f_font-07}{font}{rm,sc,md}\g
  \figfontlist{fig:f_font-08}{font}{rm,sc,bf}\\
%
  \figfontlist{fig:f_font-09}{font}{sf,up,md}\g
  \figfontlist{fig:f_font-10}{font}{sf,up,bf}\\
%
  \figfontlist{fig:f_font-11}{font}{sf,it,md}\g
  \figfontlist{fig:f_font-12}{font}{sf,it,bf}\\
%
  \figfontlist{fig:f_font-13}{font}{sf,sl,md}\g
  \figfontlist{fig:f_font-14}{font}{sf,sl,bf}\\
%
  \figfontlist{fig:f_font-15}{font}{sf,sc,md}\g
  \figfontlist{fig:f_font-16}{font}{sf,sc,bf}\\
%
  \figfontlist{fig:f_font-17}{font}{tt,up,md}\g
  \figfontlist{fig:f_font-18}{font}{tt,up,bf}\\
%
  \figfontlist{fig:f_font-19}{font}{tt,it,md}\g
  \figfontlist{fig:f_font-20}{font}{tt,it,bf}\\
%
  \figfontlist{fig:f_font-21}{font}{tt,sl,md}\g
  \figfontlist{fig:f_font-22}{font}{tt,sl,bf}\\
%
  \figfontlist{fig:f_font-23}{font}{tt,sc,md}\g
  \figfontlist{fig:f_font-24}{font}{tt,sc,bf}\\
%
  \caption{Other Font Options.}%
  \label{fig:f_font}%
\end{figure}

\subsection{``labelfont'' font Options.}

Figures~\ref{fig:l_size-01}--\ref{fig:l_size-06} shows the 
effect of the ``font'' size options and the other font options
are shown in figures~\ref{fig:l_font-01}--\ref{fig:l_font-24}.

\begin{figure}%
  \centering
%
  \figfont{fig:l_size-01}{labelfont}{Large}\g
  \figfont{fig:l_size-02}{labelfont}{large}\\
%
  \figfont{fig:l_size-03}{labelfont}{normalsize}\g
  \figfont{fig:l_size-04}{labelfont}{small}\\
%
  \figfont{fig:l_size-05}{labelfont}{footnotesize}\g
  \figfont{fig:l_size-06}{labelfont}{scriptsize}\\
%
  \caption{Labelfont Size Options.}%
  \label{fig:l_size}%
\end{figure}

\begin{figure}%
  \centering
%
  \figfontlist{fig:l_font-01}{labelfont}{rm,up,md}\g
  \figfontlist{fig:l_font-02}{labelfont}{rm,up,bf}\\
%
  \figfontlist{fig:l_font-03}{labelfont}{rm,it,md}\g
  \figfontlist{fig:l_font-04}{labelfont}{rm,it,bf}\\
%
  \figfontlist{fig:l_font-05}{labelfont}{rm,sl,md}\g
  \figfontlist{fig:l_font-06}{labelfont}{rm,sl,bf}\\
%
  \figfontlist{fig:l_font-07}{labelfont}{rm,sc,md}\g
  \figfontlist{fig:l_font-08}{labelfont}{rm,sc,bf}\\
%
  \figfontlist{fig:l_font-09}{labelfont}{sf,up,md}\g
  \figfontlist{fig:l_font-10}{labelfont}{sf,up,bf}\\
%
  \figfontlist{fig:l_font-11}{labelfont}{sf,it,md}\g
  \figfontlist{fig:l_font-12}{labelfont}{sf,it,bf}\\
%
  \figfontlist{fig:l_font-13}{labelfont}{sf,sl,md}\g
  \figfontlist{fig:l_font-14}{labelfont}{sf,sl,bf}\\
%
  \figfontlist{fig:l_font-15}{labelfont}{sf,sc,md}\g
  \figfontlist{fig:l_font-16}{labelfont}{sf,sc,bf}\\
%
  \figfontlist{fig:l_font-17}{labelfont}{tt,up,md}\g
  \figfontlist{fig:l_font-18}{labelfont}{tt,up,bf}\\
%
  \figfontlist{fig:l_font-19}{labelfont}{tt,it,md}\g
  \figfontlist{fig:l_font-20}{labelfont}{tt,it,bf}\\
%
  \figfontlist{fig:l_font-21}{labelfont}{tt,sl,md}\g
  \figfontlist{fig:l_font-22}{labelfont}{tt,sl,bf}\\
%
  \figfontlist{fig:l_font-23}{labelfont}{tt,sc,md}\g
  \figfontlist{fig:l_font-24}{labelfont}{tt,sc,bf}\\
%
  \caption{Other Labelfont Options.}%
  \label{fig:l_font}%
\end{figure}

\subsection{``textfont'' font Options.}

Figures~\ref{fig:t_size-01}--\ref{fig:t_size-06} shows the 
effect of the ``font'' size options and the other font options
are shown in figures~\ref{fig:t_font-01}--\ref{fig:t_font-24}.

\begin{figure}%
  \centering
%
  \figfont{fig:t_size-01}{textfont}{Large}\g
  \figfont{fig:tlsize-02}{textfont}{large}\\
%
  \figfont{fig:t_size-03}{textfont}{normalsize}\g
  \figfont{fig:t_size-04}{textfont}{small}\\
%
  \figfont{fig:t_size-05}{textfont}{footnotesize}\g
  \figfont{fig:t_size-06}{textfont}{scriptsize}\\
%
  \caption{Textfont Size Options.}%
  \label{fig:t_size}%
\end{figure}

\begin{figure}%
  \centering
%
  \figfontlist{fig:t_font-01}{textfont}{rm,up,md}\g
  \figfontlist{fig:t_font-02}{textfont}{rm,up,bf}\\
%
  \figfontlist{fig:t_font-03}{textfont}{rm,it,md}\g
  \figfontlist{fig:t_font-04}{textfont}{rm,it,bf}\\
%
  \figfontlist{fig:t_font-05}{textfont}{rm,sl,md}\g
  \figfontlist{fig:t_font-06}{textfont}{rm,sl,bf}\\
%
  \figfontlist{fig:t_font-07}{textfont}{rm,sc,md}\g
  \figfontlist{fig:t_font-08}{textfont}{rm,sc,bf}\\
%
  \figfontlist{fig:t_font-09}{textfont}{sf,up,md}\g
  \figfontlist{fig:t_font-10}{textfont}{sf,up,bf}\\
%
  \figfontlist{fig:t_font-11}{textfont}{sf,it,md}\g
  \figfontlist{fig:t_font-12}{textfont}{sf,it,bf}\\
%
  \figfontlist{fig:t_font-13}{textfont}{sf,sl,md}\g
  \figfontlist{fig:t_font-14}{textfont}{sf,sl,bf}\\
%
  \figfontlist{fig:t_font-15}{textfont}{sf,sc,md}\g
  \figfontlist{fig:t_font-16}{textfont}{sf,sc,bf}\\
%
  \figfontlist{fig:t_font-17}{textfont}{tt,up,md}\g
  \figfontlist{fig:t_font-18}{textfont}{tt,up,bf}\\
%
  \figfontlist{fig:t_font-19}{textfont}{tt,it,md}\g
  \figfontlist{fig:t_font-20}{textfont}{tt,it,bf}\\
%
  \figfontlist{fig:t_font-21}{textfont}{tt,sl,md}\g
  \figfontlist{fig:t_font-22}{textfont}{tt,sl,bf}\\
%
  \figfontlist{fig:t_font-23}{textfont}{tt,sc,md}\g
  \figfontlist{fig:t_font-24}{textfont}{tt,sc,bf}\\
%
  \caption{Other Textfont Options.}%
  \label{fig:t_font}%
\end{figure}


\end{document}

