Hi All,
I need to know how to set a 1in margin all around using
\documentclass[12pt,preprint]{aastex}.
Thanks!
Document Classes ⇒ how to set 1 in margin
NEW: TikZ book now 40% off at Amazon.com for a short time.

how to set 1 in margin
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 use
in the preamble. I've my own share of problems with this package, but I hope this helps you.
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
Hmm. I missed this thread the first time around. Must have been the holidays.
seems to work fine.
Code: Select all
\documentclass[12pt,preprint]{aastex}
\usepackage[margin=1in]{geometry}
how to set 1 in margin
Another simple way to set the margins to 1 inch on all sides of the document:
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10