add support for draft watermark

This commit is contained in:
Daniel Le Berre 2024-10-22 23:02:00 +02:00 committed by GitHub
parent 24a8c00936
commit a03e04deec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -963,6 +963,15 @@ $endif$
$endif$
$endif$
%
% Define draft watermark
%
$if(draft)$
\usepackage{draftwatermark}
\SetWatermarkText{$draft$}
\SetWatermarkScale{.5}
$endif$
%%
%% end added
%%