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.
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
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 961 times