Hello,
I am using Lyx with TexLive and XeTex.
When I exported my file to pdf I noticed that the dfefault font size is a bit too small. I would like to increase it by one or two points, but I would like to do it in a consistent manner, so that all the parts of the text that are written in small, smaller etc. will change size consistently and in accordance to the changes in the normal characters.
Cheers
LyX ⇒ How to consistently increase font size ?
NEW: TikZ book now 40% off at Amazon.com for a short time.
How to consistently increase font size ?
Have you tried adding this comment in the preamble??? Something like:
You can change the size of the font in there. It will affect the whole document.
Cheers
Code: Select all
\documentclass[10pt]{report}
Cheers
-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
How to consistently increase font size ?
Try going to Document --> Settings --> Fonts, and change Base size (top right) to 11pt or 12pt. I think 10pt is the default, for some standard classes at least.
Re: How to consistently increase font size ?
Thank you both for your kind help. 
