Re: Subtitle not displayed on report title page

2023-09-11 Thread Rich Shepard
On Mon, 11 Sep 2023, Rich Shepard wrote: Other than \maketitle being on a separate line I don't see why the date does not display in the whole document. Is the error some place else? Well, ... all I did was capitalize two words in the whole document's subtitle, saved, and recompiled. Now the

Re: Subtitle not displayed on report title page

2023-09-11 Thread Rich Shepard
On Mon, 11 Sep 2023, Rich Shepard wrote: I am not seeing where the paragraph layouts differ, so I'll look at the .tex outputs for both. Herbert, Yes, I had the wrong environment for the \today date. Fixed that. Now, mwe.pdf shows the title, subtitle, and date while the whole document doesn't

Re: Subtitle not displayed on report title page

2023-09-11 Thread Rich Shepard
On Mon, 11 Sep 2023, Herbert Voss wrote: your command \today is set with paragraph layout subtilte, so it overwrites the first subtitle definition. Use paragraph layout date for \today. Or as an alternative: use command-enter instead of only enter after the first subtitle line. Then it will

Re: Subtitle not displayed on report title page

2023-09-11 Thread Herbert Voss
Am 11.09.23 um 19:05 schrieb Rich Shepard: This is a new issue for me: no subtitle displayed. I don't see anything in the settings and there's no error when compiling with pdflatex. Minimal Wrong Example (MWE) attached. Rich, your command \today is set with paragraph layout subtilte, so