“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
Nov 17 at 4:41
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 Nov 17 at 7:09
CarLaTeX
27.5k445120
27.5k445120
asked Nov 17 at 4:28
Fib1123
37338
37338
see tex.stackexchange.com/questions/387563/…
– JPi
Nov 17 at 4:41
add a comment |
see tex.stackexchange.com/questions/387563/…
– JPi
Nov 17 at 4:41
see tex.stackexchange.com/questions/387563/…
– JPi
Nov 17 at 4:41
see tex.stackexchange.com/questions/387563/…
– JPi
Nov 17 at 4:41
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 Nov 17 at 19:20
Peter Wilson
7,91911432
7,91911432
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 Nov 17 at 6:34
Dũng Vũ
1,12120
1,12120
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
Nov 17 at 4:41