How can I decrease page borders in latex for a shorter essay?

  • LaTeX
  • Thread starter blahblah8724
  • Start date
  • Tags
    Latex
In summary, to reduce the size of page borders in LaTeX and therefore decrease the number of pages in an essay, one can use the geometry package. This allows for easy adjustment of the page layout, rather than manually following diagrams or instructions from multiple documents. The geometry package is recommended by some sources and can be easily implemented.
  • #1
blahblah8724
32
0
Does anyone know how to reduce the size of the page borders in latex? This is so I can reduce the number of pages my essay covers.

Thanks!
 
Physics news on Phys.org
  • #2
The hard way is to painstakingly follow the diagrams in multiple LaTeX documents that describe page layout.

There is a much easier way: Use the geometry package. For example, to have your text in a 6.5 inch by 8.75 inch block (1 inch horizontal margins, 1.25 inch vertical margins), use

\RequirePackage[text={6.5in,8.75in},centering]{geometry}
 
  • #4
Note that that web page suggests using the geometry package.
 
  • #5
The geometry package seems awesome. Thanks for pointing that out!
 

1. How do I reduce the page borders in LaTeX?

To reduce the page borders in LaTeX, you can use the \usepackage[margin=1in]{geometry} command. This will set the margin size to 1 inch on all sides of the page. You can also adjust the margin size by changing the number after "margin=" to your desired measurement.

2. Can I change the border size on individual pages in LaTeX?

Yes, you can change the border size on individual pages in LaTeX by using the \newgeometry{margin=1in} command before the specific page you want to change the border size on, and then using the \restoregeometry command after that page to revert back to the original margin size.

3. What is the default page border size in LaTeX?

The default page border size in LaTeX is 1 inch on all sides. However, this can vary depending on the document class and settings used. It is always recommended to check and adjust the margin size if needed.

4. How do I remove the page borders completely in LaTeX?

To remove the page borders completely in LaTeX, you can use the \usepackage[margin=0in]{geometry} command. This will set the margin size to 0 inches on all sides, effectively removing the borders. However, keep in mind that this may affect the layout and spacing of your document.

5. Can I adjust the page border size for specific sections in LaTeX?

Yes, you can adjust the page border size for specific sections in LaTeX by using the \usepackage[margin=1in]{geometry} command before the section and then using the \newgeometry{margin=0.5in} command within the section to change the margin size to 0.5 inches. This will only affect the borders for that specific section.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
919
  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
780
  • MATLAB, Maple, Mathematica, LaTeX
Replies
8
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
8
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
11
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
962
  • MATLAB, Maple, Mathematica, LaTeX
Replies
8
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
895
  • MATLAB, Maple, Mathematica, LaTeX
2
Replies
36
Views
884
Back
Top