LyX ⇒ Page break
Page break
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Page break
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
Page break
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Page break
Whatever it causes, I guess I could say it when seeing the code, either LyX or LaTeX.
Stefan
Page break
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
-
scottkosty
- 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