Document Classes ⇒ how to set 1 in margin
how to set 1 in margin
I need to know how to set a 1in margin all around using
\documentclass[12pt,preprint]{aastex}.
Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
how to set 1 in margin
And according to this
http://kb.mit.edu/confluence/pages/view ... plemargins
just use
Code: Select all
\usepackage{simplemargins}
\setallmargins{1in}
how to set 1 in margin
Code: Select all
\documentclass[12pt,preprint]{aastex}
\usepackage[margin=1in]{geometry}
how to set 1 in margin
Code: Select all
\usepackage{fullpage}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
how to set 1 in margin
Not recommendable since the package was developed for LaTeX2.09 thus is to be considered obsolete. Furthermore it is not officially listed on CTAN.yaami wrote:I used simple margins sty file found here: http://www.mit.edu:8001/activities/anim ... argins.sty
And according to this
http://kb.mit.edu/confluence/pages/view ... plemargins
just usein the preamble. I've my own share of problems with this package, but I hope this helps you.Code: Select all
\usepackage{simplemargins} \setallmargins{1in}
Not recommendable since the package can cause trouble [1]. It should also be considered obsolete.bjd116 wrote:Another simple way to set the margins to 1 inch on all sides of the document:
Code: Select all
\usepackage{fullpage}
[1] View topic: Problem with fancyhdr
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10