- Refine boxedcolor macro.

- Tentatively replace nowidow package with lua-widow-control.
This commit is contained in:
2025-08-18 16:13:23 -05:00
parent c914902f59
commit 89340afd62
4 changed files with 243 additions and 53 deletions

View File

@@ -41,10 +41,15 @@
\setlength{\contentwidth}{\textwidth + \marginparsep + \marginparwidth}
% Widow & Orphan control.
\RequirePackage[
defaultlines = 4,
all,
]{nowidow}
% \RequirePackage[
% defaultlines = 4,
% all,
% ]{nowidow}
\RequirePackage{lua-widow-control}
\ifthenelse{\boolean{isDraft}}{
\lwcdraft{draft}
}{}
% Paragraph formatting.
\setlength{\parindent}{0pt}