Document ClassesProblem using document class memoir

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
smaug
Posts: 2
Joined: Fri Oct 16, 2009 5:56 pm

Problem using document class memoir

Post by smaug »

hello, this is my first post, I'm using LaTex since one year.
I have a problem now.

When I compile the document this makes a skip of one page, that is, the page is white.(look page 33 )
How can I eliminate this white page?

(I compile the naval.tex the other files are includes)
Attachments
Naval.rar
File with problem
(228.47 KiB) Downloaded 156 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Problem using document class memoir

Post by frabjous »

Take out the \newpage command from line 218 of perfilNAVAL2.tex.

(The table on the preceding page already takes up the whole page, so the \newpage command is being interpreted on the top of page 33, resulting in a blank page.)

Or if you want to keep a command like that in there in case of changes, you can change \newpage to \clearpage, which only resuts in a new page if there's something on the current one already.
smaug
Posts: 2
Joined: Fri Oct 16, 2009 5:56 pm

Re: Problem using document class memoir

Post by smaug »

thanks for you answer, but delete the \newpage command of 218 line don't solves the problem.
What do I do?
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Problem using document class memoir

Post by frabjous »

It fixed it for me. Are you sure you removed the right one?
Post Reply