“Turn to the next page” at the bottom of the page
up vote
3
down vote
favorite
At the bottom right corner of a two-page document, how to put the phrase Turn to the next page or similar?
header-footer page
add a comment |
up vote
3
down vote
favorite
At the bottom right corner of a two-page document, how to put the phrase Turn to the next page or similar?
header-footer page
see tex.stackexchange.com/questions/387563/…
– JPi
2 days ago
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
At the bottom right corner of a two-page document, how to put the phrase Turn to the next page or similar?
header-footer page
At the bottom right corner of a two-page document, how to put the phrase Turn to the next page or similar?
header-footer page
header-footer page
edited 2 days ago
CarLaTeX
27.3k445118
27.3k445118
asked 2 days ago
Fib1123
37338
37338
see tex.stackexchange.com/questions/387563/…
– JPi
2 days ago
add a comment |
see tex.stackexchange.com/questions/387563/…
– JPi
2 days ago
see tex.stackexchange.com/questions/387563/…
– JPi
2 days ago
see tex.stackexchange.com/questions/387563/…
– JPi
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
Use the continue
package.
documentclass[...]{...}
usepackage{continue}
renewcommand*{flagcont}{Turn to the next page}
begin{document}
...
end{document}
this will put Turn to the next page
at the bottom of odd-numbered pages. For more options read the manual (> texdoc continue
).
add a comment |
up vote
4
down vote
Try using fancyhdr
package:
documentclass[twoside]{article}
usepackage{lipsum}
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{headrulewidth}{0pt} % Avoid lines in header
fancyfoot[RO]{Turn to the next page $rightarrow$} % R means right; O means odd-numbered pages
begin{document}
lipsum[1-15]
end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here I make the phrase in the bottom right corner of the odd-numbered pages only. If you want to have it on the bottom right corner of all pages, simply delete the O
in the fancyfoot[RO]{...}
.
I'm sorry if the images are a bit difficult to see.
Hope this will help.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Use the continue
package.
documentclass[...]{...}
usepackage{continue}
renewcommand*{flagcont}{Turn to the next page}
begin{document}
...
end{document}
this will put Turn to the next page
at the bottom of odd-numbered pages. For more options read the manual (> texdoc continue
).
add a comment |
up vote
3
down vote
accepted
Use the continue
package.
documentclass[...]{...}
usepackage{continue}
renewcommand*{flagcont}{Turn to the next page}
begin{document}
...
end{document}
this will put Turn to the next page
at the bottom of odd-numbered pages. For more options read the manual (> texdoc continue
).
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Use the continue
package.
documentclass[...]{...}
usepackage{continue}
renewcommand*{flagcont}{Turn to the next page}
begin{document}
...
end{document}
this will put Turn to the next page
at the bottom of odd-numbered pages. For more options read the manual (> texdoc continue
).
Use the continue
package.
documentclass[...]{...}
usepackage{continue}
renewcommand*{flagcont}{Turn to the next page}
begin{document}
...
end{document}
this will put Turn to the next page
at the bottom of odd-numbered pages. For more options read the manual (> texdoc continue
).
answered 2 days ago
Peter Wilson
7,89411432
7,89411432
add a comment |
add a comment |
up vote
4
down vote
Try using fancyhdr
package:
documentclass[twoside]{article}
usepackage{lipsum}
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{headrulewidth}{0pt} % Avoid lines in header
fancyfoot[RO]{Turn to the next page $rightarrow$} % R means right; O means odd-numbered pages
begin{document}
lipsum[1-15]
end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here I make the phrase in the bottom right corner of the odd-numbered pages only. If you want to have it on the bottom right corner of all pages, simply delete the O
in the fancyfoot[RO]{...}
.
I'm sorry if the images are a bit difficult to see.
Hope this will help.
add a comment |
up vote
4
down vote
Try using fancyhdr
package:
documentclass[twoside]{article}
usepackage{lipsum}
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{headrulewidth}{0pt} % Avoid lines in header
fancyfoot[RO]{Turn to the next page $rightarrow$} % R means right; O means odd-numbered pages
begin{document}
lipsum[1-15]
end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here I make the phrase in the bottom right corner of the odd-numbered pages only. If you want to have it on the bottom right corner of all pages, simply delete the O
in the fancyfoot[RO]{...}
.
I'm sorry if the images are a bit difficult to see.
Hope this will help.
add a comment |
up vote
4
down vote
up vote
4
down vote
Try using fancyhdr
package:
documentclass[twoside]{article}
usepackage{lipsum}
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{headrulewidth}{0pt} % Avoid lines in header
fancyfoot[RO]{Turn to the next page $rightarrow$} % R means right; O means odd-numbered pages
begin{document}
lipsum[1-15]
end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here I make the phrase in the bottom right corner of the odd-numbered pages only. If you want to have it on the bottom right corner of all pages, simply delete the O
in the fancyfoot[RO]{...}
.
I'm sorry if the images are a bit difficult to see.
Hope this will help.
Try using fancyhdr
package:
documentclass[twoside]{article}
usepackage{lipsum}
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{headrulewidth}{0pt} % Avoid lines in header
fancyfoot[RO]{Turn to the next page $rightarrow$} % R means right; O means odd-numbered pages
begin{document}
lipsum[1-15]
end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here I make the phrase in the bottom right corner of the odd-numbered pages only. If you want to have it on the bottom right corner of all pages, simply delete the O
in the fancyfoot[RO]{...}
.
I'm sorry if the images are a bit difficult to see.
Hope this will help.
answered 2 days ago
Dũng Vũ
1,05018
1,05018
add a comment |
add a comment |
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%2f460403%2fturn-to-the-next-page-at-the-bottom-of-the-page%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
see tex.stackexchange.com/questions/387563/…
– JPi
2 days ago