- Move packages to subfolder.

- Add Prime Controls graphics to this repo.
- Expand readme.
This commit is contained in:
Silcantar
2025-08-01 22:54:37 -05:00
parent 0eaf395e0e
commit 21d5f5d0ea
25 changed files with 3269 additions and 34 deletions

22
packages/Titles.sty Normal file
View File

@@ -0,0 +1,22 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{PrimeTeX/packages/Titles}[2025-07-16]
\RequirePackage[raggedright]{titlesec}
\titleformat{\part}[display]{
\normalfont\sbfamily\huge\centering
}{
Part \arabic{part}
}{20pt}{\Huge}
\titleformat{\chapter}[display]{
\normalfont\sbfamily\huge\raggedright
}{
\chaptertitlename{} \thechapter
}{20pt}{\Huge}
\titleformat*{\section}{\sbfamily\Large}
\titleformat*{\subsection}{\sbfamily\large}
\titleformat*{\subsubsection}{\sbfamily}
\titleformat*{\paragraph}{\sbfamily}
\titleformat*{\subparagraph}{\sbfamily}