LyXChanging the margins

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Anne
Posts: 2
Joined: Tue Apr 15, 2008 12:24 pm

Changing the margins

Post by Anne »

Hi
I would like to be able to make the margins smaller, is this possible. I find it very hard to fit equations etc on the page.
I have one more problem, when I make figures and tabels, they are not centeret. How do I do this?
Hope you can help me.
-Anne

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
Maksi
Posts: 52
Joined: Sun Mar 16, 2008 12:12 pm

Re: Changing the margins

Post by Maksi »

You can adjust the margins in the document settings dialogue: Document -> Settings -> (Page) Margins (I use the German version so I am not exactly sure about the correct translation).

As for tables and figures, you can mark them and change their alignment via the paragraph styles button:
Attachments
Paragraph styles-button in LyX
Paragraph styles-button in LyX
paragraph-styles-button.jpg (8.8 KiB) Viewed 7115 times
A Humanities user of LaTeX :)
Anne
Posts: 2
Joined: Tue Apr 15, 2008 12:24 pm

Re: Changing the margins

Post by Anne »

Thank you very much. Im a bit embarressed that it was that easy.
Actually I have one more probably very stupid question. Is there a way to make the cells in a table higher. My problem is that I have fractions in the table, and they fill out the entire cell. It woul be nice if it was possible to change for the entire table in one go.
Anyway, thanks very much.
-Anne
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Changing the margins

Post by Stefan Kottwitz »

Hi Anne,

you can use the array package and \extrarowheight:

Code: Select all

\usepackage{array}
\setlength{\extrarowheight}{4pt}
Stefan
LaTeX.org admin
Post Reply