LyX ⇒ Changing the margins
Changing the margins
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
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
Re: Changing the margins
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.jpg (8.8 KiB) Viewed 7340 times

Re: Changing the margins
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Changing the margins
you can use the array package and \extrarowheight:
Code: Select all
\usepackage{array}
\setlength{\extrarowheight}{4pt}