diff --git a/README.md b/README.md index c1af420..f18b53b 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,15 @@ project or include this repository as a Git submodule. ## Packages +- Boxout +- Caption - Color - CrossRef - DocProperties - Fonts - Glossary - Graphics +- Header - Hyphenation - Index - Layout @@ -27,6 +30,11 @@ project or include this repository as a Git submodule. - TitlePage - Titles +## Definitions + +- commonincludes +- geometry + --- ![Prime Controls Logo](graphics/prime_controls.png) diff --git a/packages/Glossary.sty b/packages/Glossary.sty index 01c0572..6793971 100644 --- a/packages/Glossary.sty +++ b/packages/Glossary.sty @@ -2,5 +2,9 @@ \ProvidesPackage{PrimeTeX/packages/Glossary}[2025-07-09] % Glossary formatting. - \RequirePackage[xindy,nopostdot,toc,sort=standard]{glossaries} -%#endregion \ No newline at end of file +\RequirePackage[ + xindy, + nopostdot, + toc, + sort=standard, +]{glossaries} \ No newline at end of file diff --git a/packages/Layout.sty b/packages/Layout.sty index f4b375a..739aa85 100644 --- a/packages/Layout.sty +++ b/packages/Layout.sty @@ -21,13 +21,15 @@ height = 8.0in, % 576pt, left = 1.5in, % 108pt, top = 1.5in, % 108pt, - head = 12pt, - headsep = 24pt, + head = 12pt, % 1/6in + headsep = 24pt, % 1/3in marginparwidth = 1.75in, % 126pt, - marginparsep = 12pt, + marginparsep = 12pt, % 1/6in footskip = 0.5in, % 36pt, ]{geometry} +% Redefine the commands geometry uses to draw the page frame to customize the +% color. \renewcommand{\Gm@vrule}{\color{layoutColor}\vrule width 0.2pt height\textheight depth\z@} \renewcommand{\Gm@hrule}{\color{layoutColor}\hrule height 0.2pt depth\z@ width\textwidth} \renewcommand{\Gm@hruled}{\color{layoutColor}\hrule height\z@ depth0.2pt width\textwidth}