Hello.
Please help me to setup pages with: top=4cm, bottom=4cm, leftmargin4cm, rightmargin=4cm, a4paper.
Thank you very much.
Page Layout ⇒ Setup margins of the paper
NEW: TikZ book now 40% off at Amazon.com for a short time.
Setup margins of the paper
For customizing page dimension you can use the geometry package. Since you want all margins equal to 4cm, the code would look like:
The A4 specification is already put as a class option, so there is no need to repeat it for geometry. For other options and more advanced configuration refer to the manual. Hope this helped 
Code: Select all
\documentclass[a4paper]{article}
\usepackage[margin=4cm]{geometry}
\usepackage{lipsum}
\begin{document}
\lipsum\lipsum\lipsum
\end{document}

Setup margins of the paper
I try your code but after compilation, my margins are: Top=4.3 cm, right=4.3cm, left=3,6cm, bottom=3.6cm. My code is
I need to set mirror margins.
Can anybody help me?
Thank you very much.
Code: Select all
\documentclass[a4paper]{book}
\usepackage[margin=4cm]{geometry}
\usepackage{layout}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{wrapfig}
\usepackage{yhmath}
\usepackage{caption}
\captionsetup{%
figurename=Fig.,
tablename=tab.
}
\begin{document}
hhhhhh jjjjjjjjjj ghhhhhhhhh
\end{document}
Can anybody help me?
Thank you very much.
Re: Setup margins of the paper
How do you measure this? After inserting real text into your example document, I get exactly the same margins on every side.
Setup margins of the paper
Hey, I need to set my margins to top=3cm, bottom=2.5cm, left=3cm, right=2.5cm, I,ve already try with geometry and it worked fine, but as the chapters go on my text body gets lower and lower until it reaches page border. I'm also using fancyhdr and set the margin to include foot and head and my paper size is letter.
Any ideas of why this is happening? and how can I fix it?
Here's my set up file...
Any ideas of why this is happening? and how can I fix it?
Here's my set up file...
- Attachments
-
- Tesis.tex
- (5.12 KiB) Downloaded 960 times