diff options
author | Karl Berry <karl@freefriends.org> | 2024-09-30 20:02:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-09-30 20:02:14 +0000 |
commit | ad946f222366ae75be850dc434ce2bea21dcda85 (patch) | |
tree | 56c845c7c1a968642c53f351ca874669507562b1 /Master/texmf-dist/tex | |
parent | ceeaebf5e32055cec35ad59a06e5b8625e30b11d (diff) |
adforn (30sep24)
git-svn-id: svn://tug.org/texlive/trunk@72411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/adforn/adforn.sty | 104 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/adforn/uornementsadf.fd | 78 |
2 files changed, 144 insertions, 38 deletions
diff --git a/Master/texmf-dist/tex/latex/adforn/adforn.sty b/Master/texmf-dist/tex/latex/adforn/adforn.sty index b52f55068c5..d9634438e26 100644 --- a/Master/texmf-dist/tex/latex/adforn/adforn.sty +++ b/Master/texmf-dist/tex/latex/adforn/adforn.sty @@ -1,26 +1,86 @@ +%% +%% This is file `adforn.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% adforn.dtx (with options: `sty') +%% +%% Copyright (C) 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 +%% fontscripts. You may however distribute the package fontscripts without +%% such generated files. +%% +%% This work consists of all files listed in manifest.txt. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{adforn}[2019/10/13 v1.1b adforn CFR] -\RequirePackage{pifont} -{\Pifont{OrnementsADF}} - -\newcommand*{\adforn}[1]{% - \Pisymbol{OrnementsADF}{#1}} - +\RequirePackage{svn-prov} +\ProvidesPackageSVN[\filebase.sty]{$Id: adforn.dtx 10442 2024-09-29 18:25:09Z cfrees $}[v1.2 \revinfo] +\DefineFileInfoSVN[adforn] +\newif\if@adforn@digonnew +\@ifundefined{ExplLoaderFileDate}{% + \IfFileExists{expl3.sty}{% + \RequirePackage{expl3}% + }{% + \@adforn@digonnewfalse + }% +}{\@adforn@digonnewtrue} +\if@adforn@digonnew +\ExplSyntaxOn +\keys_define:nn { adforn } +{ + scale .tl_set:N = \adforn@scale, + scale .initial:V = \@empty, +} +\else + \let\adforn@scale\@empty +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion } +\IfFormatAtLeastTF { 2022-06-01 } +{ + \ProcessKeyOptions [ adforn ] +}{ + \RequirePackage { l3keys2e } + \ProcessKeysOptions { adforn } +} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\ExplSyntaxOff +\DeclareRobustCommand{\adforn@style}{%% do NOT break line below! + \not@math@alphabet\adforn@style\relax + \fontencoding{U}\fontfamily{OrnementsADF}\fontseries{m}\fontshape{n}\selectfont +} +\newcommand*\adforn[1]{{\adforn@style\char#1}} \newcommand*{\adfhalfleftarrowhead}{\adforn{1}} \newcommand*{\adfhalfrightarrowhead}{\adforn{2}} \gdef\adfast#1{% - \ifcase #1 \relax - \or \adforn{3}% - \or \adforn{4}% - \or \adforn{5}% - \or \adforn{6}% - \or \adforn{7}% - \or \adforn{8}% - \or \adforn{9}% - \or \adforn{10}% - \or \adforn{11}% - \or \adforn{12}% - \fi} +\ifcase #1 \relax +\or \adforn{3}% +\or \adforn{4}% +\or \adforn{5}% +\or \adforn{6}% +\or \adforn{7}% +\or \adforn{8}% +\or \adforn{9}% +\or \adforn{10}% +\or \adforn{11}% +\or \adforn{12}% +\fi} \newcommand*{\adfhalfleafleft}{\adforn{13}} \newcommand*{\adfdiamond}{\adforn{14}} \newcommand*{\adfhalfleafright}{\adforn{15}} @@ -84,7 +144,7 @@ \newcommand*{\adfbullet}{\adforn{73}} \newcommand*{\adfS}{\adforn{74}} \newcommand*{\adfgee}{\adforn{75}} - -\endinput %% end adforn.sty - +\endinput +%% +%% End of file `adforn.sty'. diff --git a/Master/texmf-dist/tex/latex/adforn/uornementsadf.fd b/Master/texmf-dist/tex/latex/adforn/uornementsadf.fd index 1e0d4a6748c..3a6be26a167 100644 --- a/Master/texmf-dist/tex/latex/adforn/uornementsadf.fd +++ b/Master/texmf-dist/tex/latex/adforn/uornementsadf.fd @@ -1,17 +1,63 @@ -% Font declarations for OrnementsADF font +%% +%% This is file `uornementsadf.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% adforn.dtx (with options: `fd') +%% +%% Copyright (C) 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 +%% fontscripts. You may however distribute the package fontscripts without +%% such generated files. +%% +%% This work consists of all files listed in manifest.txt. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\ProvidesFile{uornements.fd}[v1.2 2024/09/29 font definitions for U/OrnementsADF.] + \expandafter\ifx\csname adforn@scale\endcsname\relax + \let\adforn@@scale\@empty + \else + \edef\adforn@@scale{s*[\csname adforn@scale\endcsname]}% + \fi \DeclareFontFamily{U}{OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{m}{n}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{m}{sc}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{m}{it}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{m}{sl}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{m}{si}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{b}{n}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{b}{sc}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{b}{it}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{b}{sl}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{b}{si}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{bx}{n}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{bx}{sc}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{bx}{it}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{bx}{sl}{<-> OrnementsADF}{} -\DeclareFontShape{U}{OrnementsADF}{bx}{si}{<-> OrnementsADF}{} +\DeclareFontShape{U}{OrnementsADF}{m}{n}{ + <-> \adforn@@scale OrnementsADF +}{} +\DeclareFontShape{U}{OrnementsADF}{m}{sc}{<->ssub * OrnementsADF/m/n}{} +\DeclareFontShape{U}{OrnementsADF}{m}{it}{<->ssub * OrnementsADF/m/sc}{} +\DeclareFontShape{U}{OrnementsADF}{m}{sl}{<->ssub * OrnementsADF/m/it}{} +\DeclareFontShape{U}{OrnementsADF}{m}{si}{<->ssub * OrnementsADF/m/sl}{} +\DeclareFontShape{U}{OrnementsADF}{m}{scit}{<->ssub * OrnementsADF/m/si}{} +\DeclareFontShape{U}{OrnementsADF}{m}{scsl}{<->ssub * OrnementsADF/m/scit}{} +\DeclareFontShape{U}{OrnementsADF}{b}{n}{<->ssub * OrnementsADF/m/scsl}{} +\DeclareFontShape{U}{OrnementsADF}{b}{sc}{<->ssub * OrnementsADF/b/n}{} +\DeclareFontShape{U}{OrnementsADF}{b}{it}{<->ssub * OrnementsADF/b/sc}{} +\DeclareFontShape{U}{OrnementsADF}{b}{sl}{<->ssub * OrnementsADF/b/it}{} +\DeclareFontShape{U}{OrnementsADF}{b}{si}{<->ssub * OrnementsADF/b/sl}{} +\DeclareFontShape{U}{OrnementsADF}{b}{scit}{<->ssub * OrnementsADF/b/si}{} +\DeclareFontShape{U}{OrnementsADF}{b}{scsl}{<->ssub * OrnementsADF/b/scit}{} +\DeclareFontShape{U}{OrnementsADF}{bx}{n}{<->ssub * OrnementsADF/b/scsl}{} +\DeclareFontShape{U}{OrnementsADF}{bx}{sc}{<->ssub * OrnementsADF/bx/n}{} +\DeclareFontShape{U}{OrnementsADF}{bx}{it}{<->ssub * OrnementsADF/bx/sc}{} +\DeclareFontShape{U}{OrnementsADF}{bx}{sl}{<->ssub * OrnementsADF/bx/it}{} +\DeclareFontShape{U}{OrnementsADF}{bx}{si}{<->ssub * OrnementsADF/bx/sl}{} +\DeclareFontShape{U}{OrnementsADF}{bx}{scit}{<->ssub * OrnementsADF/bx/si}{} +\DeclareFontShape{U}{OrnementsADF}{bx}{scsl}{<->ssub * OrnementsADF/bx/scit}{} +\endinput +%% +%% End of file `uornementsadf.fd'. |