Update Readme; formatting.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -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}
|
||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user