Mercurial > hgrepos > Python > libs > ConfigMix
annotate docs/_latex/my-doc-fonts.sty @ 794:57de2981f589 default tip
Update to the latest Sphinx customizations
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 02 Jun 2026 12:35:24 +0200 |
| parents | 46578f03a7cb |
| children |
| rev | line source |
|---|---|
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 % -*- coding: utf-8 -*- |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
2 % SPDX-FileCopyrightText: © 2026 Franz Glasner |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
3 % SPDX-License-Identifier: BSD-3-Clause OR MIT |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
4 % |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
5 % Some font hacks for my Sphinx PDF documents. |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
6 % Needs a LaTeX environment with a working `fontspec' package. |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 % |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
8 % Options: |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
9 % - nomath: Disable math support completely |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
10 % - noglobalunicodemath: Do not load unicode-math globally but only when |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
11 % really needed |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
12 % - fonts=<FONT>: Use font pairing named <FONT>. See the list below. |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
13 % |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
14 \NeedsTeXFormat{LaTeX2e} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
15 \ProvidesPackage{my-doc-fonts}[% |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
16 2026/06/02 rv:c7ae4cfc2c5c (Franz Glasner) Fonts for Sphinx generated PDFs] |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
17 \RequirePackage{xkeyval} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
18 \RequirePackage{fontspec} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
19 \IfFileExists{xcolor.sty}{% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
20 % Should Sphinx load xcolor with its dvipsnames and svgnames options? |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
21 \RequirePackage{xcolor} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
22 }{% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
23 \RequirePackage{color} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
24 } |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
25 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
26 \newif\if@mdf@mono@dejavusansmono\@mdf@mono@dejavusansmonofalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
27 \newif\if@mdf@mono@cmmono\@mdf@mono@cmmonofalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
28 \newif\if@mdf@mono@robotomono\@mdf@mono@robotomonofalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
29 \newif\if@mdf@mono@sscode\@mdf@mono@sscodefalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
30 \newif\if@mdf@mono@inconsolata\@mdf@mono@inconsolatafalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
31 \newif\if@mdf@mono@libertinusmono\@mdf@mono@libertinusmonofalse |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
32 \newif\if@mdf@mono@hackmono\@mdf@mono@hackmonofalse |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
33 \newif\if@mdf@mono@firamono\@mdf@mono@firamonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
34 \newif\if@mdf@mono@firamonomedium\@mdf@mono@firamonomediumfalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
35 \newif\if@mdf@mono@gomono\@mdf@mono@gomonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
36 \newif\if@mdf@augment@cmutypewritertext\@mdf@augment@cmutypewritertextfalse |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
37 \newif\if@mdf@augment@libertinusmono\@mdf@augment@libertinusmonofalse |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
38 \newif\if@mdf@augment@ibmplexmono\@mdf@augment@ibmplexmonofalse |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
39 \newif\if@mdf@augment@redhatmono\@mdf@augment@redhatmonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
40 \newif\if@mdf@augment@cascadiacode\@mdf@augment@cascadiacodefalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
41 \newif\if@mdf@augment@jetbrainsmono\@mdf@augment@jetbrainsmonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
42 \newif\if@mdf@augment@firamono\@mdf@augment@firamonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
43 \newif\if@mdf@augment@gomono\@mdf@augment@gomonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
44 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
45 \newif\if@mdf@GlobalUnicodeMath\@mdf@GlobalUnicodeMathtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
46 \DeclareOptionX{noglobalunicodemath}{\@mdf@GlobalUnicodeMathfalse} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
47 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
48 \newif\if@mdf@UseUnicodeMath\@mdf@UseUnicodeMathtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
49 \DeclareOptionX{nomath}{\@mdf@UseUnicodeMathfalse} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
50 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
51 \newif\if@mdf@NeedUprightUnicodeMath\@mdf@NeedUprightUnicodeMathfalse |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
52 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
53 \newif\if@mdf@WithDejaVuSansMono |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
54 \newif\if@mdf@WithCM |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
55 \newif\if@mdf@WithIBMPlex |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
56 \newif\if@mdf@WithIBMPlexDejaVuSansMono |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
57 \newif\if@mdf@WithAdobeSourcePro |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
58 \newif\if@mdf@WithSpectral |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
59 \newif\if@mdf@WithCharter |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
60 \newif\if@mdf@WithLibertinus |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
61 \newif\if@mdf@WithGaramond |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
62 \newif\if@mdf@WithTufte |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
63 \newif\if@mdf@WithTufteHack |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
64 \newif\if@mdf@WithTufteFiraMono |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
65 \newif\if@mdf@WithPalatino |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
66 \newif\if@mdf@WithPalatinoKB |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
67 \newif\if@mdf@WithPalatinoRosario |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
68 \newif\if@mdf@WithCrimson |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
69 \newif\if@mdf@WithCrimsonCabin |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
70 \newif\if@mdf@WithDejaVu |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
71 \newif\if@mdf@WithMerriweather |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
72 \newif\if@mdf@WithLiterata |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
73 \newif\if@mdf@WithLiterataFiraMono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
74 \newif\if@mdf@WithLiterataRobotoMono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
75 \newif\if@mdf@WithVollkorn |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
76 \newif\if@mdf@WithErewhon |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
77 \newif\if@mdf@WithGentium |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
78 \newif\if@mdf@WithZillaSlab |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
79 \newif\if@mdf@WithAleo |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
80 \newif\if@mdf@WithLora |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
81 \newif\if@mdf@WithStix |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
82 \newif\if@mdf@WithBaskerville |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
83 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
84 % A key compatible with options processing as option "fonts" but choices. |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
85 \define@choicekey*{my-doc-fonts.sty}{fonts}[\val\nr]{% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
86 % do not change anything: just deactivate the default "dejavusansmono" |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
87 default, |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
88 % almost no augmentation needed: all characters available |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
89 dejavusansmono, % use DejaVu Sans Mono as monospaced font |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
90 % the fonts below are augmented for missing characters |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
91 cm, % assume CM fonts and just fix missing characters |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
92 ibmplex, plex, % use the IBM Plex family (incl. Math) |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
93 plex-dejavusansmono, % use IBM Plex Serif/Sans and DejaVu Sans Mono |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
94 adobesourcepro, adobesource, % Use Adobe Source Serif/Sans/Mono |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
95 spectral, % use Spectral, Source Sans Pro and Source Code Pro |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
96 charter, % use XCharter (with XCharter Math), Lato and Inconsolata |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
97 libertinus, % use Libertinus family (incl. Math) |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
98 garamond, % EB Garamond (with Math), Libre Franklin and Inconsolata |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
99 tufte, % Tufte fonts: ETbb (with Math), GilliusADFNo2, DejaVu Sans Mono |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
100 tufte-hack, % Tufte variant: ETbb (with Math), GilliusADFNo2, Hack |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
101 tufte-firamono, % Tufte variant: ETbb (with Math), GilliusADFNo2, Fira Mono |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
102 palatino, % Palatino, Inter and Source Code Pro |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
103 palatino-kb, % Palatino, Lato and Inconsolata (original KB-Admin style) |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
104 palatino-rosario,% Palatino, Rosario and CMU Typewriter Text (Asana Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
105 crimson, % Crimson Pro, (Intel) Clear Sans and Roboto Mono (Erewhon Math) |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
106 crimson-cabin, % Crimson Pro, Cabin and Source Code Pro (Erewhon Math) |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
107 dejavu, % All DejaVu fonts (Serif, Sans, Mono) |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
108 merriweather, % Merriweather, Merriweather Sans, Hack (Concrete Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
109 literata, % Literata, Inter, IBM Plex Mono (Concrete Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
110 literata-firamono, % Literata, Inter, Fira Mono Medium (Concrete Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
111 literata-robotomono, % Literata, Cabin, Roboto Mono (Concrete Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
112 vollkorn, % Vollkorn, Jost, Red Hat Mono (STIX 2 Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
113 erewhon, utopia, % Erewhon, Rosario, XXX, (Erewhon Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
114 gentium, % Gentium, Alegreya Sans, JetBrains Mono, (Euler Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
115 zillaslab, % Zilla Slab, Metropolis, IBM Plex Mono Text, (Concrete Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
116 aleo, % Aleo, Lato, IBM Plex Mono Text, (Euler Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
117 lora, % Lora, Libre Franklin, Go Mono, (Asana Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
118 stix, % STIX 2 Text, Inter, CMU Typewriter Text, (STIX 2 Math) |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
119 baskerville, % Libre Baskerville, Metropolis Medium, CMU Typewriter Text, (Euler Math) |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
120 }{% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
121 % Not used for now : store the normalized option value (global and expanded) |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
122 \xdef\@mdf@fonts{\val}% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
123 % Reset all option related font selection flags |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
124 \@mdf@NeedUprightUnicodeMathfalse |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
125 \@mdf@WithDejaVuSansMonofalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
126 \@mdf@WithCMfalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
127 \@mdf@WithIBMPlexfalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
128 \@mdf@WithIBMPlexDejaVuSansMonofalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
129 \@mdf@WithAdobeSourceProfalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
130 \@mdf@WithSpectralfalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
131 \@mdf@WithCharterfalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
132 \@mdf@WithLibertinusfalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
133 \@mdf@WithGaramondfalse |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
134 \@mdf@WithTuftefalse |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
135 \@mdf@WithTufteHackfalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
136 \@mdf@WithTufteFiraMonofalse |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
137 \@mdf@WithPalatinofalse |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
138 \@mdf@WithPalatinoKBfalse |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
139 \@mdf@WithPalatinoRosariofalse |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
140 \@mdf@WithCrimsonfalse |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
141 \@mdf@WithCrimsonCabinfalse |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
142 \@mdf@WithDejaVufalse |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
143 \@mdf@WithMerriweatherfalse |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
144 \@mdf@WithLiteratafalse |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
145 \@mdf@WithLiterataFiraMonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
146 \@mdf@WithLiterataRobotoMonofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
147 \@mdf@WithVollkornfalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
148 \@mdf@WithErewhonfalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
149 \@mdf@WithGentiumfalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
150 \@mdf@WithZillaSlabfalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
151 \@mdf@WithAleofalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
152 \@mdf@WithLorafalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
153 \@mdf@WithStixfalse |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
154 \@mdf@WithBaskervillefalse |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
155 % Now set the needed font selection flag |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
156 \ifcase\nr\relax |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
157 \relax |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
158 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
159 \@mdf@WithDejaVuSansMonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
160 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
161 \@mdf@WithCMtrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
162 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
163 \@mdf@WithIBMPlextrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
164 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
165 \@mdf@WithIBMPlextrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
166 % Normalize the stored string |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
167 \gdef\@mdf@fonts{ibmplex} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
168 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
169 \@mdf@WithIBMPlexDejaVuSansMonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
170 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
171 \@mdf@WithAdobeSourceProtrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
172 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
173 \@mdf@WithAdobeSourceProtrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
174 % Normalize the stored string |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
175 \gdef\@mdf@fonts{adobesourcepro} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
176 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
177 \@mdf@WithSpectraltrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
178 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
179 \@mdf@WithChartertrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
180 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
181 \@mdf@WithLibertinustrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
182 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
183 \@mdf@WithGaramondtrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
184 \or |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
185 \@mdf@WithTuftetrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
186 \or |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
187 \@mdf@WithTufteHacktrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
188 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
189 \@mdf@WithTufteFiraMonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
190 \or |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
191 \@mdf@WithPalatinotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
192 \or |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
193 \@mdf@WithPalatinoKBtrue |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
194 \or |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
195 \@mdf@WithPalatinoRosariotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
196 \or |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
197 \@mdf@WithCrimsontrue |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
198 \or |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
199 \@mdf@WithCrimsonCabintrue |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
200 \or |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
201 \@mdf@WithDejaVutrue |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
202 \or |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
203 \@mdf@WithMerriweathertrue |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
204 \or |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
205 \@mdf@WithLiteratatrue |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
206 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
207 \@mdf@WithLiterataFiraMonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
208 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
209 \@mdf@WithLiterataRobotoMonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
210 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
211 \@mdf@WithVollkorntrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
212 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
213 \@mdf@WithErewhontrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
214 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
215 \@mdf@WithErewhontrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
216 % Normalize the stored string |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
217 \gdef\@mdf@fonts{erewhon} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
218 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
219 \@mdf@WithGentiumtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
220 \@mdf@NeedUprightUnicodeMathtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
221 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
222 \@mdf@WithZillaSlabtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
223 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
224 \@mdf@WithAleotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
225 \@mdf@NeedUprightUnicodeMathtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
226 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
227 \@mdf@WithLoratrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
228 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
229 \@mdf@WithStixtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
230 \or |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
231 \@mdf@WithBaskervilletrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
232 \@mdf@NeedUprightUnicodeMathtrue |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
233 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
234 } |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
235 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
236 % |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
237 % By default use the safe option dejavusansmono because is contains |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
238 % all characters without any hacks. |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
239 % |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
240 \ExecuteOptionsX{fonts=dejavusansmono} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
241 \ProcessOptionsX\relax |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
242 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
243 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
244 \if@mdf@GlobalUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
245 \if@mdf@NeedUprightUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
246 \RequirePackage[math-style=upright]{unicode-math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
247 \else |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
248 \RequirePackage{unicode-math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
249 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
250 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
251 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
252 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
253 \if@mdf@WithDejaVuSansMono |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
254 % default but with DejaVu Sans Mono as monospaced font |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
255 %\RequirePackage[DefaultFeatures={Scale=0.92},mono=false]{plex-otf} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
256 %\RequirePackage[mono=true,serif=false,sans=false,math=false]{dejavu-otf} % all symbols are available |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
257 \@mdf@mono@dejavusansmonotrue |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
258 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
259 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
260 \if@mdf@WithCM |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
261 \@mdf@mono@cmmonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
262 \fi |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
263 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
264 \if@mdf@WithIBMPlex |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
265 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
266 \RequirePackage[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
267 DefaultFeatures={Scale=0.92}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
268 RMSCfont={},% disable default SC font which uses TeX Gyre Termes |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
269 RM={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
270 %SmallCapsFont=XCharter-Roman, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
271 SmallCapsFont=SourceSerifPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
272 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
273 %BoldFeatures={SmallCapsFont=XCharter-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
274 BoldFeatures={SmallCapsFont=SourceSerifPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
275 %ItalicFeatures={SmallCapsFont=XCharter-Italic},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
276 ItalicFeatures={SmallCapsFont=SourceSerifPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
277 }, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
278 SSSCfont={},% disable default SC font which uses TeX Gyre Heros |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
279 SS={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
280 SmallCapsFont=SourceSansPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
281 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
282 BoldFeatures={SmallCapsFont=SourceSansPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
283 ItalicFeatures={SmallCapsFont=SourceSansPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
284 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
285 math=true]{plex-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
286 \else |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
287 \RequirePackage[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
288 DefaultFeatures={Scale=0.92}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
289 RMSCfont={},% disable default SC font which uses TeX Gyre Termes |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
290 RM={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
291 SmallCapsFont=SourceSerifPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
292 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
293 BoldFeatures={SmallCapsFont=SourceSerifPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
294 ItalicFeatures={SmallCapsFont=SourceSerifPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
295 }, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
296 SSSCfont={},% disable default SC font which uses TeX Gyre Heros |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
297 SS={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
298 SmallCapsFont=SourceSansPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
299 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
300 BoldFeatures={SmallCapsFont=SourceSansPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
301 ItalicFeatures={SmallCapsFont=SourceSansPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
302 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
303 math=false]{plex-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
304 \fi |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
305 \@mdf@augment@ibmplexmonotrue |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
306 \fi |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
307 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
308 \if@mdf@WithIBMPlexDejaVuSansMono |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
309 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
310 \RequirePackage[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
311 DefaultFeatures={Scale=0.92}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
312 RMSCfont={},% disable default SC font which uses TeX Gyre Termes |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
313 RM={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
314 SmallCapsFont=SourceSerifPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
315 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
316 BoldFeatures={SmallCapsFont=SourceSerifPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
317 ItalicFeatures={SmallCapsFont=SourceSerifPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
318 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
319 SSSCfont={},% disable default SC font which uses TeX Gyre Heros |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
320 SS={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
321 SmallCapsFont=SourceSansPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
322 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
323 BoldFeatures={SmallCapsFont=SourceSansPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
324 ItalicFeatures={SmallCapsFont=SourceSansPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
325 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
326 mono=false]{plex-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
327 \else |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
328 \RequirePackage[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
329 DefaultFeatures={Scale=0.92}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
330 RMSCfont={},% disable default SC font which uses TeX Gyre Termes |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
331 RM={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
332 SmallCapsFont=SourceSerifPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
333 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
334 BoldFeatures={SmallCapsFont=SourceSerifPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
335 ItalicFeatures={SmallCapsFont=SourceSerifPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
336 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
337 SSSCfont={},% disable default SC font which uses TeX Gyre Heros |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
338 SS={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
339 SmallCapsFont=SourceSansPro-Regular,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
340 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
341 BoldFeatures={SmallCapsFont=SourceSansPro-Bold},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
342 ItalicFeatures={SmallCapsFont=SourceSansPro-RegularIt},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
343 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
344 mono=false,% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
345 math=false]{plex-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
346 \fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
347 \@mdf@mono@dejavusansmonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
348 \fi |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
349 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
350 \if@mdf@WithAdobeSourcePro |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
351 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
352 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
353 \setmainfont{Source Serif Pro}[ |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
354 UprightFont = *, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
355 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
356 ItalicFont = * Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
357 BoldItalicFont = * Bold Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
358 ] |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
359 \setsansfont{Source Sans Pro}[ |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
360 UprightFont = *, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
361 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
362 ItalicFont = * Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
363 BoldItalicFont = * Bold Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
364 ] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
365 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
366 \defaultfontfeatures{} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
367 \setmathfont{XCharter Math}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
368 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
369 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
370 \fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
371 \@mdf@mono@sscodetrue |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
372 \fi |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
373 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
374 \if@mdf@WithSpectral |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
375 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
376 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
377 \setmainfont{Spectral}[ |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
378 UprightFont = * Regular, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
379 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
380 ItalicFont = * Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
381 BoldItalicFont = * Bold Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
382 ] |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
383 \setsansfont{Source Sans Pro}[ |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
384 UprightFont = *, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
385 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
386 ItalicFont = * Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
387 BoldItalicFont = * Bold Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
388 ] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
389 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
390 \setmathfont{STIX Two Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
391 \fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
392 \@mdf@mono@sscodetrue |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
393 \fi |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
394 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
395 \if@mdf@WithCharter |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
396 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
397 \RequirePackage{xcharter-otf}% ALWAYS loads also XCharter Math |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
398 \defaultfontfeatures{}% Reset from package |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
399 \setsansfont{Lato}[ |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
400 UprightFont = * Regular, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
401 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
402 ItalicFont = * Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
403 BoldItalicFont = * Bold Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
404 Scale = MatchLowercase, |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
405 Numbers = {Lining, Tabular}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
406 Ligatures = TeX, |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
407 ] |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
408 \@mdf@mono@inconsolatatrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
409 \fi |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
410 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
411 \if@mdf@WithLibertinus |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
412 \RequirePackage{newunicodechar} |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
413 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
414 \RequirePackage[lining,tabular]{libertinus-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
415 \defaultfontfeatures{}% Reset from package |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
416 \setmathfont{Asana Math}[range={"2713,"2AB7,"22D0},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
417 \setmathfont{Libertinus Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
418 \else |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
419 \RequirePackage[lining,tabular,nomath]{libertinus-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
420 \fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
421 \@mdf@augment@libertinusmonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
422 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
423 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
424 \if@mdf@WithGaramond |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
425 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
426 \RequirePackage[lining,tabular]{ebgaramond} |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
427 \defaultfontfeatures{}% Reset from package |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
428 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
429 \setmathfont{Garamond-Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
430 \setmathfont{Asana Math}[range={"2713},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
431 \setmathfont{Garamond-Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
432 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
433 \setsansfont{Libre Franklin}[Scale=MatchLowercase,Ligatures=TeX,Numbers={Lining,Tabular}] |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
434 \@mdf@mono@inconsolatatrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
435 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
436 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
437 \if@mdf@WithTufteHack |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
438 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
439 \defaultfontfeatures{Numbers={Lining,Tabular},Ligatures=TeX} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
440 \setmainfont{ETbb} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
441 \setsansfont{GilliusADFNo2}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
442 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
443 \setmathfont{Libertinus Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
444 \setmathfont{Asana Math}[range={"2713,"2AB7,"22D0},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
445 \setmathfont{Libertinus Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
446 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
447 \@mdf@mono@hackmonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
448 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
449 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
450 \if@mdf@WithTufteFiraMono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
451 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
452 \defaultfontfeatures{Numbers={Lining,Tabular},Ligatures=TeX} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
453 \setmainfont{ETbb} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
454 \setsansfont{GilliusADFNo2}[Scale=MatchLowercase] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
455 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
456 \setmathfont{Libertinus Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
457 \setmathfont{Asana Math}[range={"2713,"2AB7,"22D0},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
458 \setmathfont{Libertinus Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
459 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
460 \@mdf@mono@firamonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
461 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
462 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
463 \if@mdf@WithTufte |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
464 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
465 \defaultfontfeatures{Numbers={Lining,Tabular},Ligatures=TeX} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
466 \setmainfont{ETbb} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
467 \setsansfont{GilliusADFNo2}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
468 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
469 \setmathfont{Libertinus Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
470 \setmathfont{Asana Math}[range={"2713,"2AB7,"22D0},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
471 \setmathfont{Libertinus Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
472 \fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
473 \@mdf@mono@dejavusansmonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
474 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
475 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
476 \if@mdf@WithPalatino |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
477 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
478 \linespread{1.06} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
479 \defaultfontfeatures{Numbers={Lining,Tabular},Ligatures=TeX} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
480 \setmainfont{TeXGyrePagellaX} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
481 \setsansfont{Inter}[Scale=MatchLowercase] |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
482 %\setsansfont{Rosario}[Scale=MatchLowercase,ScaleAgain=1.013] |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
483 %\setmathfont{Asana Math}[Scale=MatchLowercase] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
484 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
485 \setmathfont{TeX Gyre Pagella Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
486 \setmathfont{Asana Math}[range={"2AB7},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
487 \setmathfont{TeX Gyre Pagella Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
488 \fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
489 %\@mdf@mono@sscodetrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
490 \@mdf@mono@libertinusmonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
491 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
492 |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
493 \if@mdf@WithPalatinoKB |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
494 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
495 \linespread{1.06} |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
496 \defaultfontfeatures{Numbers={Lining,Tabular},Ligatures=TeX} |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
497 \setmainfont{TeXGyrePagellaX} |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
498 \setsansfont{Lato}[% |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
499 UprightFont = * Regular, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
500 BoldFont = * Bold, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
501 ItalicFont = * Italic, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
502 BoldItalicFont = * Bold Italic, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
503 Scale=MatchLowercase] |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
504 %\setsansfont{Rosario}[Scale=MatchLowercase,ScaleAgain=1.013] |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
505 %\setmathfont{Asana Math}[Scale=MatchLowercase] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
506 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
507 \setmathfont{TeX Gyre Pagella Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
508 \setmathfont{Asana Math}[range={"2AB7},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
509 \setmathfont{TeX Gyre Pagella Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
510 \fi |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
511 \@mdf@mono@inconsolatatrue |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
512 \fi |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
513 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
514 \if@mdf@WithPalatinoRosario |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
515 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
516 \linespread{1.06} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
517 \defaultfontfeatures{Numbers={Lining,Tabular},Ligatures=TeX} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
518 \setmainfont{TeXGyrePagellaX} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
519 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
520 \setsansfont{Rosario}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
521 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
522 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
523 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
524 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
525 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
526 \setmonofont{CMU Typewriter Text} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
527 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
528 \setmathfont{Asana Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
529 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
530 \@mdf@augment@cmutypewritertexttrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
531 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
532 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
533 \if@mdf@WithCrimson |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
534 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
535 \defaultfontfeatures{Ligatures=TeX, Numbers={Lining,Tabular}} |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
536 \setmainfont{Crimson Pro}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
537 SmallCapsFont = Erewhon Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
538 SmallCapsFeatures = {Letters = SmallCaps, Scale = MatchLowercase}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
539 BoldFeatures = {SmallCapsFont = Erewhon Bold}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
540 ItalicFeatures = {SmallCapsFont = Erewhon Italic}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
541 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
542 %\setsansfont{Open Sans}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
543 \setsansfont{Clear Sans}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
544 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
545 \defaultfontfeatures{}% Erewhon Math needs this here! |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
546 \setmathfont{Erewhon Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
547 \fi |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
548 %\@mdf@mono@sscodetrue |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
549 %\@mdf@mono@inconsolatatrue |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
550 \@mdf@mono@robotomonotrue |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
551 \fi |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
552 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
553 \if@mdf@WithCrimsonCabin |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
554 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
555 \defaultfontfeatures{Ligatures=TeX, Numbers={Lining,Tabular}} |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
556 \setmainfont{Crimson Pro}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
557 SmallCapsFont = Erewhon Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
558 SmallCapsFeatures = {Letters=SmallCaps, Scale=MatchLowercase}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
559 BoldFeatures = {SmallCapsFont = Erewhon Bold}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
560 ItalicFeatures = {SmallCapsFont = Erewhon Italic}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
561 ] |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
562 \setsansfont{Cabin}[Scale=MatchLowercase] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
563 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
564 \defaultfontfeatures{}% Erewhon Math needs this here! |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
565 \setmathfont{Erewhon Math}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
566 \fi |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
567 %\@mdf@mono@sscodetrue |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
568 \@mdf@mono@inconsolatatrue |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
569 \fi |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
570 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
571 \if@mdf@WithDejaVu |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
572 \RequirePackage{newunicodechar} |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
573 % automatically applied with Scale=MatchLowercase,... |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
574 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
575 \RequirePackage[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
576 RM={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
577 Scale = 0.92,% as in dejavu-otf |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
578 SmallCapsFont = {XCharter-Roman.otf},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
579 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.12},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
580 ItalicFeatures = {SmallCapsFont = {XCharter-Italic.otf}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
581 BoldFeatures = {SmallCapsFont = {XCharter-Bold.otf}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
582 BoldItalicFeatures = {SmallCapsFont = {XCharter-BoldItalic.otf}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
583 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
584 SS={Scale = 0.92},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
585 mono=true,serif=true,sans=true,math=true]{dejavu-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
586 \setmathfont{XCharter Math}[range={"2713,"2AB7},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
587 \setmathfont{DejaVu Math TeX Gyre}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
588 %\setmathfont{DejaVu Math TeX Gyre}[range={},version=normal] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
589 %\setmathfont{DejaVu Math TeX Gyre}[range={},FakeBold=3,version=bold] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
590 \else |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
591 \RequirePackage[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
592 RM={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
593 Scale = 0.92,% as in dejavu-otf |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
594 SmallCapsFont = {XCharter-Roman.otf},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
595 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.12}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
596 ItalicFeatures = {SmallCapsFont = {XCharter-Italic.otf}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
597 BoldFeatures = {SmallCapsFont = {XCharter-Bold.otf}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
598 BoldItalicFeatures = {SmallCapsFont = {XCharter-BoldItalic.otf}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
599 },% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
600 SS={Scale = 0.92},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
601 mono=true,serif=true,sans=true,math=false]{dejavu-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
602 \fi |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
603 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
604 % |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
605 % Try to fix for missing \mathrm: |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
606 % https://tex.stackexchange.com/questions/669382/latex-error-math-alphabet-identifier-mathrm-is-undefined-in-math-version |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
607 % |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
608 % DOES NOT WORK! |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
609 %\mathversion{normal}\let\mathrm\symup |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
610 % THIS WORKS (see also unicode-math.pdf Section 4.4.3 Operator font): |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
611 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
612 \setoperatorfont\symup |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
613 \fi |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
614 \fi |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
615 |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
616 \if@mdf@WithMerriweather |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
617 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
618 \linespread{1.06} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
619 \defaultfontfeatures{% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
620 Scale = 0.92, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
621 Ligatures = TeX, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
622 Numbers = {Lining,Tabular}, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
623 Extension = .otf, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
624 } |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
625 \setmainfont{Merriweather}[% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
626 UprightFont = *-Regular , |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
627 ItalicFont = *-Italic , |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
628 BoldFont = *-Bold , |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
629 BoldItalicFont = *-BoldItalic |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
630 ] |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
631 \setsansfont{MerriweatherSans}[% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
632 UprightFont = *-Regular , |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
633 ItalicFont = *-Italic , |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
634 BoldFont = *-Bold , |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
635 BoldItalicFont = *-BoldItalic |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
636 ] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
637 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
638 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
639 \RequirePackage[no-text]{concmath-otf}% for concmath-otf |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
640 \fi |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
641 \@mdf@mono@hackmonotrue |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
642 \fi |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
643 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
644 \if@mdf@WithLiterata |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
645 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
646 \defaultfontfeatures{% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
647 Ligatures = TeX, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
648 Numbers = {Lining,Tabular}, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
649 } |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
650 \setmainfont{Literata} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
651 \setsansfont{Inter}[Scale=MatchLowercase] |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
652 \setmonofont{IBMPlexMono}[% |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
653 Scale = MatchLowercase, |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
654 Extension = .otf, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
655 UprightFont= *-Regular, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
656 BoldFont = *-Bold, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
657 ItalicFont = *-Italic, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
658 BoldItalicFont = *-BoldItalic, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
659 SlantedFont = *-Italic, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
660 ] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
661 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
662 \defaultfontfeatures{Scale=MatchLowercase}% for concmath-otf and Plex Mono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
663 \RequirePackage[no-text]{concmath-otf} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
664 \fi |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
665 \@mdf@augment@ibmplexmonotrue |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
666 \fi |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
667 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
668 \if@mdf@WithLiterataFiraMono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
669 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
670 \defaultfontfeatures{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
671 Ligatures = TeX, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
672 Numbers = {Lining,Tabular}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
673 } |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
674 \setmainfont{Literata} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
675 \defaultfontfeatures{Scale=MatchLowercase, Ligatures=TeX} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
676 \setsansfont{Inter} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
677 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
678 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
679 \RequirePackage[no-text]{concmath-otf}% for concmath-otf |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
680 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
681 \@mdf@mono@firamonomediumtrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
682 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
683 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
684 \if@mdf@WithLiterataRobotoMono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
685 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
686 \defaultfontfeatures{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
687 Ligatures = TeX, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
688 Numbers = {Lining,Tabular}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
689 } |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
690 \setmainfont{Literata} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
691 \setsansfont{Cabin}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
692 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
693 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
694 \RequirePackage[no-text]{concmath-otf}% for concmath-otf |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
695 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
696 \@mdf@mono@robotomonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
697 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
698 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
699 \if@mdf@WithVollkorn |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
700 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
701 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
702 \setmainfont{Vollkorn}[ |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
703 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
704 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
705 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
706 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
707 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
708 \setsansfont{Jost}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
709 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
710 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
711 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
712 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
713 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
714 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
715 \setmonofont{CascadiaMono}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
716 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
717 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
718 \setmathfont{STIX Two Math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
719 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
720 \@mdf@augment@cascadiacodetrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
721 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
722 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
723 \if@mdf@WithErewhon |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
724 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
725 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
726 \setmainfont{Erewhon}[ |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
727 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
728 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
729 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
730 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
731 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
732 \setsansfont{Rosario}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
733 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
734 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
735 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
736 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
737 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
738 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
739 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
740 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
741 \setmathfont{Erewhon Math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
742 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
743 \@mdf@mono@hackmonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
744 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
745 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
746 \if@mdf@WithGentium |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
747 \if@mdf@UseUnicodeMath\RequirePackage[math-style=upright]{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
748 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
749 \setmainfont{Gentium}[ |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
750 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
751 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
752 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
753 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
754 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
755 \setsansfont{Alegreya Sans}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
756 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
757 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
758 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
759 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
760 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
761 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
762 \setmonofont{JetBrains Mono}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
763 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
764 \RequirePackage[Scale=MatchLowercase]{euler-math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
765 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
766 \setmathfont{XCharter Math}[range={"03F1,"1D71A}] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
767 \setmathfont{Euler Math}[range={}] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
768 %\setmathfont{Euler Math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
769 %\renewcommand{\varrho}{\rho} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
770 %\renewcommand{\rho}{\mbfsansrho} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
771 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
772 \@mdf@augment@jetbrainsmonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
773 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
774 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
775 \if@mdf@WithZillaSlab |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
776 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
777 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
778 \setmainfont{Zilla Slab}[ |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
779 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
780 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
781 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
782 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
783 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
784 \setsansfont{Metropolis}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
785 Scale=MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
786 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
787 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
788 ItalicFont = * Regular Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
789 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
790 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
791 % \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
792 % \setmonofont{JetBrains Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
793 % Ligatures = TeX |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
794 % ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
795 \setmonofont{IBMPlexMonoText}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
796 Scale=MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
797 Extension = .otf, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
798 UprightFont= IBMPlexMono-Text, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
799 BoldFont = IBMPlexMono-Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
800 ItalicFont = IBMPlexMono-TextItalic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
801 BoldItalicFont = IBMPlexMono-BoldItalic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
802 SlantedFont = IBMPlexMono-TextItalic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
803 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
804 \@mdf@augment@ibmplexmonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
805 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
806 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
807 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
808 \RequirePackage[no-text]{concmath-otf}% for concmath-otf |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
809 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
810 %\@mdf@augment@jetbrainsmonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
811 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
812 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
813 \if@mdf@WithAleo |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
814 \if@mdf@UseUnicodeMath\RequirePackage[math-style=upright]{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
815 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
816 \setmainfont{Aleo}[ |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
817 Extension = .ttf, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
818 UprightFont = {Aleo-VariableFont_wght} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
819 UprightFeatures = {Instance = Regular} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
820 ItalicFont = {Aleo-Italic-VariableFont_wght} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
821 ItalicFeatures = {Instance = Italic} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
822 BoldFont = {Aleo-VariableFont_wght} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
823 BoldFeatures = {Instance = Bold} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
824 BoldItalicFont = {Aleo-Italic-VariableFont_wght} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
825 BoldItalicFeatures = {Instance = {Bold Italic}} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
826 SmallCapsFont = {ZillaSlab-Medium.otf} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
827 SmallCapsFeatures = {Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.1} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
828 ItalicFeatures = {SmallCapsFont = {ZillaSlab-MediumItalic.otf}} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
829 BoldFeatures = {SmallCapsFont = {ZillaSlab-Bold.otf}} , |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
830 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
831 \setsansfont{Lato}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
832 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
833 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
834 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
835 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
836 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
837 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
838 \setmonofont{IBMPlexMonoText}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
839 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
840 Extension = .otf, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
841 UprightFont= IBMPlexMono-Text, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
842 BoldFont = IBMPlexMono-Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
843 ItalicFont = IBMPlexMono-TextItalic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
844 BoldItalicFont = IBMPlexMono-BoldItalic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
845 SlantedFont = IBMPlexMono-TextItalic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
846 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
847 \@mdf@augment@ibmplexmonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
848 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
849 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
850 \defaultfontfeatures{} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
851 \RequirePackage[Scale=MatchLowercase]{euler-math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
852 \setmathfont{XCharter Math}[range={"03F1,"1D71A},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
853 \setmathfont{Euler Math}[range={},Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
854 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
855 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
856 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
857 \if@mdf@WithLora |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
858 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
859 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
860 \linespread{1.02} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
861 \setmainfont{Lora}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
862 Scale = 0.98, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
863 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
864 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
865 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
866 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
867 SmallCapsFont = {STIX Two Text}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
868 SmallCapsFeatures={Letters=SmallCaps, Scale=MatchLowercase, ScaleAgain=1.05}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
869 BoldFeatures={SmallCapsFont={STIX Two Text Bold}}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
870 ItalicFeatures={SmallCapsFont={STIX Two Text Italic}}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
871 BoldItalicFeatures={SmallCapsFont={STIX Two Text Bold Italic}}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
872 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
873 \setsansfont{Libre Franklin}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
874 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
875 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
876 \setmathfont{Asana Math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
877 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
878 %\@mdf@mono@libertinusmonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
879 \@mdf@mono@gomonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
880 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
881 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
882 \if@mdf@WithBaskerville |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
883 \if@mdf@UseUnicodeMath\RequirePackage[math-style=upright]{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
884 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
885 \linespread{1.02} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
886 \setmainfont{Libre Baskerville}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
887 Scale=0.92, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
888 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
889 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
890 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
891 %BoldItalicFont = * Bold Italic, % no bold italic font for Baskerville |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
892 SmallCapsFont = {Erewhon Regular}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
893 SmallCapsFeatures={% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
894 Letters = SmallCaps, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
895 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
896 ScaleAgain=1.16 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
897 }, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
898 BoldFeatures={SmallCapsFont={Erewhon Bold}}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
899 ItalicFeatures={SmallCapsFont={Erewhon Italic}}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
900 BoldItalicFeatures={SmallCapsFont={Erewhon Bold Italic}}, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
901 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
902 \setsansfont{Metropolis}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
903 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
904 UprightFont= * Medium, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
905 ItalicFont = * Medium Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
906 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
907 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
908 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
909 \setmonofont{CMU Typewriter Text}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
910 Scale = MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
911 ScaleAgain = 0.98, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
912 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
913 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
914 \defaultfontfeatures{} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
915 \RequirePackage[Scale=MatchLowercase]{euler-math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
916 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
917 \setmathfont{XCharter Math}[range={"03F1,"1D71A}] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
918 \setmathfont{Euler Math}[range={}] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
919 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
920 \@mdf@augment@cmutypewritertexttrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
921 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
922 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
923 \if@mdf@WithStix |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
924 \if@mdf@UseUnicodeMath\RequirePackage{unicode-math}\fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
925 \defaultfontfeatures{Ligatures=TeX,Numbers={Lining,Tabular}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
926 \setmainfont{STIX Two Text}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
927 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
928 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
929 ItalicFont = * Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
930 BoldItalicFont = * Bold Italic, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
931 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
932 \setsansfont{Inter}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
933 \setmonofont{CMU Typewriter Text}[Scale=MatchLowercase] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
934 \if@mdf@UseUnicodeMath |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
935 \defaultfontfeatures{Scale=MatchLowercase} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
936 \setmathfont{STIX Two Math} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
937 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
938 \@mdf@augment@cmutypewritertexttrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
939 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
940 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
941 % |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
942 % MONO |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
943 % |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
944 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
945 % Used for most |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
946 \defaultfontfeatures{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
947 Scale=MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
948 Ligatures=TeX, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
949 Numbers={Lining,Tabular} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
950 } |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
951 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
952 \if@mdf@mono@dejavusansmono |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
953 \RequirePackage{newunicodechar} |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
954 % automatically applied with Scale=MatchLowercase,... |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
955 \defaultfontfeatures{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
956 Ligatures=TeX, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
957 Numbers={Lining,Tabular} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
958 } |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
959 \RequirePackage[mono=true,serif=false,sans=false,math=false]{dejavu-otf} % almost all symbols are available |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
960 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
961 \fi |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
962 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
963 \if@mdf@mono@cmmono |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
964 \RequirePackage{newunicodechar} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
965 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
966 UprightFont = *, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
967 BoldFont = * Bold, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
968 ItalicFont = * Oblique, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
969 BoldItalicFont = * Bold Oblique, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
970 ] |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
971 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
972 UprightFont = *, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
973 BoldFont = * Bold, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
974 ItalicFont = * Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
975 BoldItalicFont = * Bold Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
976 ] |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
977 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
978 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
979 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
980 \newunicodechar{◆}{{\DejaVuSansMono ◆}}% U+25C6 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
981 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
982 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
983 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
984 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
985 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
986 \newunicodechar{▪}{{\DejaVuSansMono ▪}}% U+25AA |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
987 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
988 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
989 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
990 \newunicodechar{≠}{{\DejaVuSansMono ≠}}% U+2260 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
991 \newunicodechar{≤}{{\DejaVuSansMono ≤}}% U+2264 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
992 \newunicodechar{≥}{{\DejaVuSansMono ≥}}% U+2265 |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
993 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
994 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
995 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
996 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
997 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
998 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
999 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1000 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1001 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1002 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1003 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1004 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1005 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1006 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1007 \PassOptionsToPackage{% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1008 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1009 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1010 {sphinx} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1011 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1012 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1013 \if@mdf@mono@sscode |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1014 \RequirePackage{newunicodechar} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1015 \setmonofont{Source Code Pro}[ |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1016 UprightFont = *, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1017 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1018 ItalicFont = * Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1019 BoldItalicFont = * Bold Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1020 ] |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1021 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1022 UprightFont = *, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1023 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1024 ItalicFont = * Oblique, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1025 BoldItalicFont = * Bold Oblique, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1026 ] |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1027 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1028 UprightFont = *, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1029 BoldFont = * Bold, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1030 ItalicFont = * Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1031 BoldItalicFont = * Bold Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1032 ] |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1033 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1034 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1035 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1036 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1037 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1038 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1039 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1040 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1041 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1042 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1043 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1044 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1045 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1046 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1047 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1048 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1049 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1050 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1051 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1052 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1053 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1054 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1055 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1056 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1057 \PassOptionsToPackage{% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1058 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1059 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1060 {sphinx} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1061 \fi |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1062 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1063 \if@mdf@mono@inconsolata |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1064 \RequirePackage{newunicodechar} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1065 \setmonofont{Inconsolata LGC Nerd Font Mono}[% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1066 UprightFont = *, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1067 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1068 ItalicFont = * Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1069 BoldItalicFont = * Bold Italic, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1070 ] |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1071 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1072 UprightFont = *, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1073 BoldFont = * Bold, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1074 ItalicFont = * Oblique, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1075 BoldItalicFont = * Bold Oblique, |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1076 ] |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1077 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1078 UprightFont = *, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1079 BoldFont = * Bold, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1080 ItalicFont = * Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1081 BoldItalicFont = * Bold Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1082 ] |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1083 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1084 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1085 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1086 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1087 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1088 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1089 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1090 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1091 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1092 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1093 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1094 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1095 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1096 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1097 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1098 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1099 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1100 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1101 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1102 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1103 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1104 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1105 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1106 %\RequirePackage{pifont} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1107 %\newunicodechar{✓}{\ding{51}} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1108 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1109 %\newunicodechar{✓}{{\DejaVuSansMono ✓}}% U+2713 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1110 \fi |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1111 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1112 \if@mdf@mono@robotomono |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1113 \RequirePackage{newunicodechar} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1114 \setmonofont{Roboto Mono}[% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1115 UprightFont = *, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1116 BoldFont = * Bold, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1117 ItalicFont = * Italic, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1118 BoldItalicFont = * Bold Italic, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1119 ] |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1120 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1121 UprightFont = *, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1122 BoldFont = * Bold, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1123 ItalicFont = * Oblique, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1124 BoldItalicFont = * Bold Oblique, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1125 ] |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1126 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1127 UprightFont = *, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1128 BoldFont = * Bold, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1129 ItalicFont = * Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1130 BoldItalicFont = * Bold Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1131 ] |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1132 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1133 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1134 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1135 \newunicodechar{◆}{{\DejaVuSansMono ◆}}% U+25C6 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1136 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1137 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1138 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1139 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1140 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1141 \newunicodechar{▪}{{\DejaVuSansMono ▪}}% U+25AA |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1142 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1143 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1144 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1145 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1146 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1147 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1148 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1149 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1150 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1151 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1152 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1153 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1154 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1155 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1156 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1157 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1158 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1159 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1160 \PassOptionsToPackage{% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1161 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1162 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1163 {sphinx} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1164 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1165 |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1166 \if@mdf@mono@hackmono |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1167 \RequirePackage{newunicodechar} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1168 \setmonofont{Hack} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1169 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1170 UprightFont = *, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1171 BoldFont = * Bold, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1172 ItalicFont = * Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1173 BoldItalicFont = * Bold Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1174 ] |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1175 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1176 UprightFont = *, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1177 BoldFont = * Bold, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1178 ItalicFont = * Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1179 BoldItalicFont = * Bold Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1180 ] |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1181 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1182 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1183 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1184 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1185 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1186 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1187 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1188 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1189 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1190 \newunicodechar{✓}{{\DejaVuSansMono ✓}}% U+2713 |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1191 \PassOptionsToPackage{% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1192 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1193 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1194 {sphinx} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1195 \fi |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1196 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1197 \if@mdf@mono@firamono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1198 \setmonofont{Fira Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1199 UprightFont = * Regular, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1200 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1201 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1202 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1203 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1204 \@mdf@augment@firamonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1205 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1206 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1207 \if@mdf@mono@firamonomedium |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1208 \setmonofont{Fira Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1209 UprightFont = * Medium, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1210 ItalicFont = * Medium Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1211 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1212 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1213 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1214 \@mdf@augment@firamonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1215 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1216 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1217 \if@mdf@mono@libertinusmono |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1218 \defaultfontfeatures{} |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1219 % This is stolen from libertinus-otf.sty! |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1220 \setmonofont{LibertinusMono}[% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1221 Ligatures = TeX, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1222 Numbers = {Lining, Tabular}, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1223 Scale = MatchLowercase, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1224 FakeStretch = 0.94, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1225 UprightFont = *-Regular, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1226 ItalicFont = *-Regular, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1227 ItalicFeatures = {FakeSlant=0.2}, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1228 SlantedFont = *-Regular, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1229 SlantedFeatures= {FakeSlant=0.2}, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1230 BoldFont = *-Regular, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1231 BoldFeatures = {RawFeature={embolden=3}}, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1232 BoldItalicFont = *-Regular, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1233 BoldItalicFeatures={FakeSlant=0.2,RawFeature={embolden=3}}, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1234 Extension = .otf, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1235 ] |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1236 \@mdf@augment@libertinusmonotrue |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1237 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1238 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1239 \if@mdf@mono@gomono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1240 \setmonofont{Go Mono}[ScaleAgain = 0.95] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1241 \@mdf@augment@gomonotrue |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1242 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1243 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1244 % |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1245 % AUGMENT |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1246 % |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1247 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1248 % Used for all below |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1249 \defaultfontfeatures{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1250 Scale=MatchLowercase, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1251 Ligatures=TeX, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1252 Numbers={Lining,Tabular} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1253 } |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1254 |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1255 \if@mdf@augment@ibmplexmono |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1256 \RequirePackage{newunicodechar} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1257 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1258 UprightFont = *, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1259 BoldFont = * Bold, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1260 ItalicFont = * Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1261 BoldItalicFont = * Bold Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1262 ] |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1263 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1264 UprightFont = *, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1265 BoldFont = * Bold, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1266 ItalicFont = * Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1267 BoldItalicFont = * Bold Oblique, |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1268 ] |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1269 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1270 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
793
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1271 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1272 \newunicodechar{◆}{{\DejaVuSansMono ◆}}% U+25C6 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1273 \newunicodechar{▪}{{\DejaVuSansMono ▪}}% U+25AA |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1274 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1275 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1276 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1277 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1278 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1279 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1280 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1281 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1282 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1283 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1284 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1285 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1286 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1287 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1288 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1289 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1290 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1291 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1292 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1293 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1294 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1295 %\newunicodechar{^^^^2423}{{\DejaVuSansMono^^^^2423}}% U+2423 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1296 %\newunicodechar{␣}{\textvisiblespace}% U+2423 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1297 %\catcode`^^^^2423\active\protected\def^^^^2423{\textvisiblespace} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1298 |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1299 \PassOptionsToPackage{% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1300 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1301 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1302 {sphinx} |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1303 \fi |
|
46578f03a7cb
Update to latest my-doc-XXX.sty style files for PDF generation
Franz Glasner <fzglas.hg@dom66.de>
parents:
792
diff
changeset
|
1304 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1305 \if@mdf@augment@libertinusmono |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1306 \RequirePackage{newunicodechar} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1307 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1308 UprightFont = *, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1309 BoldFont = * Bold, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1310 ItalicFont = * Oblique, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1311 BoldItalicFont = * Bold Oblique, |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1312 ] |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1313 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1314 UprightFont = *, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1315 BoldFont = * Bold, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1316 ItalicFont = * Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1317 BoldItalicFont = * Bold Oblique, |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1318 ] |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1319 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1320 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1321 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1322 \newunicodechar{◆}{{\DejaVuSansMono ◆}}% U+25C6 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1323 \newunicodechar{▪}{{\DejaVuSansMono ▪}}% U+25AA |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1324 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1325 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1326 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1327 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1328 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1329 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1330 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1331 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1332 \newunicodechar{≠}{{\DejaVuSansMono ≠}}% U+2260 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1333 \newunicodechar{≤}{{\DejaVuSansMono ≤}}% U+2264 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1334 \newunicodechar{≥}{{\DejaVuSansMono ≥}}% U+2265 |
|
792
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1335 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1336 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1337 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1338 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1339 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1340 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1341 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1342 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1343 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1344 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1345 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1346 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1347 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1348 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
0b83218218e2
Upgrade to my-fonts.sty v0.5
Franz Glasner <fzglas.hg@dom66.de>
parents:
776
diff
changeset
|
1349 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1350 \newunicodechar{✓}{{\DejaVuSansMono ✓}}% U+2713 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1351 %\newunicodechar{^^^^2423}{{\DejaVuSansMono^^^^2423}}% U+2423 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1352 %\newunicodechar{␣}{\textvisiblespace}% U+2423 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1353 %\catcode`^^^^2423\active\protected\def^^^^2423{\textvisiblespace} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1354 |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1355 \PassOptionsToPackage{% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1356 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1357 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1358 {sphinx} |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1359 \fi |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1360 |
|
794
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1361 \if@mdf@augment@redhatmono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1362 \RequirePackage{newunicodechar} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1363 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1364 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1365 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1366 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1367 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1368 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1369 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1370 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1371 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1372 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1373 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1374 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1375 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1376 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1377 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1378 \newunicodechar{◆}{{\DejaVuSansMono ◆}}% U+25C6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1379 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1380 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1381 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1382 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1383 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1384 \newunicodechar{▪}{{\DejaVuSansMono ▪}}% U+25AA |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1385 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1386 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1387 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1388 % \newunicodechar{≠}{{\DejaVuSansMono ≠}}% U+2260 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1389 \newunicodechar{≤}{{\DejaVuSansMono ≤}}% U+2264 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1390 \newunicodechar{≥}{{\DejaVuSansMono ≥}}% U+2265 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1391 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1392 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1393 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1394 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1395 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1396 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1397 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1398 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1399 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1400 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1401 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1402 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1403 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1404 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1405 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1406 \PassOptionsToPackage{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1407 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1408 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1409 {sphinx} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1410 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1411 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1412 \if@mdf@augment@cascadiacode |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1413 \RequirePackage{newunicodechar} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1414 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1415 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1416 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1417 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1418 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1419 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1420 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1421 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1422 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1423 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1424 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1425 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1426 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1427 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1428 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1429 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1430 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1431 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1432 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1433 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1434 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1435 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1436 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1437 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1438 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1439 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1440 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1441 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1442 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1443 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1444 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1445 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1446 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1447 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1448 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1449 \PassOptionsToPackage{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1450 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1451 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1452 {sphinx} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1453 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1454 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1455 \if@mdf@augment@jetbrainsmono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1456 \RequirePackage{newunicodechar} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1457 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1458 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1459 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1460 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1461 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1462 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1463 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1464 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1465 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1466 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1467 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1468 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1469 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1470 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1471 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1472 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1473 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1474 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1475 % \PassOptionsToPackage{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1476 % verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1477 % verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1478 % {sphinx} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1479 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1480 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1481 \if@mdf@augment@firamono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1482 \RequirePackage{newunicodechar} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1483 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1484 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1485 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1486 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1487 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1488 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1489 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1490 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1491 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1492 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1493 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1494 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1495 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1496 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1497 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1498 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1499 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1500 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1501 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1502 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1503 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1504 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1505 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1506 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1507 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1508 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1509 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1510 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1511 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1512 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1513 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1514 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1515 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1516 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1517 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1518 \newunicodechar{✓}{{\DejaVuSansMono ✓}}% U+2713 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1519 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1520 \PassOptionsToPackage{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1521 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1522 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1523 {sphinx} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1524 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1525 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1526 \if@mdf@augment@cmutypewritertext |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1527 \RequirePackage{newunicodechar} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1528 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1529 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1530 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1531 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1532 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1533 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1534 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1535 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1536 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1537 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1538 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1539 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1540 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1541 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1542 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1543 \newunicodechar{◆}{{\DejaVuSansMono ◆}}% U+25C6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1544 \newunicodechar{▪}{{\DejaVuSansMono ▪}}% U+25AA |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1545 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1546 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1547 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1548 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1549 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1550 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1551 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1552 \newunicodechar{≠}{{\DejaVuSansMono ≠}}% U+2260 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1553 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1554 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1555 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1556 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1557 \newunicodechar{≤}{{\DejaVuSansMono ≤}}% U+2264 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1558 \newunicodechar{≥}{{\DejaVuSansMono ≥}}% U+2265 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1559 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1560 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1561 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1562 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1563 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1564 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1565 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1566 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1567 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1568 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1569 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1570 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1571 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1572 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1573 \if@mdf@augment@gomono |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1574 \RequirePackage{newunicodechar} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1575 \newfontfamily\DejaVuSansMono{DejaVu Sans Mono}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1576 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1577 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1578 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1579 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1580 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1581 \newfontfamily\DejaVuSansCondensed{DejaVu Sans Condensed}[% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1582 UprightFont = *, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1583 BoldFont = * Bold, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1584 ItalicFont = * Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1585 BoldItalicFont = * Bold Oblique, |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1586 ] |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1587 \newunicodechar{▷}{{\DejaVuSansMono ▷}}% U+25B7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1588 \newunicodechar{▹}{{\DejaVuSansMono ▹}}% U+25B9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1589 \newunicodechar{∶}{{\DejaVuSansMono ∶}}% U+2236 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1590 \newunicodechar{◆}{{\DejaVuSansMono ◆}}% U+25C6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1591 \newunicodechar{⟵}{{\DejaVuSansMono ⟵}}% U+27F5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1592 \newunicodechar{⟶}{{\DejaVuSansMono ⟶}}% U+27F6 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1593 \newunicodechar{⟷}{{\DejaVuSansMono ⟷}}% U+27F7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1594 \newunicodechar{⇒}{{\DejaVuSansMono ⇒}}% U+21D2 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1595 \newunicodechar{⇔}{{\DejaVuSansMono ⇔}}% U+21D4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1596 \newunicodechar{∈}{{\DejaVuSansMono ∈}}% U+2208 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1597 \newunicodechar{∌}{{\DejaVuSansMono ∌}}% U+220C |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1598 \newunicodechar{≠}{{\DejaVuSansMono ≠}}% U+2260 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1599 \newunicodechar{≟}{{\DejaVuSansMono ≟}}% U+225F |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1600 \newunicodechar{␣}{{\DejaVuSansMono ␣}}% U+2423 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1601 \newunicodechar{↪}{{\DejaVuSansMono ↪}}% U+21AA |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1602 \newunicodechar{↩}{{\DejaVuSansMono ↩}}% U+21A9 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1603 \newunicodechar{≤}{{\DejaVuSansMono ≤}}% U+2264 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1604 \newunicodechar{≥}{{\DejaVuSansMono ≥}}% U+2265 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1605 \newunicodechar{≙}{{\DejaVuSansMono ≙}}% U+2259 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1606 \newunicodechar{⇧}{{\DejaVuSansMono ⇧}}% U+21E7 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1607 \newunicodechar{⌃}{{\DejaVuSansMono ⌃}}% U+2303 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1608 \newunicodechar{⎈}{{\DejaVuSansMono ⎈}}% U+2388 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1609 \newunicodechar{⌥}{{\DejaVuSansMono ⌥}}% U+2325 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1610 \newunicodechar{⎇}{{\DejaVuSansCondensed ⎇}}% U+2387 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1611 \newunicodechar{⌘}{{\DejaVuSansMono ⌘}}% U+2318 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1612 \newunicodechar{⏏}{{\DejaVuSansMono ⏏}}% U+23CF |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1613 \newunicodechar{⌫}{{\DejaVuSansMono ⌫}}% U+232B |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1614 \newunicodechar{⌦}{{\DejaVuSansMono ⌦}}% U+2326 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1615 \newunicodechar{⇥}{{\DejaVuSansMono ⇥}}% U+21E5 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1616 \newunicodechar{⇤}{{\DejaVuSansMono ⇤}}% U+21E4 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1617 |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1618 \PassOptionsToPackage{% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1619 verbatimvisiblespace={\textcolor{red}{{\DejaVuSansMono^^^^2423}}},% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1620 verbatimcontinued={\textcolor{red}{{\DejaVuSansMono^^^^21aa}}}}% |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1621 {sphinx} |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1622 \fi |
|
57de2981f589
Update to the latest Sphinx customizations
Franz Glasner <fzglas.hg@dom66.de>
parents:
793
diff
changeset
|
1623 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1624 \defaultfontfeatures{} |
|
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1625 |
|
776
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1626 \def\testmdf{ |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1627 Normalized: \@mdf@fonts\newline |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1628 } |
|
48deafc1fd2f
Use the new implementations of my-doc-fonts.sty and my-doc-style.sty.
Franz Glasner <fzglas.hg@dom66.de>
parents:
771
diff
changeset
|
1629 |
|
771
741ebfe77e55
Build the PDF documentation with lualatex now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1630 \endinput |
