removing page borders
up vote
0
down vote
favorite
I'm unable to remove/hide page borders on the document in latex . do mention any package that could get the job done or any other trick. you could refer to the attached image to clearly understand what I'm asking about.
packages used:
documentclass[11pt,a4paper,openright]{report}
usepackage{geometry}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{comment}
usepackage{romannum}
usepackage{placeins}
usepackage{tabu}
usepackage{afterpage}
usepackage{tabularx}
pdftex
New contributor
add a comment |
up vote
0
down vote
favorite
I'm unable to remove/hide page borders on the document in latex . do mention any package that could get the job done or any other trick. you could refer to the attached image to clearly understand what I'm asking about.
packages used:
documentclass[11pt,a4paper,openright]{report}
usepackage{geometry}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{comment}
usepackage{romannum}
usepackage{placeins}
usepackage{tabu}
usepackage{afterpage}
usepackage{tabularx}
pdftex
New contributor
You need to post the code that produced this in order for us to analyse how to get rid of it. This has already been asked of you: remove page borders in latex
– Werner
21 mins ago
documentclass[11pt,a4paper,openright]{report} usepackage{geometry} usepackage[english]{babel} usepackage[utf8]{inputenc} usepackage{comment} usepackage{romannum} usepackage{placeins} usepackage{tabu} usepackage{afterpage} usepackage{tabularx} ..im using these packages and nothing else ..borders are auto,cant seem to get rid of them
– AmberYaseen
21 mins ago
If I complete your MWE withbegin{document} Welcome to TeX.SX, Amber! end{document}
I do not get any border at all. You will have to track down the part of code which does produce this.
– LaRiFaRi
13 mins ago
thankyou @LaRiFaRi it helped..silly of me to not notice that .although it messed up entire formatting but i'll see what could be done next :)
– AmberYaseen
3 mins ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm unable to remove/hide page borders on the document in latex . do mention any package that could get the job done or any other trick. you could refer to the attached image to clearly understand what I'm asking about.
packages used:
documentclass[11pt,a4paper,openright]{report}
usepackage{geometry}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{comment}
usepackage{romannum}
usepackage{placeins}
usepackage{tabu}
usepackage{afterpage}
usepackage{tabularx}
pdftex
New contributor
I'm unable to remove/hide page borders on the document in latex . do mention any package that could get the job done or any other trick. you could refer to the attached image to clearly understand what I'm asking about.
packages used:
documentclass[11pt,a4paper,openright]{report}
usepackage{geometry}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{comment}
usepackage{romannum}
usepackage{placeins}
usepackage{tabu}
usepackage{afterpage}
usepackage{tabularx}
pdftex
pdftex
New contributor
New contributor
edited 7 mins ago
Stefan Pinnow
19.2k83175
19.2k83175
New contributor
asked 25 mins ago
AmberYaseen
11
11
New contributor
New contributor
You need to post the code that produced this in order for us to analyse how to get rid of it. This has already been asked of you: remove page borders in latex
– Werner
21 mins ago
documentclass[11pt,a4paper,openright]{report} usepackage{geometry} usepackage[english]{babel} usepackage[utf8]{inputenc} usepackage{comment} usepackage{romannum} usepackage{placeins} usepackage{tabu} usepackage{afterpage} usepackage{tabularx} ..im using these packages and nothing else ..borders are auto,cant seem to get rid of them
– AmberYaseen
21 mins ago
If I complete your MWE withbegin{document} Welcome to TeX.SX, Amber! end{document}
I do not get any border at all. You will have to track down the part of code which does produce this.
– LaRiFaRi
13 mins ago
thankyou @LaRiFaRi it helped..silly of me to not notice that .although it messed up entire formatting but i'll see what could be done next :)
– AmberYaseen
3 mins ago
add a comment |
You need to post the code that produced this in order for us to analyse how to get rid of it. This has already been asked of you: remove page borders in latex
– Werner
21 mins ago
documentclass[11pt,a4paper,openright]{report} usepackage{geometry} usepackage[english]{babel} usepackage[utf8]{inputenc} usepackage{comment} usepackage{romannum} usepackage{placeins} usepackage{tabu} usepackage{afterpage} usepackage{tabularx} ..im using these packages and nothing else ..borders are auto,cant seem to get rid of them
– AmberYaseen
21 mins ago
If I complete your MWE withbegin{document} Welcome to TeX.SX, Amber! end{document}
I do not get any border at all. You will have to track down the part of code which does produce this.
– LaRiFaRi
13 mins ago
thankyou @LaRiFaRi it helped..silly of me to not notice that .although it messed up entire formatting but i'll see what could be done next :)
– AmberYaseen
3 mins ago
You need to post the code that produced this in order for us to analyse how to get rid of it. This has already been asked of you: remove page borders in latex
– Werner
21 mins ago
You need to post the code that produced this in order for us to analyse how to get rid of it. This has already been asked of you: remove page borders in latex
– Werner
21 mins ago
documentclass[11pt,a4paper,openright]{report} usepackage{geometry} usepackage[english]{babel} usepackage[utf8]{inputenc} usepackage{comment} usepackage{romannum} usepackage{placeins} usepackage{tabu} usepackage{afterpage} usepackage{tabularx} ..im using these packages and nothing else ..borders are auto,cant seem to get rid of them
– AmberYaseen
21 mins ago
documentclass[11pt,a4paper,openright]{report} usepackage{geometry} usepackage[english]{babel} usepackage[utf8]{inputenc} usepackage{comment} usepackage{romannum} usepackage{placeins} usepackage{tabu} usepackage{afterpage} usepackage{tabularx} ..im using these packages and nothing else ..borders are auto,cant seem to get rid of them
– AmberYaseen
21 mins ago
If I complete your MWE with
begin{document} Welcome to TeX.SX, Amber! end{document}
I do not get any border at all. You will have to track down the part of code which does produce this.– LaRiFaRi
13 mins ago
If I complete your MWE with
begin{document} Welcome to TeX.SX, Amber! end{document}
I do not get any border at all. You will have to track down the part of code which does produce this.– LaRiFaRi
13 mins ago
thankyou @LaRiFaRi it helped..silly of me to not notice that .although it messed up entire formatting but i'll see what could be done next :)
– AmberYaseen
3 mins ago
thankyou @LaRiFaRi it helped..silly of me to not notice that .although it messed up entire formatting but i'll see what could be done next :)
– AmberYaseen
3 mins ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
AmberYaseen is a new contributor. Be nice, and check out our Code of Conduct.
AmberYaseen is a new contributor. Be nice, and check out our Code of Conduct.
AmberYaseen is a new contributor. Be nice, and check out our Code of Conduct.
AmberYaseen is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f463642%2fremoving-page-borders%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
You need to post the code that produced this in order for us to analyse how to get rid of it. This has already been asked of you: remove page borders in latex
– Werner
21 mins ago
documentclass[11pt,a4paper,openright]{report} usepackage{geometry} usepackage[english]{babel} usepackage[utf8]{inputenc} usepackage{comment} usepackage{romannum} usepackage{placeins} usepackage{tabu} usepackage{afterpage} usepackage{tabularx} ..im using these packages and nothing else ..borders are auto,cant seem to get rid of them
– AmberYaseen
21 mins ago
If I complete your MWE with
begin{document} Welcome to TeX.SX, Amber! end{document}
I do not get any border at all. You will have to track down the part of code which does produce this.– LaRiFaRi
13 mins ago
thankyou @LaRiFaRi it helped..silly of me to not notice that .although it messed up entire formatting but i'll see what could be done next :)
– AmberYaseen
3 mins ago