Page Layout ⇒ Setup margins of the paper
Setup margins of the paper
Please help me to setup pages with: top=4cm, bottom=4cm, leftmargin4cm, rightmargin=4cm, a4paper.
Thank you very much.
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
Setup margins of the paper
Code: Select all
\documentclass[a4paper]{article}
\usepackage[margin=4cm]{geometry}
\usepackage{lipsum}
\begin{document}
\lipsum\lipsum\lipsum
\end{document}

Setup margins of the paper
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
Setup margins of the paper
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 973 times