lout-users
[Top][All Lists]
Advanced

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

Re: page headers


From: kahl
Subject: Re: page headers
Date: 3 Feb 2006 12:06:30 -0500
User-agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.4 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

 >  at some
 > places in the book the page headers are blank at the first runs,
 > and these gaps fill slowly at each new run, usually progressing
 > page by page.

I had this particular effect at some point with (full) slides,
where the fact that missing titles are replaced with ``??''
introduces a non-monotonicity into the approximation process,
so I replaced ``??'' with ``_'' in include/dsf

I have no idea whether this is in fact your problem...


Wolfram




diff -r lout-3.31/lib/include/dsf lout-3.29wk/lib/include/dsf
[...]
1043c1025
<           NoTitles.??       @Yield ??
---
>           NoTitles.??       @Yield "_"
1047c1029
<           Titles.??         @Yield ??
---
>           Titles.??         @Yield "_"
1095c1077
<           NoTitles.??       @Yield ??
---
>           NoTitles.??       @Yield "_"
1099c1081
<           Titles.??         @Yield ??
---
>           Titles.??         @Yield "_"
1147c1129
<           NoTitles.??       @Yield ??
---
>           NoTitles.??       @Yield "_"
1151c1133
<           Titles.??         @Yield ??
---
>           Titles.??         @Yield "_"
1199c1181
<           NoTitles.??       @Yield ??
---
>           NoTitles.??       @Yield "_"
1203c1185
<           Titles.??         @Yield ??
---
>           Titles.??         @Yield "_"
4295c4277


reply via email to

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