fix(documentclass): consolidate watermark settings for improved clarity and customization
This commit is contained in:
@@ -80,11 +80,23 @@
|
|||||||
% Conditionally load the watermark package and settings
|
% Conditionally load the watermark package and settings
|
||||||
\if@draftmark
|
\if@draftmark
|
||||||
\RequirePackage{draftwatermark}
|
\RequirePackage{draftwatermark}
|
||||||
\SetWatermarkText{nuluh/thesis (wip)[draft: \today)}
|
% All watermark settings in one place:
|
||||||
\SetWatermarkColor[gray]{0.8}
|
\DraftwatermarkOptions{%
|
||||||
\SetWatermarkFontSize{1.5cm}
|
text={\sffamily\bfseries
|
||||||
\SetWatermarkAngle{90}
|
DRAFT
|
||||||
\SetWatermarkHorCenter{1.5cm}
|
\href{https://github.com/nuluh/thesis}{%
|
||||||
|
\color{magenta}\fbox{\bfseries\normalsize\texttt{ver.\ 2025.j5}}%
|
||||||
|
}%
|
||||||
|
\ \normalsize{Copyright~\textcopyright~Rifqi D. Panuluh}%
|
||||||
|
},
|
||||||
|
color={[gray]{0.8}},
|
||||||
|
fontsize=1.5em,
|
||||||
|
angle=90,
|
||||||
|
% hanchor=c,
|
||||||
|
hpos=20cm,
|
||||||
|
% vanchor=m,
|
||||||
|
vpos=20cm
|
||||||
|
}
|
||||||
\RequirePackage[left]{lineno}
|
\RequirePackage[left]{lineno}
|
||||||
\linenumbers
|
\linenumbers
|
||||||
\fi
|
\fi
|
||||||
|
|||||||
Reference in New Issue
Block a user