bug-texinfo
[Top][All Lists]
Advanced

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

Re: strange space width jumping in header lines


From: Werner LEMBERG
Subject: Re: strange space width jumping in header lines
Date: Thu, 22 Sep 2022 08:02:44 +0000 (UTC)

> However, if `@raggedright` is involved, there are still cases where
> the space after 'Chapter X:' is wider than usual.

It seems that in the definition of `\currentchapterdefs` (or probably
all commands that might influence headers and footers) it is necessary
to reset `\spaceskip` and `\xspaceskip` to standard values.  If I add

```
@tracingall
```

to the example from the previous e-mail, I see

```
....@textrm C
....@textrm h
....@textrm a
....@textrm p
....@textrm t
....@textrm e
....@textrm r
....@glue(@spaceskip) 3.64961
....@textrm 1
....@textrm :
....@glue(@xspaceskip) 5.475
....@textrm M
```

vs.

```
....@textrm C
....@textrm h
....@textrm a
....@textrm p
....@textrm t
....@textrm e
....@textrm r
....@glue 3.65 plus 1.825 minus 1.21666
....@textrm 1
....@textrm :
....@glue 4.86665 plus 3.65 minus 0.60832
....@textrm M
```


    Werner



reply via email to

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