I Wayan Warmada wrote:
Dear LyX-users,
how can I get a font size of 13 points. With a normal report class the
maximum font size is 12 pt, but in the exreport class that could be get 8,
9, 14, 17, 20pt. Could you please suggest me how to get a 13-points font
from either report or extreport class. 12 point is too small, 14 point is
too big.

There are a number of ways to reset the base font size. Here's one I haven't tried but saw somewhere:

\def\@normalsize{\@setsize\normalsize{13pt}\xpt\@xpt}

Another would be to export as LaTeX and change the first line to read something like

\documentclass[13pt]{exreport}

If that doesn't work for your class, then you may have to hack the class file, I suppose.

A quick kludge is to block the whole text the go to Layout>Character and select Increase under Size.

Robin


--
" Like these cutters, and hackers, who will take the wall of men, and picke quarrells."
- G. Pettie

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin


Reply via email to