Search found 3 matches

by theenemy
Mon Jun 23, 2008 2:30 am
Forum: Document Classes
Topic: landscape package problem
Replies: 5
Views: 9342

Re: landscape package problem

ok,

I have tried rotating package but it did not work since I was not able to rotate both the figure and the caption. here is how I used it.
\vskip10pt
\begin{figure}[hbt]
\includegraphics[keepaspectratio,scale=0.7,angle=90]{pic/modelunit}
\caption{Model Units in the wave flume}
\label{fig ...
by theenemy
Sun Jun 22, 2008 8:19 pm
Forum: Document Classes
Topic: landscape package problem
Replies: 5
Views: 9342

Re: landscape package problem

thank you stefan,

I tried the pdflscape package but the problem persists. I use pdf texify (in WinEdt). All pdflscape did for me was rotating the pages with the tables in the appendix in the final compiled pdf. Something still messing with pageref and I get the ?? pages in the abstract.

thanks ...
by theenemy
Sun Jun 22, 2008 6:36 pm
Forum: Document Classes
Topic: landscape package problem
Replies: 5
Views: 9342

landscape package problem

I'm a rookie and this is my first post,

I have a thesis document with 5 chapters, references and appendix. The problem is, on the abstract page I have a \pageref{lastpage} command to print the how many pages my thesis is. It should print the number of pages including the appendix pages. It used to ...