diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/libris/libris.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/libris/libris.sty | 69 |
1 files changed, 50 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/latex/libris/libris.sty b/Master/texmf-dist/tex/latex/libris/libris.sty index 9dc634b3b42..4f1fa147786 100644 --- a/Master/texmf-dist/tex/latex/libris/libris.sty +++ b/Master/texmf-dist/tex/latex/libris/libris.sty @@ -1,23 +1,54 @@ -%% Copyright 2008 Clea F. Rees -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2005/12/01 or later. -% -% This work has the LPPL maintenance status `maintained'. -% -% The Current Maintainer of this work is Clea F. Rees. -% -% This work consists of all files listed in manifest.txt. +%% +%% This is file `libris.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% librisadf.dtx (with options: `sty') +%% Copyright (C) 2008-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 +%% librisadf. You may however distribute the package librisadf without +%% such generated files. +%% +%% This work consists of all files listed in manifest.txt. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{libris}[2008/12/13 v1.0 libris] +\RequirePackage{svn-prov} +\ProvidesPackageSVN[libris.sty]{$Id: librisadf.dtx 10402 2024-09-27 02:35:48Z cfrees $}[v1.1 \revinfo] +\DefineFileInfoSVN[libris] \RequirePackage[T1]{fontenc} -\RequirePackage{textcomp} -\RequirePackage{nfssext-cfr} +\RequirePackage{nfssext-cfr}[2024/01/01] +\IfFormatAtLeastTF {2020-02-02}{% + \DeclareEncodingSubset{TS1}{yly}{1}% + \DeclareEncodingSubset{TS1}{ylyw}{1}% +}{% + \RequirePackage{textcomp}} +\UndeclareTextCommand{\textperthousand}{T1} +\ExplSyntaxOn +\keys_define:nn { libris } +{ + scale .tl_set:N = \yly@scale, + scale .initial:V = \@empty, +} +\ProcessKeyOptions[libris] +\ExplSyntaxOff \renewcommand{\sfdefault}{yly} -\endinput %% end libris.sty +%% end libris.sty +\endinput +%% +%% End of file `libris.sty'. |