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
LyX ⇒ Page break
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Page break
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
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
Page break
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.
Thank you again.- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Page break
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
Whatever it causes, I guess I could say it when seeing the code, either LyX or LaTeX.
Stefan
LaTeX.org admin
Page break
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:
Thank you for your help
Marcos
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\\}
Marcos
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
Page break
Hi Marcos,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
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