LyXPage break

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
marcos
Posts: 14
Joined: Mon Feb 04, 2013 10:45 am

Page break

Post by marcos »

Hello all,

After some days, the page break of my pdf generated does not exist anymore.

It is strange because in the main document I have this problem, but in each separate chapter it works fine.
Any ideas?

Thanks a lot
Marcos

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
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Re: Page break

Post by Stefan Kottwitz »

Hi Marcos,

that's a bit hard to understand what exactly do you mean. Perhaps elaborate a bit further, or attach a LyX file which shows the problem, such as a much reduced copy of your document which still has the problem.

Stefan
LaTeX.org admin
marcos
Posts: 14
Joined: Mon Feb 04, 2013 10:45 am

Page break

Post by marcos »

Thank you for your answer and sorry for the poor explanation. Here are an exemple of what I tryng to explain. This is my PhD thesis and I dont have the page break in all document.
Image2.gif
Image2.gif (91.23 KiB) Viewed 6163 times
Thank you again.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Re: Page break

Post by Stefan Kottwitz »

I can see a page break. Of course there are page breaks, since there's a page 11. Perhaps you mean you don't have a margin or a very small one?

Whatever it causes, I guess I could say it when seeing the code, either LyX or LaTeX.

Stefan
LaTeX.org admin
marcos
Posts: 14
Joined: Mon Feb 04, 2013 10:45 am

Page break

Post by marcos »

You're right. But it seems that the text continues troughout page break. I tried to change the margins but it don't solved the problem. Anyway, here are the preambule LaTex:

Code: Select all

\usepackage[french]{babel}
\usepackage{a4}
\usepackage[cyr]{aeguill}
\usepackage{epstopdf}
\usepackage{amsfonts}
\usepackage{url}
\renewcommand{\baselinestretch}{1.5}
\usepackage[center,small]{caption}
\bibliographystyle{unsrt}

\title{Modification du kaolin submicronique en vue de leur incorporation dans les matrices polymères}
\author{Marcos Batistella\\
C2MA Centre des Matèriaux des Mines d'Ales\\
Ecole des Mines d'Ales\\
Alès\\
France\\}
Thank you for your help
Marcos
scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

Page break

Post by scottkosty »

marcos wrote:Hello all,

After some days, the page break of my pdf generated does not exist anymore.

It is strange because in the main document I have this problem, but in each separate chapter it works fine.
Any ideas?

Thanks a lot
Marcos
Hi Marcos,

Did you figure out the problem? I think LyX might ignore the document preamble of the child documents. Thus, if you have a preamble in your child documents, this could explain the differences you're seeing.

Scott
Post Reply