Codebase list latex-coffee-stains / 151ae47
Add bleed boolean for global setup Anthony Mirand 5 years ago
2 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4444 \SetupKeyvalOptions{family=coffee,prefix=coffee@}
4545
4646 \DeclareBoolOption{onEveryPage}
47 \DeclareBoolOption{bleed}
4748
4849 \ProcessKeyvalOptions*\relax
4950
546547 }{}
547548
548549
550
551 \ifthenelse{\boolean{coffee@bleed}}{
552 %bleed random splash across multiple pages:
553 \RequirePackage{eso-pic}
554 \AddToShipoutPicture{\cofeAm{1}{1.0}{0}{5.5cm}{3cm}}
555 }{}
556
557
549558 \endinput
00 \documentclass{article}
1 \usepackage[onEveryPage]{coffee}
1 \usepackage[bleed]{coffee}
22
33
44 \usepackage{verbatim}