Search found 7 matches

by TheNinjaWizard
Sun Jun 12, 2011 1:15 pm
Forum: Page Layout
Topic: savetrees | Keep Page Numbers
Replies: 5
Views: 3003

Re: savetrees | Keep Page Numbers

I appreciate the help, but I don't think I'm going to spend any more time with this right now. I have to work on the document itself, not the LaTeX-details. 8-)

Thanks!
by TheNinjaWizard
Sun Jun 12, 2011 2:02 am
Forum: Page Layout
Topic: savetrees | Keep Page Numbers
Replies: 5
Views: 3003

savetrees | Keep Page Numbers

Actually, the number didn't disappear, it just appeared on the top left for some mysterious reason. When I tried to place it there intentionally with
\fancyhead[LE,LO]{\thepage}
the page number really vanished. :)

If you know some nice way to fix this, that would be great, but if not I'll just ...
by TheNinjaWizard
Sun Jun 12, 2011 12:24 am
Forum: Page Layout
Topic: savetrees | Keep Page Numbers
Replies: 5
Views: 3003

savetrees | Keep Page Numbers

Thank you for answering!

I compiled your minimum file, and the page numbers appeared just like they are supposed to.

After some testing I discovered that the problem wasn't caused by savetrees, but by combining savetrees and fancyhdr. In the following example I get the page number 1 on the first ...
by TheNinjaWizard
Fri Jun 10, 2011 11:54 pm
Forum: Page Layout
Topic: savetrees | Keep Page Numbers
Replies: 5
Views: 3003

savetrees | Keep Page Numbers

Hi.

I'm using the savetrees package, which works excellent, except I want to keep the page numbers. Does anyone know how I can keep them in the document?

I tried reading through the savetrees manual, but I couldn't see where they remove the page numbers, and adding "\setcounter{page}{3}" didn't ...
by TheNinjaWizard
Mon May 16, 2011 7:32 pm
Forum: Math & Science
Topic: Reversed cases
Replies: 10
Views: 10579

Re: Reversed cases

If I understand correctly, I think this may be what you are looking for:
http://www.latex-community.org/forum/vi ... =46&t=5269
by TheNinjaWizard
Mon May 16, 2011 1:32 am
Forum: Page Layout
Topic: Problems with \pagebreak. Alternatives?
Replies: 4
Views: 10943

Re: Problems with \pagebreak. Alternatives?

Thanks for the welcome and the tip! That was exactly what I was looking for.

Btw. I also got the \pagebreak to work by including a blank line after the command, but it was nowhere near sufficient.

But, all is well now. :)
Cheers again!
by TheNinjaWizard
Sun May 15, 2011 11:50 pm
Forum: Page Layout
Topic: Problems with \pagebreak. Alternatives?
Replies: 4
Views: 10943

Problems with \pagebreak. Alternatives?

Tried to search for this, but for some mysterious reason there is a character limit in the search bar.

Anyway:
In my document, I would like to have a very specific page break rule at certain points:
If it's less than half a page left, then start a new page .

I found \pagebreak, and I thought that ...