Update Readme; formatting.

This commit is contained in:
Silcantar
2025-08-27 22:34:17 -05:00
parent f9a6c6e7cc
commit f4571bcbcf
3 changed files with 19 additions and 5 deletions

View File

@@ -12,12 +12,15 @@ project or include this repository as a Git submodule.
## Packages ## Packages
- Boxout
- Caption
- Color - Color
- CrossRef - CrossRef
- DocProperties - DocProperties
- Fonts - Fonts
- Glossary - Glossary
- Graphics - Graphics
- Header
- Hyphenation - Hyphenation
- Index - Index
- Layout - Layout
@@ -27,6 +30,11 @@ project or include this repository as a Git submodule.
- TitlePage - TitlePage
- Titles - Titles
## Definitions
- commonincludes
- geometry
--- ---
![Prime Controls Logo](graphics/prime_controls.png) ![Prime Controls Logo](graphics/prime_controls.png)

View File

@@ -2,5 +2,9 @@
\ProvidesPackage{PrimeTeX/packages/Glossary}[2025-07-09] \ProvidesPackage{PrimeTeX/packages/Glossary}[2025-07-09]
% Glossary formatting. % Glossary formatting.
\RequirePackage[xindy,nopostdot,toc,sort=standard]{glossaries} \RequirePackage[
%#endregion xindy,
nopostdot,
toc,
sort=standard,
]{glossaries}

View File

@@ -21,13 +21,15 @@
height = 8.0in, % 576pt, height = 8.0in, % 576pt,
left = 1.5in, % 108pt, left = 1.5in, % 108pt,
top = 1.5in, % 108pt, top = 1.5in, % 108pt,
head = 12pt, head = 12pt, % 1/6in
headsep = 24pt, headsep = 24pt, % 1/3in
marginparwidth = 1.75in, % 126pt, marginparwidth = 1.75in, % 126pt,
marginparsep = 12pt, marginparsep = 12pt, % 1/6in
footskip = 0.5in, % 36pt, footskip = 0.5in, % 36pt,
]{geometry} ]{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@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@hrule}{\color{layoutColor}\hrule height 0.2pt depth\z@ width\textwidth}
\renewcommand{\Gm@hruled}{\color{layoutColor}\hrule height\z@ depth0.2pt width\textwidth} \renewcommand{\Gm@hruled}{\color{layoutColor}\hrule height\z@ depth0.2pt width\textwidth}