comparison docs/_latex/my-doc-style.sty @ 248:d76f090d991f

***** my-doc-style.sty v0.2.1
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 16 May 2026 13:03:02 +0200
parents 76996a1e4ca7
children 733f1661fcb4
comparison
equal deleted inserted replaced
247:76996a1e4ca7 248:d76f090d991f
2 % 2 %
3 % Some font hacks for my Sphinx PDF documents 3 % Some font hacks for my Sphinx PDF documents
4 % 4 %
5 \NeedsTeXFormat{LaTeX2e} 5 \NeedsTeXFormat{LaTeX2e}
6 \ProvidesPackage{my-doc-style}[% 6 \ProvidesPackage{my-doc-style}[%
7 2026/05/15 v0.2 (Franz Glasner) Some style customizations (title et al.)] 7 2026/05/16 v0.2.1 (Franz Glasner) Some style customizations (title et al.)]
8 \RequirePackage{xkeyval} 8 \RequirePackage{xkeyval}
9 9
10 % A key compatible with options processing but bool (because DeclareBoolOptionX) 10 % A key compatible with options processing but bool (because DeclareBoolOptionX)
11 % If given than the Sphinx standard titlepage is used without changes. 11 % If given than the Sphinx standard titlepage is used without changes.
12 \define@boolkey{my-doc-style.sty}{stdtitle}[true]{} 12 \define@boolkey{my-doc-style.sty}{stdtitle}[true]{}