summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/conditional.tex
blob: 9a857e0af6407d78552650c110b078f8d34d3010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% arara: indent: {overwrite: yes}
% add these lines to a localSettings.yaml file
%constructIfElseFi:
%    if@isu@draftcls@: 1
\newif\if@isu@draftcls@
\if@isu@draftcls@
	\RequirePackage[firstpage]{draftwatermark}
	\RequirePackage{datetime}
	\newcommand{\isu@draftfooter}{DRAFT --- rendered \today\ at \currenttime}
\else
	\newcommand{\isu@draftfooter}{}
\fi