comparison docs/_latex/my-doc-style.sty @ 256:0114842950c4

***** my-doc-style.sty v0.3.1
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 May 2026 13:07:23 +0200
parents fac80ec8e752
children 1b0e58f60f73
comparison
equal deleted inserted replaced
255:fac80ec8e752 256:0114842950c4
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/17 v0.3 (Franz Glasner) Some style customizations (title et al.)] 7 2026/05/17 v0.3.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]{}