From 2be8109e90113b46242343bdc5c14c0baadf5372 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 4 Dec 2025 11:28:06 +0100 Subject: [PATCH] [Build] Run build --- dist/full.tex | 4 ++++ dist/minimal.tex | 4 ++++ dist/most.tex | 4 ++++ dist/recommended.tex | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/dist/full.tex b/dist/full.tex index f131e16..d8783b3 100644 --- a/dist/full.tex +++ b/dist/full.tex @@ -113,6 +113,10 @@ % Start document command (required) \newcommand{\startDocument}{ \maketitle + \startDocumentNoTitle +} + +\newcommand{\startDocumentNoTitle}{ \pagestyle{fancy} \thispagestyle{fancy} } diff --git a/dist/minimal.tex b/dist/minimal.tex index 15b79f3..e67f583 100644 --- a/dist/minimal.tex +++ b/dist/minimal.tex @@ -113,6 +113,10 @@ % Start document command (required) \newcommand{\startDocument}{ \maketitle + \startDocumentNoTitle +} + +\newcommand{\startDocumentNoTitle}{ \pagestyle{fancy} \thispagestyle{fancy} } diff --git a/dist/most.tex b/dist/most.tex index 4e3be30..184d5ec 100644 --- a/dist/most.tex +++ b/dist/most.tex @@ -113,6 +113,10 @@ % Start document command (required) \newcommand{\startDocument}{ \maketitle + \startDocumentNoTitle +} + +\newcommand{\startDocumentNoTitle}{ \pagestyle{fancy} \thispagestyle{fancy} } diff --git a/dist/recommended.tex b/dist/recommended.tex index af955b3..88123d0 100644 --- a/dist/recommended.tex +++ b/dist/recommended.tex @@ -113,6 +113,10 @@ % Start document command (required) \newcommand{\startDocument}{ \maketitle + \startDocumentNoTitle +} + +\newcommand{\startDocumentNoTitle}{ \pagestyle{fancy} \thispagestyle{fancy} }