Generalset left margin

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
sonjadaniela
Posts: 5
Joined: Sun Aug 17, 2008 3:12 pm

set left margin

Post by sonjadaniela »

hi!
i am just starting to get familiar with lyx and i want to write my CV with it!
the problem is, that the left margin is set so huge so that there is not a lot of splace left to put all the information (i am using a table)
is there a way to set the leftmargin myself with latex? or is there any option in lyx??
thanks for your help!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

set left margin

Post by gmedina »

Hi,

The geometry package provides an easy way to customise the page layout. For example, if you want to set each margin to 1,5cm without header space, all you need is

Code: Select all

\usepackage[margin=1.5cm,nohead]{geometry}
Refer to the User's manual to see all the options it offers.

Since you are writing a CV you could be interested in the modernCV document class.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Re: set left margin

Post by Stefan Kottwitz »

Hi,

with LyX you could open the Document Menu and choose Settings. There you will find the item Page Margins and you could change the margins there.

Stefan
LaTeX.org admin
sonjadaniela
Posts: 5
Joined: Sun Aug 17, 2008 3:12 pm

Re: set left margin

Post by sonjadaniela »

i followed the last advice and it worked very quick!
but thanks to both!!
Post Reply