Re: font sizes
- To: mathgroup at smc.vnet.net
- Subject: [mg38938] Re: font sizes
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 21 Jan 2003 07:38:20 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <b08l77$7nk$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, something like: nb = NotebookGet[SelectedNotebook[]] /. a_Cell :> Append[a, FontSize -> 13]; NotebookPut[nb] Regards Jens Simon Cowell wrote: > > Dear All, > Probably a stupid question, but: > Can I set the size of the font used in "text" cells at 13 ? > The options on the menu go: ...9, 10, 12, 14, 16, ... > But 12 seems too small to read easily, and 14 seems too big. > I want my external examiner to have as comfortable a time reading my thesis > as possible ! > Thank you for your time, Simon.