diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-02 22:29:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-02 22:29:00 +0000 |
commit | d2938aa6c432888fefa593905d2cc305b6a9ee10 (patch) | |
tree | 76838b14f01bf3f375b082ce1be9184c9c03342c /Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex | |
parent | 8cc3782ca32c5b02e8cabda0769ccb893b8efde0 (diff) |
hepthesis (2dec14)
git-svn-id: svn://tug.org/texlive/trunk@35720 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex b/Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex index 4b48c46b452..85b5a18a8bb 100644 --- a/Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex +++ b/Master/texmf-dist/doc/latex/hepthesis/example/chap3.tex @@ -15,7 +15,7 @@ float, such as the pretty circles in the following figure: \subfloat[][Example 1a]{\label{fig:cc1a}\circleimg{red!80}}\quad \subfloat[][Example 1b]{\label{fig:cc1b}\circleimg{green!70!yellow}}\quad \subfloat[][Example 1c]{\label{fig:cc1c}\circleimg{blue!80}}\quad - \subfloat[][Example 1d]{\label{fig:cc1d}\circleimg{orange}} + \subfloat[][Example 1d]{\label{fig:cc1d}\circleimg{orange!80!yellow}} \caption{Demonstration of \texttt{subfig} continued captions.} \label{fig:cc1} \end{figure} @@ -29,6 +29,7 @@ float, such as the pretty circles in the following figure: \caption[]{Demonstration of \texttt{subfig} continued captions (continued).} \end{figure} +\noindent This mechanism means that the same float label is used for both pages of floats. Note that we can refer to \FigureRef{fig:cc1} in general, or to \FigureRef{fig:cc1g} on \PageRef{fig:cc1g} in particular! |