common/var to ensure consistency between content and cover

This commit is contained in:
DWaF 2026-06-19 16:34:10 -04:00
parent 0cb55af19e
commit bde352f226
3 changed files with 7 additions and 2 deletions

1
common/var.tex Normal file
View File

@ -0,0 +1 @@
\def \kpubdate{July 2026}

View File

@ -1,5 +1,7 @@
\documentclass[letter, landscape]{report} \documentclass[letter, landscape]{report}
\input{common/var}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -76,7 +78,7 @@ A Mini Cookbook
\vspace{50mm} \vspace{50mm}
\textsc{First Edition\\June 2025} \textsc{First Edition\\ \kpubdate{}}
\endgroup \endgroup

View File

@ -1,5 +1,7 @@
\documentclass[twoside, 10pt, twoside, openany]{article} \documentclass[twoside, 10pt, twoside, openany]{article}
\input{common/var}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -183,7 +185,7 @@
{\Huge Dude With a Fork} \\ {\Huge Dude With a Fork} \\
{\footnotesize Cookbook \#1} {\footnotesize Cookbook \#1}
} }
\date{\begin{small}Published May, 2025\end{small}} \date{\begin{small}Published \kpubdate{}\end{small}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%