[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: toc multiline section titles misaligned in TeX
From: |
Gavin Smith |
Subject: |
Re: toc multiline section titles misaligned in TeX |
Date: |
Mon, 17 Jul 2023 16:43:49 +0100 |
On Sun, Jul 16, 2023 at 02:52:27PM -0600, Karl Berry wrote:
> In the toc, if a chapter/section/whatever titles breaks across lines,
> the second line is not aligned with the first. The output in the main
> text is ok. Example doc follows. I'll attach the output I get
> with texinfo.tex [version 2023-07-02.10]. --thanks, karl.
Hello, I have done some work on this and it should be aligned in the
latest version (2023-07-17.15, git commit 64c51c055836b9980). Please
try it and let us know if the output is good.
I don't remember that there was ever any alignment with the start of the
title on subsequent lines. The code for printing an entry in the table
of contents was the same as that for index entries, which didn't handle
the section number specially.
Aligning where there is a section number appears as good as any way of
marking the continuation.
- toc multiline section titles misaligned in TeX, Karl Berry, 2023/07/16
- Re: toc multiline section titles misaligned in TeX, Werner LEMBERG, 2023/07/17
- Re: toc multiline section titles misaligned in TeX,
Gavin Smith <=
- Re: toc multiline section titles misaligned in TeX, Karl Berry, 2023/07/17
- Re: toc multiline section titles misaligned in TeX, Gavin Smith, 2023/07/18
- Re: toc multiline section titles misaligned in TeX, Werner LEMBERG, 2023/07/18
- Re: toc multiline section titles misaligned in TeX, Karl Berry, 2023/07/18
- Re: toc multiline section titles misaligned in TeX, Gavin Smith, 2023/07/26
- Re: toc multiline section titles misaligned in TeX, Gavin Smith, 2023/07/26
- Re: toc multiline section titles misaligned in TeX, Karl Berry, 2023/07/27
- Re: toc multiline section titles misaligned in TeX, Gavin Smith, 2023/07/27
- Re: toc multiline section titles misaligned in TeX, Raymond Toy, 2023/07/27
Re: toc multiline section titles misaligned in TeX, Raymond Toy, 2023/07/17