mirror of
https://github.com/saymrwulf/verifying-crypto-with-lean.git
synced 2026-09-03 19:53:45 +00:00
cover: the pyramid declares itself — named floors + caption
Second operator complaint proved the whisper-contrast pyramid still read as printing artifacts. Cover-design law, now learned for good: an unlabeled near-invisible shape on a dark ground IS an artifact to every viewer who wasn't in the design meeting. The pyramid stays — it is the book's central image — but visible (paper!45!ink outlines, paper!12!ink fills), with its floors named (Signature / Scalars / Group law / Field) and an italic caption: 'the proof pyramid this book climbs'. The cover now shows the book's structure instead of hinting at it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
1f11b8aa4d
commit
8c7c28702a
2 changed files with 12 additions and 5 deletions
BIN
main.pdf
BIN
main.pdf
Binary file not shown.
17
main.tex
17
main.tex
|
|
@ -7,13 +7,20 @@
|
|||
\begin{titlepage}
|
||||
\pagecolor{ink}\color{paper}
|
||||
\begin{tikzpicture}[remember picture,overlay]
|
||||
% the proof pyramid the book climbs — drawn in solid mixed colors, never
|
||||
% transparency: low-opacity fills on a dark ground render as smudge and
|
||||
% vary by viewer. Crisp thin outlines make it read as intentional.
|
||||
\foreach \i/\w in {0/5.4, 1/4.2, 2/3.0, 3/1.8}{
|
||||
\draw[paper!30!ink, line width=0.5pt, fill=paper!8!ink]
|
||||
% The proof pyramid the book climbs. Cover-design law, learned twice:
|
||||
% an unlabeled near-invisible shape on a dark ground reads as a printing
|
||||
% artifact, not a motif. So the pyramid declares itself — visible fills,
|
||||
% named floors, a caption. Solid mixed colors only (transparency on dark
|
||||
% renders as smudge and varies by viewer).
|
||||
\foreach \i/\w/\layer in {0/5.4/Field, 1/4.2/Group law, 2/3.0/Scalars, 3/1.8/Signature}{
|
||||
\draw[paper!45!ink, line width=0.6pt, fill=paper!12!ink]
|
||||
($(current page.center)+(-\w/2,{-3.0+\i*0.95})$) rectangle ++(\w,0.8);
|
||||
\node[paper!80!ink, font=\footnotesize\scshape]
|
||||
at ($(current page.center)+(0,{-2.6+\i*0.95})$) {\layer};
|
||||
}
|
||||
\node[paper!55!ink, font=\small\itshape, anchor=north]
|
||||
at ($(current page.center)+(0,-3.35)$)
|
||||
{the proof pyramid this book climbs};
|
||||
\end{tikzpicture}
|
||||
\vspace*{3.2cm}
|
||||
{\fontsize{15}{18}\selectfont\scshape\color{accent} a hands-on course in\par}
|
||||
|
|
|
|||
Loading…
Reference in a new issue