Graphics, Figures & Tables ⇒ help desperately regarding preamble
-
- Posts: 6
- Joined: Thu Nov 05, 2009 11:23 pm
help desperately regarding preamble
\documentstyle[12pt]{article}
\usepackage{graphicx}
\setlength{\oddsidemargin}{0.5in} % lhs margin - 1.in
\setlength{\headheight}{0.0in} \setlength{\headsep}{0.0in}
\setlength{\topskip}{0.0in} \setlength{\footheight}{2ex}
\setlength{\footskip}{6ex}
\setlength{\textwidth}{6.0in} % 8.5in - lhsmargin - rhs margin
\setlength{\topmargin}{0.5in} % top margin - 1.0in
\setlength{\textheight}{8.5in} % 11.in - top margin - bottom margin
\setlength{\parindent}{0.4in} \setlength{\parskip}{1.5ex}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
help desperately regarding preamble
If it were me, I'd change \documentstyle to \documentclass and make the entire thing a LaTeX 2e document. LaTeX 2.09 is obsolete.
I'd also accomplish the tweaks on the margins by using the geometry package rather than setting all those lengths separately, some of which aren't even in my article document class.
-
- Posts: 6
- Joined: Thu Nov 05, 2009 11:23 pm
Re: help desperately regarding preamble
Thanks a lot..That change did work and i could include the image.About the geometry package,I am working on LATEX for a professor(he intends to print a book),and that is his standard format..Will the geometry command be as equally effective?