From 1b0cba320f175b6ab05a2b2d3ce76e538900bfaf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 16 Jan 2021 22:32:00 +0000 Subject: stix2-type1, with .fd (16jan21) git-svn-id: svn://tug.org/texlive/trunk@57448 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/stix2-type1/ls1stix2.fd | 46 ++++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ls1stix2bb.fd | 44 +++++++++++++++++ .../tex/latex/stix2-type1/ls1stix2frak.fd | 42 +++++++++++++++++ .../tex/latex/stix2-type1/ls1stix2scr.fd | 43 +++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ls1stix2sf.fd | 46 ++++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ls2stix2.fd | 46 ++++++++++++++++++ .../tex/latex/stix2-type1/ls2stix2cal.fd | 42 +++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ls2stix2ex.fd | 42 +++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ls2stix2tt.fd | 42 +++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ot1stix2.fd | 55 ++++++++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ot2stix2.fd | 55 ++++++++++++++++++++++ Master/texmf-dist/tex/latex/stix2-type1/stix2.sty | 4 +- Master/texmf-dist/tex/latex/stix2-type1/t1stix2.fd | 55 ++++++++++++++++++++++ .../texmf-dist/tex/latex/stix2-type1/ts1stix2.fd | 55 ++++++++++++++++++++++ 14 files changed, 615 insertions(+), 2 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls1stix2.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls1stix2bb.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls1stix2frak.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls1stix2scr.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls1stix2sf.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls2stix2.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls2stix2cal.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls2stix2ex.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ls2stix2tt.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ot1stix2.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ot2stix2.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/t1stix2.fd create mode 100644 Master/texmf-dist/tex/latex/stix2-type1/ts1stix2.fd (limited to 'Master/texmf-dist/tex/latex/stix2-type1') diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2.fd new file mode 100644 index 00000000000..88f4b0a2089 --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2.fd @@ -0,0 +1,46 @@ +%% +%% This is file `ls1stix2.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls1stix2') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls1stix2.fd} +[2018/04/02 v2.0.0-latex stix2 % +LS1 % +font definitions] +\DeclareFontFamily{LS1}{stix2}{\skewchar\font127 } + +\DeclareFontShape{LS1}{stix2}{m}{n} {<-> stix2-mathrm}{} +\DeclareFontShape{LS1}{stix2}{m}{it}{<-> stix2-mathit}{} +\DeclareFontShape{LS1}{stix2}{b}{n} {<-> stix2-mathrm-bold}{} +\DeclareFontShape{LS1}{stix2}{b}{it}{<-> stix2-mathit-bold}{} + +\DeclareFontShape{LS1}{stix2}{bx}{it}{<->ssub * stix2/b/it}{} +\endinput +%% +%% End of file `ls1stix2.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2bb.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2bb.fd new file mode 100644 index 00000000000..caf91fa3a0b --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2bb.fd @@ -0,0 +1,44 @@ +%% +%% This is file `ls1stix2bb.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls1stix2bb') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls1stix2bb.fd} +[2018/04/02 v2.0.0-latex stix2 % +blackboard LS1 % +font definitions] +\DeclareFontFamily{LS1}{stix2bb}{\skewchar\font127 } + +\DeclareFontShape{LS1}{stix2bb}{m}{n} {<-> stix2-mathbb}{} +\DeclareFontShape{LS1}{stix2bb}{m}{it}{<-> stix2-mathbbit}{} +\DeclareFontShape{LS1}{stix2bb}{b}{n} {<->sub * stix2bb/m/n}{} +\DeclareFontShape{LS1}{stix2bb}{b}{it}{<->sub * stix2bb/m/it}{} +\endinput +%% +%% End of file `ls1stix2bb.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2frak.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2frak.fd new file mode 100644 index 00000000000..086182047b4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2frak.fd @@ -0,0 +1,42 @@ +%% +%% This is file `ls1stix2frak.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls1stix2frak') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls1stix2frak.fd} +[2018/04/02 v2.0.0-latex stix2 % +fraktur LS1 % +font definitions] +\DeclareFontFamily{LS1}{stix2frak}{\skewchar\font127 } + +\DeclareFontShape{LS1}{stix2frak}{m}{n} {<-> stix2-mathfrak}{} +\DeclareFontShape{LS1}{stix2frak}{b}{n} {<-> stix2-mathfrak-bold}{} +\endinput +%% +%% End of file `ls1stix2frak.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2scr.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2scr.fd new file mode 100644 index 00000000000..f4fea2c8b86 --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2scr.fd @@ -0,0 +1,43 @@ +%% +%% This is file `ls1stix2scr.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls1stix2scr') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls1stix2scr.fd} +[2018/04/02 v2.0.0-latex stix2 % +script LS1 % +font definitions] +\DeclareFontFamily{LS1}{stix2scr}{\skewchar\font127 } + +\DeclareFontShape{LS1}{stix2scr}{m}{n} {<-> stix2-mathscr}{} +\DeclareFontShape{LS1}{stix2scr}{b}{n} {<-> stix2-mathscr-bold}{} +\DeclareFontShape{LS1}{stix2scr}{bx}{n} {<->ssub * stix2scr/b/n}{} +\endinput +%% +%% End of file `ls1stix2scr.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2sf.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2sf.fd new file mode 100644 index 00000000000..48842beb6bb --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls1stix2sf.fd @@ -0,0 +1,46 @@ +%% +%% This is file `ls1stix2sf.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls1stix2sf') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls1stix2sf.fd} +[2018/04/02 v2.0.0-latex stix2 % +sans-serif LS1 % +font definitions] +\DeclareFontFamily{LS1}{stix2sf}{\skewchar\font127 } + +\DeclareFontShape{LS1}{stix2sf}{m}{n} {<-> stix2-mathsf}{} +\DeclareFontShape{LS1}{stix2sf}{m}{it}{<-> stix2-mathsfit}{} +\DeclareFontShape{LS1}{stix2sf}{b}{n} {<-> stix2-mathsf-bold}{} +\DeclareFontShape{LS1}{stix2sf}{b}{it}{<-> stix2-mathsfit-bold}{} + +\DeclareFontShape{LS1}{stix2sf}{bx}{it}{<->ssub * stix2sf/b/it}{} +\endinput +%% +%% End of file `ls1stix2sf.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2.fd new file mode 100644 index 00000000000..f4aa6226b5a --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2.fd @@ -0,0 +1,46 @@ +%% +%% This is file `ls2stix2.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls2stix2') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls2stix2.fd} +[2018/04/02 v2.0.0-latex stix2 % +LS2 % +font definitions] +\DeclareFontFamily{LS2}{stix2}{\skewchar\font127 } + +\DeclareFontShape{LS2}{stix2}{m}{n} {<-> stix2-mathrm}{} +\DeclareFontShape{LS2}{stix2}{m}{it}{<-> stix2-mathit}{} +\DeclareFontShape{LS2}{stix2}{b}{n} {<-> stix2-mathrm-bold}{} +\DeclareFontShape{LS2}{stix2}{b}{it}{<-> stix2-mathit-bold}{} + +\DeclareFontShape{LS2}{stix2}{bx}{it}{<->ssub * stix2/b/it}{} +\endinput +%% +%% End of file `ls2stix2.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2cal.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2cal.fd new file mode 100644 index 00000000000..f90a6e74a7d --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2cal.fd @@ -0,0 +1,42 @@ +%% +%% This is file `ls2stix2cal.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls2stix2cal') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls2stix2cal.fd} +[2018/04/02 v2.0.0-latex stix2 % +calligraphic LS2 % +font definitions] +\DeclareFontFamily{LS2}{stix2cal}{\skewchar\font127 } + +\DeclareFontShape{LS2}{stix2cal}{m}{n} {<-> stix2-mathcal}{} +\DeclareFontShape{LS2}{stix2cal}{b}{n} {<->sub * stix2cal/m/n}{} +\endinput +%% +%% End of file `ls2stix2cal.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2ex.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2ex.fd new file mode 100644 index 00000000000..dcc54806f2b --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2ex.fd @@ -0,0 +1,42 @@ +%% +%% This is file `ls2stix2ex.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls2stix2ex') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls2stix2ex.fd} +[2018/04/02 v2.0.0-latex stix2 % +extentions LS2 % +font definitions] +\DeclareFontFamily{LS2}{stix2ex}{} + +\DeclareFontShape{LS2}{stix2ex}{m}{n} {<-> stix2-mathex}{} +\DeclareFontShape{LS2}{stix2ex}{b}{n} {<->sub * stix2ex/m/n}{} +\endinput +%% +%% End of file `ls2stix2ex.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2tt.fd b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2tt.fd new file mode 100644 index 00000000000..fea03c70abb --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ls2stix2tt.fd @@ -0,0 +1,42 @@ +%% +%% This is file `ls2stix2tt.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ls2stix2tt') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ls2stix2tt.fd} +[2018/04/02 v2.0.0-latex stix2 % +typewriter LS2 % +font definitions] +\DeclareFontFamily{LS2}{stix2tt}{\skewchar\font127 } + +\DeclareFontShape{LS2}{stix2tt}{m}{n} {<-> stix2-mathtt}{} +\DeclareFontShape{LS2}{stix2tt}{b}{n} {<->sub * stix2tt/m/n}{} +\endinput +%% +%% End of file `ls2stix2tt.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ot1stix2.fd b/Master/texmf-dist/tex/latex/stix2-type1/ot1stix2.fd new file mode 100644 index 00000000000..76bd2f03cbe --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ot1stix2.fd @@ -0,0 +1,55 @@ +%% +%% This is file `ot1stix2.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ot1stix2') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ot1stix2.fd} +[2018/04/02 v2.0.0-latex stix2 % +OT1 % +font definitions] +\DeclareFontFamily{OT1}{stix2}{} + +\DeclareFontShape{OT1}{stix2}{m}{n} {<-> ot1-stix2text}{} +\DeclareFontShape{OT1}{stix2}{b}{n} {<-> ot1-stix2text-bold}{} +\DeclareFontShape{OT1}{stix2}{m}{it}{<-> ot1-stix2text-italic}{} +\DeclareFontShape{OT1}{stix2}{b}{it}{<-> ot1-stix2text-bolditalic}{} + +\DeclareFontShape{OT1}{stix2}{m}{sc}{<-> ot1-stix2textsc}{} +\DeclareFontShape{OT1}{stix2}{b}{sc}{<-> ot1-stix2textsc-bold}{} + +\DeclareFontShape{OT1}{stix2}{m}{sl}{<->ssub * stix2/m/it}{} +\DeclareFontShape{OT1}{stix2}{b}{sl}{<->ssub * stix2/b/it}{} + +\DeclareFontShape{OT1}{stix2}{bx}{n} {<->ssub * stix2/b/n}{} +\DeclareFontShape{OT1}{stix2}{bx}{sc}{<->ssub * stix2/b/sc}{} +\DeclareFontShape{OT1}{stix2}{bx}{sl}{<->ssub * stix2/b/sl}{} +\DeclareFontShape{OT1}{stix2}{bx}{it}{<->ssub * stix2/b/it}{} +\endinput +%% +%% End of file `ot1stix2.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ot2stix2.fd b/Master/texmf-dist/tex/latex/stix2-type1/ot2stix2.fd new file mode 100644 index 00000000000..cf8922dff1c --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ot2stix2.fd @@ -0,0 +1,55 @@ +%% +%% This is file `ot2stix2.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ot2stix2') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ot2stix2.fd} +[2018/04/02 v2.0.0-latex stix2 % +OT2 % +font definitions] +\DeclareFontFamily{OT2}{stix2}{} + +\DeclareFontShape{OT2}{stix2}{m}{n} {<-> ot2-stix2text}{} +\DeclareFontShape{OT2}{stix2}{b}{n} {<-> ot2-stix2text-bold}{} +\DeclareFontShape{OT2}{stix2}{m}{it}{<-> ot2-stix2text-italic}{} +\DeclareFontShape{OT2}{stix2}{b}{it}{<-> ot2-stix2text-bolditalic}{} + +\DeclareFontShape{OT2}{stix2}{m}{sc}{<-> ot2-stix2textsc}{} +\DeclareFontShape{OT2}{stix2}{b}{sc}{<-> ot2-stix2textsc-bold}{} + +\DeclareFontShape{OT2}{stix2}{m}{sl}{<->ssub * stix2/m/it}{} +\DeclareFontShape{OT2}{stix2}{b}{sl}{<->ssub * stix2/b/it}{} + +\DeclareFontShape{OT2}{stix2}{bx}{n} {<->ssub * stix2/b/n}{} +\DeclareFontShape{OT2}{stix2}{bx}{sc}{<->ssub * stix2/b/sc}{} +\DeclareFontShape{OT2}{stix2}{bx}{sl}{<->ssub * stix2/b/sl}{} +\DeclareFontShape{OT2}{stix2}{bx}{it}{<->ssub * stix2/b/it}{} +\endinput +%% +%% End of file `ot2stix2.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/stix2.sty b/Master/texmf-dist/tex/latex/stix2-type1/stix2.sty index 826d2597d54..09da057d344 100644 --- a/Master/texmf-dist/tex/latex/stix2-type1/stix2.sty +++ b/Master/texmf-dist/tex/latex/stix2-type1/stix2.sty @@ -27,7 +27,7 @@ %% This work consists of the files stix2.dtx and and the derived file stix2.sty. %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{stix2}[2021/01/14 v2.0.1-latex STIX Two fonts support package] +\ProvidesPackage{stix2}[2021/01/14 v2.0.2-latex STIX Two fonts support package] \global\expandafter\let\csname ver@stix.sty\expandafter \endcsname\csname ver@\@currname.\@currext\endcsname @@ -2148,7 +2148,7 @@ \@ifundefined{\@gtempa}% {\notchar #1}% {\@nameuse{\@gtempa}}} -\def\stix@dotlessi{\ifmmode\imath\else\if} +\def\stix@dotlessi{\ifmmode\imath\else\i\fi} \@ifundefined{es@dotlessi}{}{\let\es@dotlessi\stix@dotlessi} \fi diff --git a/Master/texmf-dist/tex/latex/stix2-type1/t1stix2.fd b/Master/texmf-dist/tex/latex/stix2-type1/t1stix2.fd new file mode 100644 index 00000000000..123505c13cf --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/t1stix2.fd @@ -0,0 +1,55 @@ +%% +%% This is file `t1stix2.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `t1stix2') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{t1stix2.fd} +[2018/04/02 v2.0.0-latex stix2 % +T1 % +font definitions] +\DeclareFontFamily{T1}{stix2}{} + +\DeclareFontShape{T1}{stix2}{m}{n} {<-> t1-stix2text}{} +\DeclareFontShape{T1}{stix2}{b}{n} {<-> t1-stix2text-bold}{} +\DeclareFontShape{T1}{stix2}{m}{it}{<-> t1-stix2text-italic}{} +\DeclareFontShape{T1}{stix2}{b}{it}{<-> t1-stix2text-bolditalic}{} + +\DeclareFontShape{T1}{stix2}{m}{sc}{<-> t1-stix2textsc}{} +\DeclareFontShape{T1}{stix2}{b}{sc}{<-> t1-stix2textsc-bold}{} + +\DeclareFontShape{T1}{stix2}{m}{sl}{<->ssub * stix2/m/it}{} +\DeclareFontShape{T1}{stix2}{b}{sl}{<->ssub * stix2/b/it}{} + +\DeclareFontShape{T1}{stix2}{bx}{n} {<->ssub * stix2/b/n}{} +\DeclareFontShape{T1}{stix2}{bx}{sc}{<->ssub * stix2/b/sc}{} +\DeclareFontShape{T1}{stix2}{bx}{sl}{<->ssub * stix2/b/sl}{} +\DeclareFontShape{T1}{stix2}{bx}{it}{<->ssub * stix2/b/it}{} +\endinput +%% +%% End of file `t1stix2.fd'. diff --git a/Master/texmf-dist/tex/latex/stix2-type1/ts1stix2.fd b/Master/texmf-dist/tex/latex/stix2-type1/ts1stix2.fd new file mode 100644 index 00000000000..75550eca24a --- /dev/null +++ b/Master/texmf-dist/tex/latex/stix2-type1/ts1stix2.fd @@ -0,0 +1,55 @@ +%% +%% This is file `ts1stix2.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% stix2.fdd (with options: `ts1stix2') +%% +%% Copyright (c) 2001-2018, 2021 by the STI Pub Companies, consisting of +%% AIP Publishing, American Chemical Society, American Mathematical +%% Society, American Physical Society, Elsevier, Inc., and The Institute +%% of Electrical and Electronic Engineers, Inc., Portions copyright (c) +%% 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, +%% Inc. All rights reserved. +%% +%% 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 the STI Pub Companies. +%% +%% This work consists of the files stix2.fdd and and the derived files +%% ls1stix2.fd, ls1stix2bb.fd, ls1stix2frak.fd, ls1stix2scr.fd, ls1stix2sf.fd, +%% ls2stix2cal.fd, ls2stix2ex.fd, ls2stix2.fd, ls2stix2tt.fd, ot1stix2.fd, +%% ot2stix2.fd, t1stix2.fd, ts1stix2.fd. +%% +\ProvidesFile{ts1stix2.fd} +[2018/04/02 v2.0.0-latex stix2 % +TS1 % +font definitions] +\DeclareFontFamily{TS1}{stix2}{} + +\DeclareFontShape{TS1}{stix2}{m}{n} {<-> ts1-stix2text}{} +\DeclareFontShape{TS1}{stix2}{b}{n} {<-> ts1-stix2text-bold}{} +\DeclareFontShape{TS1}{stix2}{m}{it}{<-> ts1-stix2text-italic}{} +\DeclareFontShape{TS1}{stix2}{b}{it}{<-> ts1-stix2text-bolditalic}{} + +\DeclareFontShape{TS1}{stix2}{m}{sc}{<->ssub * stix2/m/n}{} +\DeclareFontShape{TS1}{stix2}{b}{sc}{<->ssub * stix2/b/n}{} + +\DeclareFontShape{TS1}{stix2}{m}{sl}{<->ssub * stix2/m/it}{} +\DeclareFontShape{TS1}{stix2}{b}{sl}{<->ssub * stix2/b/it}{} + +\DeclareFontShape{TS1}{stix2}{bx}{n} {<->ssub * stix2/b/n}{} +\DeclareFontShape{TS1}{stix2}{bx}{sc}{<->ssub * stix2/b/sc}{} +\DeclareFontShape{TS1}{stix2}{bx}{sl}{<->ssub * stix2/b/sl}{} +\DeclareFontShape{TS1}{stix2}{bx}{it}{<->ssub * stix2/b/it}{} +\endinput +%% +%% End of file `ts1stix2.fd'. -- cgit v1.2.3