lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How do you set @Book { @Title{} } font size?


From: Jeff Kingston
Subject: How do you set @Book { @Title{} } font size?
Date: Thu, 24 Jan 2013 08:16:12 +1100
User-agent: Mutt/1.4i

Mark,

> I have @Book @Title{The Title} but I can't see how to set the
> @Title's font size

The @BookSetup setup file symbol has a @TitlePageFont option.  If
you don't like what you are getting on the admittedly very hard
wired front page, you can always switch to using the @OnTitlePage
option of @Book, which places an arbitrary object on the title page
instead of the usual arrangement of title, author, and so on.

> (and using, say, @Title{27p @Font{The Title}} has no effect.

The default value is 2.5f, which for an initial font of 12p is
30p.  Perhaps you didn't notice the 3p difference?  I tried

   @SysInclude { book }
   @Book
       @Title { 5p @Font { A Title } }
   //
   @Chapter
      @Title { First Chapter }
   @Begin
   @LP
   Stuff.
   @End @Chapter

just now and certainly got an unusually small title.  But I
don't think this is the right way to do it, mixing up format
with content always costs in the end.

Jeff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]