no double logo on title page

This commit is contained in:
Jörn-Michael Miehe 2025-05-15 22:52:30 +00:00
parent f0beb07e2b
commit e72b5b6730
3 changed files with 5 additions and 3 deletions

View file

@ -1,8 +1,7 @@
# just to convenietly be able to run "make" in the root directory
.PHONY: all protokoll dokument tex clean
all:
$(MAKE) -Csrc -flev-dokument.mk -flev-protokoll.mk -j autodoc
all: protokoll dokument
protokoll:
$(MAKE) -Csrc -flev-protokoll.mk -j autodoc
@ -11,7 +10,8 @@ dokument:
$(MAKE) -Csrc -flev-dokument.mk -j autodoc
tex:
$(MAKE) -Csrc -flev-dokument.mk -flev-protokoll.mk -j tex
$(MAKE) -Csrc -flev-protokoll.mk -j tex
$(MAKE) -Csrc -flev-dokument.mk -j tex
clean:
git clean -xdf ./src

View file

@ -1006,6 +1006,7 @@ $endif$
% title page
\savegeometry{lenaisten}%
\begin{titlepage}%
\backgroundsetup{contents={}}%
\TeXofficeNoheader%
\TeXofficeNofooter%
\TeXofficeGeometry%

View file

@ -987,6 +987,7 @@ $endif$
% title page
\savegeometry{lenaisten}%
\begin{titlepage}%
\backgroundsetup{contents={}}%
\TeXofficeNoheader%
\TeXofficeNofooter%
\TeXofficeGeometry%