Ajoute une option pour un filigrane
This commit is contained in:
parent
136d45185b
commit
ec130cb02b
1 changed files with 7 additions and 0 deletions
|
@ -519,6 +519,13 @@ $endif$
|
|||
% Allow to generate text from Lorem Ipsum
|
||||
\usepackage{lipsum}
|
||||
|
||||
\usepackage{ragged2e}
|
||||
|
||||
\usepackage{draftwatermark}
|
||||
$if(watermark)$
|
||||
\SetWatermarkText{$watermark$}
|
||||
$endif$
|
||||
|
||||
% -----------------------
|
||||
% Using fancy headers and footers
|
||||
\usepackage{fancyhdr}
|
||||
|
|
Loading…
Reference in a new issue