lout-users
[Top][All Lists]
Advanced

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

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


From: Valeriy E. Ushakov
Subject: Re: How do you set @Book { @Title{} } font size?
Date: Thu, 24 Jan 2013 01:18:05 +0400
User-agent: Mutt/1.4.2.3i

On Wed, Jan 23, 2013 at 11:15:47 +0000, Mark Summerfield wrote:

> I have
> 
>     @Book
>       @Title{The Title}
> 
> but I can't see how to set the @Title's font size (and using, say, 
>       @Title{27p @Font{The Title}}
> has no effect.

Doesn't seem to be configurable.  You can probably use @OnTitlePage
instead.  See def @On in include/bookf:

def @On
{
    @OnTitlePage @Case {
        "" @Yield {
                //1i    |0.5rt 2.5f @Font {1.2fx clines} @Break @Title |
                //2i    |0.5rt clines @Break @Author |
                //1i    |0.5rt clines @Break @Edition |
                //1rt   @OneRow @Publisher
        }
        else @Yield @OnTitlePage
    }
}


-uwe



reply via email to

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