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.



page image



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}









share|improve this 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 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















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.



page image



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}









share|improve this 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 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













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.



page image



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}









share|improve this question















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.



page image



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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


















  • 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
















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















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?