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} }