Fix line height for authors on PDF title page#79
Fix line height for authors on PDF title page#79fingolfin wants to merge 1 commit intofrankluebeck:masterfrom
Conversation
| Alas, while it works in Alnuth, it produces TeX errors in anupq: Still, I would hope a variant of this can be made which satisfies both use cases. Any thoughts, @frankluebeck ? |
| I don't have the input for the example above but made some experiments with another package. For me long titles and subtitles look fine after this commit. The problem with ANUPQ seems to come from AutoDoc. The names of the authors in the XML for the title page are followed by a strange |
| I think (but don't remember) that This is the Digraphs manual front page without that AutoDoc hack (the vertical spacing between authors is too tight): And that it is with the hack (the vertical spacing is too big): (CC @james-d-mitchell as he might have other stylistic preferences ;-) ). But I agree, this hack should be removed from AutoDoc (I'll do it). In return it'd be great if you could apply a similar fix for the authors as you did for title & subtitle |
| I'm happy with your preferences @fingolfin (at least in this regard :)) |
Use \strut around author names on the title page so multi-author blocks get a more suitable line height in the PDF output. Co-authored-by: Codex <codex@openai.com>
d11cb09 to 25ba9c0 Compare 


UPDATE: the spacing issues in title and subtitle were fixed by @frankluebeck in 5122d04 by different means (adding extra empty lines).
But for the spacing of author names, that doesn't seem appealing to me, the distance is too wide. I initially tried to use
\paras describe below but that resulted in LaTeX warnings. Finally Codex found a working solution, which is no in this PR:Use \strut around author names on the title page so multi-author
blocks get a more suitable line height in the PDF output.
Old text follows:
... due to insufficient line spacing. The lines look "smushed together".
See also https://tex.stackexchange.com/a/183710/1755 for an explanation of the changes in this fix.
Before:
After:
