Search found 22 matches
- Thu Apr 09, 2009 4:12 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
Re: page numbering on multiple documents
Pretty much all my problems are resolved, however, I still have a discrepancy in my TOC with respect to my list of figures page number. I am not sure what is going on there, I had taken all of the \clearpage lines out from my main program (thesis.tex) as well as all of the other documents, and that ...
- Wed Apr 08, 2009 9:46 pm
- Forum: Graphics, Figures & Tables
- Topic: How to fixed table into margin ??
- Replies: 2
- Views: 7847
How to fixed table into margin ??
Hello~
I am having a similar problem but with a rotated table, so fixing the column widths would help in this case. Any other ideas?
\newpage
\clearpage
\section{Tables}
\bigskip\bigskip
\begin{sideways}
\begin{minipage}{0.9\textheight}
\centering
\captionof{table}{Error matrix from 2001 NLCD ...
I am having a similar problem but with a rotated table, so fixing the column widths would help in this case. Any other ideas?
\newpage
\clearpage
\section{Tables}
\bigskip\bigskip
\begin{sideways}
\begin{minipage}{0.9\textheight}
\centering
\captionof{table}{Error matrix from 2001 NLCD ...
- Wed Apr 08, 2009 9:28 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
Re: page numbering on multiple documents
Thank you! That fixed my caption issues, now I just need to figure out why the table gets stretched out and hangs off the margin. Hopefully someone can help with that, then I will have all the bugs fixed for my final thesis draft!
- Wed Apr 08, 2009 8:12 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
Re: page numbering on multiple documents
I have been trying to figure out the caption issue and found \captionof as a solution. However, when trying to rotate the caption using \rotcaptionof, it rotates all the captions from that point forward and forces my first table to jump to the next page. If I can figure out how to stop the table ...
- Wed Apr 08, 2009 7:40 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
Re: page numbering on multiple documents
I am very sorry, I finally have the sideways environment working for the table and the section header stays on the page. However, it stretches the table horizontally and goes over the right page margin. Also, I keep getting an error about the caption being outside the float, how do I avoid that?
- Wed Apr 08, 2009 6:40 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
page numbering on multiple documents
I have managed to fix rotating my first figure so it includes the section header on the same page using this code:
\newpage
\section{Figures}
\renewcommand{\topfraction}{0.85}
\renewcommand{\textfraction}{0.1}
\renewcommand{\floatpagefraction}{0.75}
\begin{figure}[ht]
\begin{center}
\begin ...
\newpage
\section{Figures}
\renewcommand{\topfraction}{0.85}
\renewcommand{\textfraction}{0.1}
\renewcommand{\floatpagefraction}{0.75}
\begin{figure}[ht]
\begin{center}
\begin ...
- Mon Apr 06, 2009 11:14 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
page numbering on multiple documents
Thanks, I am still trying to figure out the rotating business. I can't seem to get anything to work. I have tried this:
but that has the same result as sidewaysfigure...
Code: Select all
Code, edit and compile here:
\begin{landscape}\centering\includegraphics[width=0.8\textwidth]{./historical3.png}\label{Historical}\end{landscape}
- Mon Apr 06, 2009 9:14 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
Re: page numbering on multiple documents
Thanks, I will check again to see what I am missing. However, I do notice that your result on page 41 (not numbered) still has a blank page inserted in front of a sideways table. Any ideas on how to fix that?
- Mon Apr 06, 2009 8:55 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
Re: page numbering on multiple documents
Thank you for your response, localghost.
However, even after cleaning up my preamble in my main file, I still have the same problems. I am not sure why the TOC count is off, it does not appear to be an issue with \clearpage. I commented out the \clearpage command everywhere you have suggested, but ...
However, even after cleaning up my preamble in my main file, I still have the same problems. I am not sure why the TOC count is off, it does not appear to be an issue with \clearpage. I commented out the \clearpage command everywhere you have suggested, but ...
- Mon Apr 06, 2009 6:25 pm
- Forum: Page Layout
- Topic: page numbering on multiple documents
- Replies: 32
- Views: 17774
Re: page numbering on multiple documents
Is there anyone who can help me trouble shoot the two latest problems I am having? 1) TOC page numbers incorrect when compared to actual page numbers within the document, and 2) blank page being added directly after the beginning of the figures and tables sections? The previous suggestion about not ...