removing page borders [closed]
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
closed as unclear what you're asking by LaRiFaRi, Stefan Pinnow, Romain Picot, Circumscribe, Phelype Oleinik Dec 7 at 9:46
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
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
closed as unclear what you're asking by LaRiFaRi, Stefan Pinnow, Romain Picot, Circumscribe, Phelype Oleinik Dec 7 at 9:46
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
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
Dec 7 at 7:34
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
Dec 7 at 7:35
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
Dec 7 at 7:43
1
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
Dec 7 at 7:52
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
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
edited Dec 7 at 7:48
Stefan Pinnow
19.3k83175
19.3k83175
asked Dec 7 at 7:30
AmberYaseen
11
11
closed as unclear what you're asking by LaRiFaRi, Stefan Pinnow, Romain Picot, Circumscribe, Phelype Oleinik Dec 7 at 9:46
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by LaRiFaRi, Stefan Pinnow, Romain Picot, Circumscribe, Phelype Oleinik Dec 7 at 9:46
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
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
Dec 7 at 7:34
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
Dec 7 at 7:35
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
Dec 7 at 7:43
1
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
Dec 7 at 7:52
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
Dec 7 at 7:34
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
Dec 7 at 7:35
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
Dec 7 at 7:43
1
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
Dec 7 at 7:52
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
Dec 7 at 7:34
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
Dec 7 at 7:34
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
Dec 7 at 7:35
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
Dec 7 at 7:35
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
Dec 7 at 7:43
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
Dec 7 at 7:43
1
1
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
Dec 7 at 7:52
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
Dec 7 at 7:52
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
Dec 7 at 7:34
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
Dec 7 at 7:35
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
Dec 7 at 7:43
1
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
Dec 7 at 7:52