Different page breaks, same document, different computers
up vote
0
down vote
favorite
First post; probably dumb. Not a big deal (so "fixing" it not mission critical) but I wonder if others have come across this, and what might cause it.
717-page book, using the book document class, all .tex and generated files shared on Dropbox. On numbered page 522 there's a difference in page break between my home and work computer, and the effects propagate making some other breaks awkward that were creatively fixed earlier. It happens again about 40 pages later, so the document is two pages longer on the older computer. Both are Linux boxes. I just use an X-terminal (command line) and an Emacs text editor, so nothing fancy between my fingers, the .tex files and the output.
The newer, home box is running Linux Mint 18.3, and I'm sure the version at work is a few years older but I think also Linux Mint (or related), but I don't recall the exact version. When I run LaTeX on the newer home machine/distro it starts
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
The first occurrence (p. 522) is on a page with a begin{example}..end{example}, begin{itemize}..end{itemize} (giving six quick integral problems in displaystyle), subsection, begin{align}..end{align} (giving five equations with integrals), and then a five-line paragraph which gets pushed completely to the next page totally on the older work box. I tried a little vspace{-.1in} or {-.2in} to pull it back and I think the latter did but it wasn't pretty.
I just have to decide which to send to the publisher, and have to be sure to rerun makeindex and make any adjustments to the index. I figure maybe there's a font substitution used on one of the boxes making a slight difference in sizes that accumulates? (I'm using fouriernc as my font.)
Thanks for any comments.
page-breaking
New contributor
add a comment |
up vote
0
down vote
favorite
First post; probably dumb. Not a big deal (so "fixing" it not mission critical) but I wonder if others have come across this, and what might cause it.
717-page book, using the book document class, all .tex and generated files shared on Dropbox. On numbered page 522 there's a difference in page break between my home and work computer, and the effects propagate making some other breaks awkward that were creatively fixed earlier. It happens again about 40 pages later, so the document is two pages longer on the older computer. Both are Linux boxes. I just use an X-terminal (command line) and an Emacs text editor, so nothing fancy between my fingers, the .tex files and the output.
The newer, home box is running Linux Mint 18.3, and I'm sure the version at work is a few years older but I think also Linux Mint (or related), but I don't recall the exact version. When I run LaTeX on the newer home machine/distro it starts
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
The first occurrence (p. 522) is on a page with a begin{example}..end{example}, begin{itemize}..end{itemize} (giving six quick integral problems in displaystyle), subsection, begin{align}..end{align} (giving five equations with integrals), and then a five-line paragraph which gets pushed completely to the next page totally on the older work box. I tried a little vspace{-.1in} or {-.2in} to pull it back and I think the latter did but it wasn't pretty.
I just have to decide which to send to the publisher, and have to be sure to rerun makeindex and make any adjustments to the index. I figure maybe there's a font substitution used on one of the boxes making a slight difference in sizes that accumulates? (I'm using fouriernc as my font.)
Thanks for any comments.
page-breaking
New contributor
2
the operating system is unlikely to make any difference, addlistfiles
to your document and compare the list of files/versions at the end of the log in each case.
– David Carlisle
6 hours ago
1
This is almost certainly caused by slightly different package versions.
– Andrew
5 hours ago
Thanks fellows. It was the first I'd seen it--LaTeX seeming to be so stable--and wondered if it is a thing others run into. (I mentioned the operating system just for context and in the unlikely event someone might chime in, "oh yeah, some of those distributions had funky tex packages.)
– Michael Dougherty
5 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
First post; probably dumb. Not a big deal (so "fixing" it not mission critical) but I wonder if others have come across this, and what might cause it.
717-page book, using the book document class, all .tex and generated files shared on Dropbox. On numbered page 522 there's a difference in page break between my home and work computer, and the effects propagate making some other breaks awkward that were creatively fixed earlier. It happens again about 40 pages later, so the document is two pages longer on the older computer. Both are Linux boxes. I just use an X-terminal (command line) and an Emacs text editor, so nothing fancy between my fingers, the .tex files and the output.
The newer, home box is running Linux Mint 18.3, and I'm sure the version at work is a few years older but I think also Linux Mint (or related), but I don't recall the exact version. When I run LaTeX on the newer home machine/distro it starts
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
The first occurrence (p. 522) is on a page with a begin{example}..end{example}, begin{itemize}..end{itemize} (giving six quick integral problems in displaystyle), subsection, begin{align}..end{align} (giving five equations with integrals), and then a five-line paragraph which gets pushed completely to the next page totally on the older work box. I tried a little vspace{-.1in} or {-.2in} to pull it back and I think the latter did but it wasn't pretty.
I just have to decide which to send to the publisher, and have to be sure to rerun makeindex and make any adjustments to the index. I figure maybe there's a font substitution used on one of the boxes making a slight difference in sizes that accumulates? (I'm using fouriernc as my font.)
Thanks for any comments.
page-breaking
New contributor
First post; probably dumb. Not a big deal (so "fixing" it not mission critical) but I wonder if others have come across this, and what might cause it.
717-page book, using the book document class, all .tex and generated files shared on Dropbox. On numbered page 522 there's a difference in page break between my home and work computer, and the effects propagate making some other breaks awkward that were creatively fixed earlier. It happens again about 40 pages later, so the document is two pages longer on the older computer. Both are Linux boxes. I just use an X-terminal (command line) and an Emacs text editor, so nothing fancy between my fingers, the .tex files and the output.
The newer, home box is running Linux Mint 18.3, and I'm sure the version at work is a few years older but I think also Linux Mint (or related), but I don't recall the exact version. When I run LaTeX on the newer home machine/distro it starts
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
The first occurrence (p. 522) is on a page with a begin{example}..end{example}, begin{itemize}..end{itemize} (giving six quick integral problems in displaystyle), subsection, begin{align}..end{align} (giving five equations with integrals), and then a five-line paragraph which gets pushed completely to the next page totally on the older work box. I tried a little vspace{-.1in} or {-.2in} to pull it back and I think the latter did but it wasn't pretty.
I just have to decide which to send to the publisher, and have to be sure to rerun makeindex and make any adjustments to the index. I figure maybe there's a font substitution used on one of the boxes making a slight difference in sizes that accumulates? (I'm using fouriernc as my font.)
Thanks for any comments.
page-breaking
page-breaking
New contributor
New contributor
New contributor
asked 6 hours ago
Michael Dougherty
11
11
New contributor
New contributor
2
the operating system is unlikely to make any difference, addlistfiles
to your document and compare the list of files/versions at the end of the log in each case.
– David Carlisle
6 hours ago
1
This is almost certainly caused by slightly different package versions.
– Andrew
5 hours ago
Thanks fellows. It was the first I'd seen it--LaTeX seeming to be so stable--and wondered if it is a thing others run into. (I mentioned the operating system just for context and in the unlikely event someone might chime in, "oh yeah, some of those distributions had funky tex packages.)
– Michael Dougherty
5 hours ago
add a comment |
2
the operating system is unlikely to make any difference, addlistfiles
to your document and compare the list of files/versions at the end of the log in each case.
– David Carlisle
6 hours ago
1
This is almost certainly caused by slightly different package versions.
– Andrew
5 hours ago
Thanks fellows. It was the first I'd seen it--LaTeX seeming to be so stable--and wondered if it is a thing others run into. (I mentioned the operating system just for context and in the unlikely event someone might chime in, "oh yeah, some of those distributions had funky tex packages.)
– Michael Dougherty
5 hours ago
2
2
the operating system is unlikely to make any difference, add
listfiles
to your document and compare the list of files/versions at the end of the log in each case.– David Carlisle
6 hours ago
the operating system is unlikely to make any difference, add
listfiles
to your document and compare the list of files/versions at the end of the log in each case.– David Carlisle
6 hours ago
1
1
This is almost certainly caused by slightly different package versions.
– Andrew
5 hours ago
This is almost certainly caused by slightly different package versions.
– Andrew
5 hours ago
Thanks fellows. It was the first I'd seen it--LaTeX seeming to be so stable--and wondered if it is a thing others run into. (I mentioned the operating system just for context and in the unlikely event someone might chime in, "oh yeah, some of those distributions had funky tex packages.)
– Michael Dougherty
5 hours ago
Thanks fellows. It was the first I'd seen it--LaTeX seeming to be so stable--and wondered if it is a thing others run into. (I mentioned the operating system just for context and in the unlikely event someone might chime in, "oh yeah, some of those distributions had funky tex packages.)
– Michael Dougherty
5 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Michael Dougherty is a new contributor. Be nice, and check out our Code of Conduct.
Michael Dougherty is a new contributor. Be nice, and check out our Code of Conduct.
Michael Dougherty is a new contributor. Be nice, and check out our Code of Conduct.
Michael Dougherty is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462273%2fdifferent-page-breaks-same-document-different-computers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
the operating system is unlikely to make any difference, add
listfiles
to your document and compare the list of files/versions at the end of the log in each case.– David Carlisle
6 hours ago
1
This is almost certainly caused by slightly different package versions.
– Andrew
5 hours ago
Thanks fellows. It was the first I'd seen it--LaTeX seeming to be so stable--and wondered if it is a thing others run into. (I mentioned the operating system just for context and in the unlikely event someone might chime in, "oh yeah, some of those distributions had funky tex packages.)
– Michael Dougherty
5 hours ago