From bde352f226e486fa2abbcc1b67f58fcaa6c1446e Mon Sep 17 00:00:00 2001 From: dwaf Date: Fri, 19 Jun 2026 16:34:10 -0400 Subject: [PATCH] common/var to ensure consistency between content and cover --- common/var.tex | 1 + cover-003.tex | 4 +++- recipes-003.tex | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 common/var.tex diff --git a/common/var.tex b/common/var.tex new file mode 100644 index 0000000..4267f6d --- /dev/null +++ b/common/var.tex @@ -0,0 +1 @@ +\def \kpubdate{July 2026} diff --git a/cover-003.tex b/cover-003.tex index e307cd0..984bb4e 100644 --- a/cover-003.tex +++ b/cover-003.tex @@ -1,5 +1,7 @@ \documentclass[letter, landscape]{report} +\input{common/var} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -76,7 +78,7 @@ A Mini Cookbook \vspace{50mm} -\textsc{First Edition\\June 2025} +\textsc{First Edition\\ \kpubdate{}} \endgroup diff --git a/recipes-003.tex b/recipes-003.tex index 3431847..2273bae 100644 --- a/recipes-003.tex +++ b/recipes-003.tex @@ -1,5 +1,7 @@ \documentclass[twoside, 10pt, twoside, openany]{article} +\input{common/var} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -183,7 +185,7 @@ {\Huge Dude With a Fork} \\ {\footnotesize Cookbook \#1} } -\date{\begin{small}Published May, 2025\end{small}} +\date{\begin{small}Published \kpubdate{}\end{small}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%