diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-12 18:03:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-12 18:03:34 +0000 |
commit | 571a59707cdc614327b51de4a2494eddf9410042 (patch) | |
tree | 367f82656d2835ca3a2de3e2994e0cb411f8b65a /Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex | |
parent | df62587ee85aba2109d6ff1efee005af5b626ac1 (diff) |
hepthesis update (11jul08)
git-svn-id: svn://tug.org/texlive/trunk@9483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex b/Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex new file mode 100644 index 00000000000..bbea1745206 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex @@ -0,0 +1,25 @@ +\chapter{Continued captions} +\label{chap:ContCaptions} + +Here are some funky ``continued captions''\dots + +\begin{figure} + \subfloat[][Example 1a]{\label{fig:cc1a}\rule{3cm}{3cm}} + \subfloat[][Example 1b]{\label{fig:cc1b}\rule{3cm}{3cm}} + \subfloat[][Example 1c]{\label{fig:cc1c}\rule{3cm}{3cm}} + \subfloat[][Example 1d]{\label{fig:cc1d}\rule{3cm}{3cm}} + \caption{Demonstration of \texttt{ccaption}.} + \label{fig:cc1} +\end{figure} + +\begin{figure} + \ContinuedFloat + \subfloat[][Example 1e]{\label{fig:cc1e}\rule{3cm}{3cm}} + \subfloat[][Example 1f]{\label{fig:cc1f}\rule{3cm}{3cm}} + \subfloat[][Example 1g]{\label{fig:cc1g}\rule{3cm}{3cm}} + \subfloat[][Example 1h]{\label{fig:cc1h}\rule{3cm}{3cm}} + \caption[]{Demonstration of \texttt{ccaption} (continued).} + %\label{fig:cc1} +\end{figure} + +Just for the hell of it, let's refer to \SectionRef{sec:neutralmixing}. |