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!
General ⇒ set left margin
NEW: TikZ book now 40% off at Amazon.com for a short time.
set left margin
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
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.
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}
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,...
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: set left margin
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
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
-
- Posts: 5
- Joined: Sun Aug 17, 2008 3:12 pm
Re: set left margin
i followed the last advice and it worked very quick!
but thanks to both!!
but thanks to both!!