diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/baskervaldadf/baskervald.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/baskervaldadf/baskervald.sty | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/baskervaldadf/baskervald.sty b/Master/texmf-dist/tex/latex/baskervaldadf/baskervald.sty new file mode 100644 index 00000000000..4bfcc4b5269 --- /dev/null +++ b/Master/texmf-dist/tex/latex/baskervaldadf/baskervald.sty @@ -0,0 +1,70 @@ +%% +%% This is file `baskervald.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% baskervaldadf.dtx (with options: `sty') +%% Copyright (C) 2010-2024 Clea F. Rees. +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3c +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% https://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2008-05-04 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Clea F. Rees. +%% +%% This file may only be distributed together with a copy of the package +%% baskervaldadf. You may however distribute the package baskervaldadf without +%% such generated files. +%% +%% This work consists of all files listed in manifest.txt. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\NeedsTeXFormat{LaTeX2e} +\RequirePackage{svn-prov} +\ProvidesPackageSVN[baskervald.sty]{$Id: baskervaldadf.dtx 10395 2024-09-26 23:52:22Z cfrees $}[v1.1 \revinfo] +\DefineFileInfoSVN[baskervald] +\RequirePackage[T1]{fontenc} +\RequirePackage{nfssext-cfr}[2024/01/01] +\IfFormatAtLeastTF {2020-02-02}{% + \DeclareEncodingSubset{TS1}{ybv}{1}% + \DeclareEncodingSubset{TS1}{ybvw}{1}% +}{% + \RequirePackage{textcomp}} +\ExplSyntaxOn +\keys_define:nn { baskervald } +{ + lig .bool_set:N = \g__baskervald_lig_bool, + lig .default:n = true, + lig .initial:n = false, + scale .tl_set:N = \ybv@scale, + scale .initial:V = \@empty, +} +\ProcessKeyOptions[baskervald] +\tl_new:N \g__baskervald_rm_tl +\tl_gset:Nn \g__baskervald_rm_tl {ybv} +\bool_if:NT \g__baskervald_lig_bool +{ + \tl_gput_right:Nn \g__baskervald_rm_tl {w} +} +\renewcommand{\rmdefault}{\g__baskervald_rm_tl} +\ExplSyntaxOff +\DeclareTextSymbol{\zeroslash}{TS1}{225} +\DeclareTextSymbolDefault{\zeroslash}{TS1} +\AddToHook {begindocument}[.] +{% + \@ifpackageloaded{hyperref}{% + \DeclareTextCommand{\zeroslash}{PU}{0}% U+0030 + \DeclareTextCommand{\zeroslash}{PD1}{0}% U+0030 + }{}% +} +%% end baskervald.sty +\endinput +%% +%% End of file `baskervald.sty'. |