comparison docs/_latex/my-doc-style.sty @ 252:b607543d6a8d

***** my-doc-style.sty v0.3
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 May 2026 11:39:31 +0200
parents 733f1661fcb4
children fac80ec8e752
comparison
equal deleted inserted replaced
251:733f1661fcb4 252:b607543d6a8d
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/16 v0.2.1 (Franz Glasner) Some style customizations (title et al.)] 7 2026/05/17 v0.3 (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]{}