diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/example/example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/example/example.tex | 33 |
1 files changed, 4 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/example.tex b/Master/texmf-dist/doc/latex/hepthesis/example/example.tex index a7708ed2442..7b8e4f282b0 100644 --- a/Master/texmf-dist/doc/latex/hepthesis/example/example.tex +++ b/Master/texmf-dist/doc/latex/hepthesis/example/example.tex @@ -1,5 +1,5 @@ -\documentclass{thesis} -\usepackage{thesis} +\documentclass{mythesis} +\usepackage{mythesis} %% You can set the line spacing this way %\setallspacing{double} @@ -35,35 +35,10 @@ pdfauthor = {\textcopyright\ Andy Buckley} %% Actually, more semantic chapter filenames are better, like "chap-bgtheory.tex" \input{chap1} \input{chap2} + \input{chap3} %% 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} - + %\input{chap4} \end{mainmatter} %% Produce the appendices |