diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-16 00:13:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-16 00:13:07 +0000 |
commit | 11826a2e3ed54621c66e5c34ebe977a0ba45c8ae (patch) | |
tree | 0fdd2516ae1c1675b81539c363888ab2ee078f71 /Master/texmf-dist/doc/latex/hepthesis/example/example.tex | |
parent | d85f248e3b38ea0ecda38c5340e3cadd08d65346 (diff) |
hepthesis 1.4 (14sep07)
git-svn-id: svn://tug.org/texlive/trunk@4948 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/example/example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/example/example.tex | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/example.tex b/Master/texmf-dist/doc/latex/hepthesis/example/example.tex index b37f1e42438..a7708ed2442 100644 --- a/Master/texmf-dist/doc/latex/hepthesis/example/example.tex +++ b/Master/texmf-dist/doc/latex/hepthesis/example/example.tex @@ -1,6 +1,11 @@ \documentclass{thesis} \usepackage{thesis} +%% You can set the line spacing this way +%\setallspacing{double} +%% or a section at a time like this +%\setfrontmatterspacing{double} + %% PDF metadata \makeatletter \@ifpackageloaded{hyperref}{% @@ -33,6 +38,32 @@ pdfauthor = {\textcopyright\ Andy Buckley} %% To ignore a specific chapter while working on another, %% making the build faster, comment it out like this: %\input{chap3} + + +\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} + \end{mainmatter} %% Produce the appendices |