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 date appears on the title page.

It's fixed and I have no idea why.

Thanks again, Herbert,

Rich
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


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
here are the two .tex segments:

MWE:
\begin{document}
\titlehead{\includegraphics[viewport=0bp 0bp 528bp 
157bp,clip,width=1\textwidth]{/home/rshepard/documents/templates/llc-letterhead}}
\title{Title line 1\\
Title line 2}
\subtitle{Subtitle line}
\date{\today}\maketitle

Whole document:
\begin{document}
\titlehead{\includegraphics[viewport=0bp 0bp 528bp 
157bp,clip,width=1\textwidth]{/home/rshepard/documents/templates/llc-letterhead}}
\title{Lake Merwin Campers Hideaway\\
Mooring Docks Expansion}
\subtitle{Compliance with environmental requirements}
\date{\today}
\maketitle

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?

Regards,

Rich
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


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 appear in _one_ \subtitle
command.


Herbert,

In previous KOMA-Script reports I have the title (often with multiple
lines), subtitle, then date. Each is separated by \n and they all compile
properly. I am not seeing where the paragraph layouts differ, so I'll look
at the .tex outputs for both.

Thanks,

Rich

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


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 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 appear in _one_
\subtitle command.

Herbert
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users