Grand, that nearly works, but now it does items 1, 2 and 3 on one page and then starts again with 3 and 4 on the next page (not 4 and 5 which I want). I've compiled a number of times, but with no change. Thank you for your patience.
Here's the code I'm using:
\begin{figure}
\begin{footnotesize ...
Search found 6 matches
- Wed Aug 27, 2008 2:14 pm
- Forum: General
- Topic: Spreading a Figure over 2 pages
- Replies: 9
- Views: 33944
- Wed Aug 27, 2008 12:29 pm
- Forum: General
- Topic: How to Create a separate list of appendices
- Replies: 4
- Views: 25902
Re: How to Create a separate list of appendices
For my thesis I use \usepackage[toc,page]{appendix} in my root file, and then do
\appendix
\include{appendixb}
\include{appendixc}
\include{appendixd}
\include{appendixe}
\include{appendixf}
\include{appendixh}
\include{appendixi}
\include{appendixj}
\include{pilotstudy}
\include{taudata ...
\appendix
\include{appendixb}
\include{appendixc}
\include{appendixd}
\include{appendixe}
\include{appendixf}
\include{appendixh}
\include{appendixi}
\include{appendixj}
\include{pilotstudy}
\include{taudata ...
- Wed Aug 27, 2008 12:25 pm
- Forum: General
- Topic: Sidewaystable in minipage
- Replies: 1
- Views: 4653
Sidewaystable in minipage
Hi All,
Another query... my Appendices have a lot of tables, and a friend suggested that I put them on \minipage environments. But some of the tables are too wide, and I want to turn them landscape, but can't seem to get it to work when I use \sidewaystable (I get the error not in outer par mode ...
Another query... my Appendices have a lot of tables, and a friend suggested that I put them on \minipage environments. But some of the tables are too wide, and I want to turn them landscape, but can't seem to get it to work when I use \sidewaystable (I get the error not in outer par mode ...
- Wed Aug 27, 2008 12:17 pm
- Forum: General
- Topic: Spreading a Figure over 2 pages
- Replies: 9
- Views: 33944
Re: Spreading a Figure over 2 pages
That's brilliant and is looking great - thank you so much. For anyone else with a similar problem, http://www.signalsguru.net/articles/latexfig/latexfig.html has a good \ContinuedFloat tutorial.
Only problem: I was using an \begin{enumerate} environment which I wanted to continue across the pages ...
Only problem: I was using an \begin{enumerate} environment which I wanted to continue across the pages ...
- Wed Aug 27, 2008 11:50 am
- Forum: General
- Topic: Spreading a Figure over 2 pages
- Replies: 9
- Views: 33944
Re: Spreading a Figure over 2 pages
My apologies - I think I missed the last part out of the figure when I pasted in the code. It should end:
\caption{Pre-Admissions Clinic Questionnaire}
\label{fig:pacquestionnaire}
\end{figure}
I have kept it in a figure environment because it is in an appendix which has no text, only graphics ...
\caption{Pre-Admissions Clinic Questionnaire}
\label{fig:pacquestionnaire}
\end{figure}
I have kept it in a figure environment because it is in an appendix which has no text, only graphics ...
- Wed Aug 27, 2008 11:24 am
- Forum: General
- Topic: Spreading a Figure over 2 pages
- Replies: 9
- Views: 33944
Spreading a Figure over 2 pages
Hi All,
I'm busily making my PhD thesis look nice (deadline in a week) and have one figure that is just too big for one page, but I can't seem to make it spread to two. I've tried putting a \pagebreak in the middle of the figure, to no avail. Does anyone have any other suggestions?
Here's the ...
I'm busily making my PhD thesis look nice (deadline in a week) and have one figure that is just too big for one page, but I can't seem to make it spread to two. I've tried putting a \pagebreak in the middle of the figure, to no avail. Does anyone have any other suggestions?
Here's the ...