summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-14 20:46:37 +0000
committerKarl Berry <karl@freefriends.org>2019-07-14 20:46:37 +0000
commit5d5aeb009b9fb83051f6382f33a491f792ade98c (patch)
treee165cabecb8d3458d7e6a51e9a76263bd18a39b4 /Master/texmf-dist/tex/latex
parent416a3148be21c91890d5bdc78427d36bcee064ae (diff)
chivo (14jul19)
git-svn-id: svn://tug.org/texlive/trunk@51638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/chivo/Chivo.sty239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-Dnom.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-Inf.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-LF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-Numr.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-OsF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-Sup.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-TLF.fd199
-rw-r--r--Master/texmf-dist/tex/latex/chivo/LY1Chivo-TOsF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-Dnom.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-Inf.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-LF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-Numr.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-OsF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-Sup.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-TLF.fd215
-rw-r--r--Master/texmf-dist/tex/latex/chivo/OT1Chivo-TOsF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-Dnom.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-Inf.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-LF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-Numr.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-OsF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-Sup.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-TLF.fd207
-rw-r--r--Master/texmf-dist/tex/latex/chivo/T1Chivo-TOsF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/TS1Chivo-LF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/TS1Chivo-OsF.fd239
-rw-r--r--Master/texmf-dist/tex/latex/chivo/TS1Chivo-TLF.fd207
-rw-r--r--Master/texmf-dist/tex/latex/chivo/TS1Chivo-TOsF.fd239
29 files changed, 6663 insertions, 140 deletions
diff --git a/Master/texmf-dist/tex/latex/chivo/Chivo.sty b/Master/texmf-dist/tex/latex/chivo/Chivo.sty
index bfc7b0fdbd5..4249e42570b 100644
--- a/Master/texmf-dist/tex/latex/chivo/Chivo.sty
+++ b/Master/texmf-dist/tex/latex/chivo/Chivo.sty
@@ -6,7 +6,7 @@
%%
%% Chivo.dtx (with options: `package')
%%
-%% Copyright (C) 2016 Arash Esbati <esbati'at'gmx.de>
+%% Copyright (C) 2016-2019 Arash Esbati <arash'at'gnu.org>
%%
%% This work may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -17,106 +17,233 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{Chivo}
- [2016/05/05 v1.0 Support for Chivo fonts (AE)]
+ [2019/07/07 v2.0 Support for Chivo fonts (AE)]
+\RequirePackage{ifxetex}
+\RequirePackage{ifluatex}
\newif\ifChivo@otf
-\ifdefined\XeTeXinterchartoks % we are in XeTeX
+\ifxetex % we are in XeTeX
\Chivo@otftrue
\else
- \ifdefined\directlua % we are in LuaTeX
+ \ifluatex % we are in LuaTeX
\Chivo@otftrue
+ \else
+ \Chivo@otffalse
\fi
\fi
\ifChivo@otf
\RequirePackage{fontspec}
\else
\RequirePackage{mweights}
+ \RequirePackage{fontaxes}
\fi
\RequirePackage{kvoptions}
\SetupKeyvalOptions{%
family = Chivo ,
prefix = Chivo@
}
+\DeclareBoolOption{thin}
+\DeclareBoolOption{light}
\DeclareBoolOption{regular}
-\DeclareComplementaryOption{light}{regular}
+\DeclareBoolOption{medium}
\DeclareBoolOption{bold}
-\DeclareComplementaryOption{black}{bold}
+\DeclareBoolOption{extrabold}
+\DeclareBoolOption{black}
+\DeclareBoolOption{lining}
+\DeclareComplementaryOption{oldstyle}{lining}
+\DeclareBoolOption{tabular}
+\DeclareComplementaryOption{proportional}{tabular}
+\DeclareBoolOption{lf}
+\DeclareComplementaryOption{osf}{lf}
+\DeclareBoolOption{tab}
+\DeclareComplementaryOption{prop}{tab}
\ifChivo@otf
- \DeclareVoidOption{scale}{\relax}
+ \newcommand*\Chivo@otf@scale{}
+ \define@key{Chivo}{scale}[1.0]{%
+ \def\Chivo@otf@scale{#1}%
+ }
+ \define@key{Chivo}{scaled}[1.0]{%
+ \def\Chivo@otf@scale{#1}%
+ }
\else
\DeclareStringOption[1.0]{scale}
+ \define@key{Chivo}{scaled}[1.0]{%
+ \renewcommand*\Chivo@scale{#1}%
+ }
\fi
\DeclareBoolOption{familydefault}
\DeclareVoidOption{opentype}{\Chivo@otftrue}
\DeclareVoidOption{type1}{\Chivo@otffalse}
-\setkeys{Chivo}{regular,bold}
+\setkeys{Chivo}{regular,bold,lining,proportional}
\ProcessKeyvalOptions{Chivo}
-\ifChivo@otf \else
- \ifChivo@regular
+\ifChivo@lf
+ \kvsetkeys{Chivo}{lining=true}
+\else
+ \kvsetkeys{Chivo}{lining=false}
+\fi
+\ifChivo@tab
+ \kvsetkeys{Chivo}{tabular=true}
+\else
+ \kvsetkeys{Chivo}{tabular=false}
+\fi
+\newcommand*\Chivo@figurestyle{}
+\newcommand*\Chivo@figurealign{}
+\newcommand*\Chivo@otf@regular{}
+\newcommand*\Chivo@otf@italic{}
+\newcommand*\Chivo@otf@bold{}
+\newcommand*\Chivo@otf@bolditalic{}
+\ifChivo@regular
+ \ifChivo@otf
+ \def\Chivo@otf@regular{Regular}
+ \def\Chivo@otf@italic{Italic}
+ \else
\def\mdseries@sf{m}
+ \fi
+\fi
+\ifChivo@medium
+ \ifChivo@otf
+ \def\Chivo@otf@regular{Medium}
+ \def\Chivo@otf@italic{MediumItalic}
+ \else
+ \def\mdseries@sf{sb}
+ \fi
+\fi
+\ifChivo@light
+ \ifChivo@otf
+ \def\Chivo@otf@regular{Light}
+ \def\Chivo@otf@italic{LightItalic}
\else
\def\mdseries@sf{l}
\fi
\fi
-\ifChivo@otf \else
- \ifChivo@bold
+\ifChivo@thin
+ \ifChivo@otf
+ \def\Chivo@otf@regular{Thin}
+ \def\Chivo@otf@italic{ThinItalic}
+ \else
+ \def\mdseries@sf{el}
+ \fi
+\fi
+\ifChivo@bold
+ \ifChivo@otf
+ \def\Chivo@otf@bold{Bold}
+ \def\Chivo@otf@bolditalic{BoldItalic}
+ \else
\def\bfseries@sf{b}
+ \fi
+\fi
+\ifChivo@extrabold
+ \ifChivo@otf
+ \def\Chivo@otf@bold{ExtraBold}
+ \def\Chivo@otf@bolditalic{ExtraBoldItalic}
\else
- \def\bfseries@sf{k}
+ \def\bfseries@sf{eb}
\fi
\fi
-\ifChivo@otf
- \ifChivo@regular
- \ifChivo@bold
- \defaultfontfeatures[Chivo]
- {
- Extension = .otf ,
- BoldFont = Chivo-Bold ,
- ItalicFont = Chivo-Italic ,
- BoldItalicFont = Chivo-BoldItalic ,
- UprightFont = Chivo-Regular
- }
- \else
- \defaultfontfeatures[Chivo]
- {
- Extension = .otf ,
- BoldFont = Chivo-Black ,
- ItalicFont = Chivo-Italic ,
- BoldItalicFont = Chivo-BlackItalic ,
- UprightFont = Chivo-Regular
- }
- \fi
+\ifChivo@black
+ \ifChivo@otf
+ \def\Chivo@otf@bold{Black}
+ \def\Chivo@otf@bolditalic{BlackItalic}
\else
- \ifChivo@bold
- \defaultfontfeatures[Chivo]
- {
- Extension = .otf ,
- BoldFont = Chivo-Bold ,
- ItalicFont = Chivo-LightItalic ,
- BoldItalicFont = Chivo-BoldItalic ,
- UprightFont = Chivo-Light
- }
- \else
- \defaultfontfeatures[Chivo]
- {
- Extension = .otf ,
- BoldFont = Chivo-Black ,
- ItalicFont = Chivo-LightItalic ,
- BoldItalicFont = Chivo-BlackItalic ,
- UprightFont = Chivo-Light
- }
- \fi
+ \def\bfseries@sf{ub}
+ \fi
+\fi
+\ifChivo@lining
+ \ifChivo@otf
+ \def\Chivo@figurestyle{Lining}
+ \else
+ \def\Chivo@figurestyle{LF}
+ \fi
+\else
+ \ifChivo@otf
+ \def\Chivo@figurestyle{OldStyle}
+ \else
+ \def\Chivo@figurestyle{OsF}
+ \fi
+\fi
+\ifChivo@tabular
+ \ifChivo@otf
+ \def\Chivo@figurealign{Monospaced}
+ \else
+ \def\Chivo@figurealign{T}
+ \fi
+\else
+ \ifChivo@otf
+ \def\Chivo@figurealign{Proportional}
+ \else
+ \def\Chivo@figurealign{}
\fi
\fi
+\ifChivo@otf \else
+ \fa@naming@exception{figures}{{superior}{proportional}}{Sup}
+ \fa@naming@exception{figures}{{superior}{tabular}}{Sup}
+ \def\sufigures{\@nomath\sufigures
+ \fontfigurestyle{superior}\selectfont}
+ \DeclareTextFontCommand{\textsu}{\sufigures}
+ \let\textsuperior\textsu
+
+ \fa@naming@exception{figures}{{inferior}{proportional}}{Inf}
+ \fa@naming@exception{figures}{{inferior}{tabular}}{Inf}
+ \def\infigures{\@nomath\infigures
+ \fontfigurestyle{inferior}\selectfont}
+ \DeclareTextFontCommand{\textin}{\infigures}
+ \let\textinferior\textin
+
+ \fa@naming@exception{figures}{{numerators}{proportional}}{Numr}
+ \fa@naming@exception{figures}{{numerators}{tabular}}{Numr}
+ \def\nufigures{\@nomath\nufigures
+ \fontfigurestyle{numerators}\selectfont}
+ \DeclareTextFontCommand{\textnu}{\nufigures}
+ \let\textnumerator\textnu
+
+ \fa@naming@exception{figures}{{denominators}{proportional}}{Dnom}
+ \fa@naming@exception{figures}{{denominators}{tabular}}{Dnom}
+ \def\defigures{\@nomath\defigures
+ \fontfigurestyle{denominators}\selectfont}
+ \DeclareTextFontCommand{\textde}{\defigures}
+ \let\textdenominator\textde
+\fi
+\ifChivo@otf
+ \defaultfontfeatures[Chivo]{%
+ Extension = .otf ,
+ Ligatures = {TeX,Common} ,
+ Scale = \Chivo@otf@scale ,
+ UprightFont = *-\Chivo@otf@regular ,
+ ItalicFont = *-\Chivo@otf@italic ,
+ BoldFont = *-\Chivo@otf@bold ,
+ BoldItalicFont = *-\Chivo@otf@bolditalic ,
+ FontFace = {el}{n}{*-Thin} ,
+ FontFace = {el}{it}{*-ThinItalic} ,
+ FontFace = {l}{n}{*-Light} ,
+ FontFace = {l}{it}{*-LightItalic} ,
+ FontFace = {m}{n}{*-Regular} ,
+ FontFace = {m}{it}{*-Italic} ,
+ FontFace = {sb}{n}{*-Medium} ,
+ FontFace = {sb}{it}{*-MediumItalic} ,
+ FontFace = {b}{n}{*-Bold} ,
+ FontFace = {b}{it}{*-BoldItalic} ,
+ FontFace = {eb}{n}{*-ExtraBold} ,
+ FontFace = {eb}{it}{*-ExtraBoldItalic} ,
+ FontFace = {ub}{n}{*-Black} ,
+ FontFace = {ub}{it}{*-BlackItalic} ,
+ Numbers = {\Chivo@figurestyle,\Chivo@figurealign}
+ }
+\fi
\ifChivo@otf
\AtBeginDocument{%
\setsansfont{Chivo}%
}
\else
- \renewcommand*{\sfdefault}{Chivo-TLF}
+ \renewcommand*\sfdefault{%
+ Chivo-\Chivo@figurealign\Chivo@figurestyle
+ }
\fi
\ifChivo@familydefault
- \renewcommand*{\familydefault}{\sfdefault}
- \ifChivo@otf\else
+ \ifChivo@otf
+ \AtBeginDocument{%
+ \setmainfont{Chivo}%
+ }
+ \else
+ \renewcommand*\familydefault{\sfdefault}
\ifChivo@regular \else
\edef\seriesdefault{\mdseries@sf}
\fi
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Dnom.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Dnom.fd
new file mode 100644
index 00000000000..595aaf78967
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Dnom.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{LY1Chivo-Dnom.fd}
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-Dnom.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{Chivo-Dnom}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{extrabold}{sl}{
+ <-> ssub * Chivo-Dnom/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{bold}{sl}{
+ <-> ssub * Chivo-Dnom/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{regular}{sl}{
+ <-> ssub * Chivo-Dnom/regular/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{black}{sl}{
+ <-> ssub * Chivo-Dnom/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{light}{sl}{
+ <-> ssub * Chivo-Dnom/light/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{thin}{sl}{
+ <-> ssub * Chivo-Dnom/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-dnom-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{medium}{sl}{
+ <-> ssub * Chivo-Dnom/medium/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{el}{n}{
+ <-> ssub * Chivo-Dnom/thin/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{el}{sl}{
+ <-> ssub * Chivo-Dnom/thin/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{el}{it}{
+ <-> ssub * Chivo-Dnom/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{l}{it}{
+ <-> ssub * Chivo-Dnom/light/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{l}{sl}{
+ <-> ssub * Chivo-Dnom/light/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{l}{n}{
+ <-> ssub * Chivo-Dnom/light/n
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{m}{it}{
+ <-> ssub * Chivo-Dnom/regular/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{m}{sl}{
+ <-> ssub * Chivo-Dnom/regular/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{m}{n}{
+ <-> ssub * Chivo-Dnom/regular/n
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{sb}{sl}{
+ <-> ssub * Chivo-Dnom/medium/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{sb}{n}{
+ <-> ssub * Chivo-Dnom/medium/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{sb}{it}{
+ <-> ssub * Chivo-Dnom/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{b}{sl}{
+ <-> ssub * Chivo-Dnom/bold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{b}{n}{
+ <-> ssub * Chivo-Dnom/bold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{b}{it}{
+ <-> ssub * Chivo-Dnom/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{eb}{n}{
+ <-> ssub * Chivo-Dnom/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{eb}{sl}{
+ <-> ssub * Chivo-Dnom/extrabold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{eb}{it}{
+ <-> ssub * Chivo-Dnom/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{ub}{it}{
+ <-> ssub * Chivo-Dnom/black/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{ub}{sl}{
+ <-> ssub * Chivo-Dnom/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{ub}{n}{
+ <-> ssub * Chivo-Dnom/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{bx}{it}{
+ <-> ssub * Chivo-Dnom/b/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{bx}{sl}{
+ <-> ssub * Chivo-Dnom/b/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Dnom}{bx}{n}{
+ <-> ssub * Chivo-Dnom/b/n
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Inf.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Inf.fd
new file mode 100644
index 00000000000..4511a161af4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Inf.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{LY1Chivo-Inf.fd}
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-Inf.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{Chivo-Inf}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-Inf}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{thin}{sl}{
+ <-> ssub * Chivo-Inf/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-Inf}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{medium}{sl}{
+ <-> ssub * Chivo-Inf/medium/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-Inf}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{black}{sl}{
+ <-> ssub * Chivo-Inf/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-Inf}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{light}{sl}{
+ <-> ssub * Chivo-Inf/light/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-Inf}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{bold}{sl}{
+ <-> ssub * Chivo-Inf/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-Inf}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{regular}{sl}{
+ <-> ssub * Chivo-Inf/regular/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-Inf}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{extrabold}{sl}{
+ <-> ssub * Chivo-Inf/extrabold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-Inf}{el}{it}{
+ <-> ssub * Chivo-Inf/thin/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{el}{n}{
+ <-> ssub * Chivo-Inf/thin/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{el}{sl}{
+ <-> ssub * Chivo-Inf/thin/sl
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{LY1}{Chivo-Inf}{l}{sl}{
+ <-> ssub * Chivo-Inf/light/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{l}{n}{
+ <-> ssub * Chivo-Inf/light/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{l}{it}{
+ <-> ssub * Chivo-Inf/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-Inf}{m}{sl}{
+ <-> ssub * Chivo-Inf/regular/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{m}{n}{
+ <-> ssub * Chivo-Inf/regular/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{m}{it}{
+ <-> ssub * Chivo-Inf/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-Inf}{sb}{sl}{
+ <-> ssub * Chivo-Inf/medium/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{sb}{n}{
+ <-> ssub * Chivo-Inf/medium/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{sb}{it}{
+ <-> ssub * Chivo-Inf/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-Inf}{b}{n}{
+ <-> ssub * Chivo-Inf/bold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{b}{sl}{
+ <-> ssub * Chivo-Inf/bold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{b}{it}{
+ <-> ssub * Chivo-Inf/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-Inf}{eb}{n}{
+ <-> ssub * Chivo-Inf/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{eb}{sl}{
+ <-> ssub * Chivo-Inf/extrabold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{eb}{it}{
+ <-> ssub * Chivo-Inf/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-Inf}{ub}{n}{
+ <-> ssub * Chivo-Inf/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{ub}{sl}{
+ <-> ssub * Chivo-Inf/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{ub}{it}{
+ <-> ssub * Chivo-Inf/black/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{bx}{it}{
+ <-> ssub * Chivo-Inf/b/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{bx}{sl}{
+ <-> ssub * Chivo-Inf/b/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Inf}{bx}{n}{
+ <-> ssub * Chivo-Inf/b/n
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-LF.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-LF.fd
new file mode 100644
index 00000000000..5585bdc07ce
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-LF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{LY1Chivo-LF.fd}
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-LF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{Chivo-LF}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-LF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{black}{sl}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-LF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{light}{sl}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-LF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{thin}{sl}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-LF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{medium}{sl}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-LF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{extrabold}{sl}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-LF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{bold}{sl}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-LF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{regular}{sl}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-LF}{el}{n}{
+ <-> ssub * Chivo-LF/thin/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{el}{sl}{
+ <-> ssub * Chivo-LF/thin/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{el}{it}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{LY1}{Chivo-LF}{l}{sl}{
+ <-> ssub * Chivo-LF/light/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{l}{n}{
+ <-> ssub * Chivo-LF/light/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{l}{it}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-LF}{m}{it}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{m}{sl}{
+ <-> ssub * Chivo-LF/regular/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{m}{n}{
+ <-> ssub * Chivo-LF/regular/n
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-LF}{sb}{it}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{sb}{n}{
+ <-> ssub * Chivo-LF/medium/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{sb}{sl}{
+ <-> ssub * Chivo-LF/medium/sl
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-LF}{b}{it}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{b}{sl}{
+ <-> ssub * Chivo-LF/bold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{b}{n}{
+ <-> ssub * Chivo-LF/bold/n
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-LF}{eb}{sl}{
+ <-> ssub * Chivo-LF/extrabold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{eb}{n}{
+ <-> ssub * Chivo-LF/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{eb}{it}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-LF}{ub}{n}{
+ <-> ssub * Chivo-LF/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{ub}{sl}{
+ <-> ssub * Chivo-LF/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{ub}{it}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{bx}{n}{
+ <-> ssub * Chivo-LF/b/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{bx}{sl}{
+ <-> ssub * Chivo-LF/b/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-LF}{bx}{it}{
+ <-> ssub * Chivo-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Numr.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Numr.fd
new file mode 100644
index 00000000000..c503dc83b86
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Numr.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{LY1Chivo-Numr.fd}
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-Numr.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{Chivo-Numr}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-Numr}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{extrabold}{sl}{
+ <-> ssub * Chivo-Numr/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-Numr}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{regular}{sl}{
+ <-> ssub * Chivo-Numr/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-Numr}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{bold}{sl}{
+ <-> ssub * Chivo-Numr/bold/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-Numr}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{light}{sl}{
+ <-> ssub * Chivo-Numr/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-Numr}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{black}{sl}{
+ <-> ssub * Chivo-Numr/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-Numr}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{medium}{sl}{
+ <-> ssub * Chivo-Numr/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-Numr}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-numr-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{thin}{sl}{
+ <-> ssub * Chivo-Numr/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-Numr}{el}{n}{
+ <-> ssub * Chivo-Numr/thin/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{el}{sl}{
+ <-> ssub * Chivo-Numr/thin/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{el}{it}{
+ <-> ssub * Chivo-Numr/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{LY1}{Chivo-Numr}{l}{n}{
+ <-> ssub * Chivo-Numr/light/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{l}{sl}{
+ <-> ssub * Chivo-Numr/light/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{l}{it}{
+ <-> ssub * Chivo-Numr/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-Numr}{m}{sl}{
+ <-> ssub * Chivo-Numr/regular/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{m}{n}{
+ <-> ssub * Chivo-Numr/regular/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{m}{it}{
+ <-> ssub * Chivo-Numr/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-Numr}{sb}{sl}{
+ <-> ssub * Chivo-Numr/medium/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{sb}{n}{
+ <-> ssub * Chivo-Numr/medium/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{sb}{it}{
+ <-> ssub * Chivo-Numr/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-Numr}{b}{it}{
+ <-> ssub * Chivo-Numr/bold/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{b}{sl}{
+ <-> ssub * Chivo-Numr/bold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{b}{n}{
+ <-> ssub * Chivo-Numr/bold/n
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-Numr}{eb}{it}{
+ <-> ssub * Chivo-Numr/extrabold/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{eb}{n}{
+ <-> ssub * Chivo-Numr/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{eb}{sl}{
+ <-> ssub * Chivo-Numr/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-Numr}{ub}{it}{
+ <-> ssub * Chivo-Numr/black/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{ub}{n}{
+ <-> ssub * Chivo-Numr/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{ub}{sl}{
+ <-> ssub * Chivo-Numr/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{bx}{it}{
+ <-> ssub * Chivo-Numr/b/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{bx}{sl}{
+ <-> ssub * Chivo-Numr/b/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Numr}{bx}{n}{
+ <-> ssub * Chivo-Numr/b/n
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-OsF.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-OsF.fd
new file mode 100644
index 00000000000..6e14129b600
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-OsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{LY1Chivo-OsF.fd}
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-OsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{Chivo-OsF}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-OsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{black}{sl}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-OsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{light}{sl}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-OsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{thin}{sl}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-OsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{medium}{sl}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-OsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{extrabold}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-OsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{regular}{sl}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-OsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{bold}{sl}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-OsF}{el}{n}{
+ <-> ssub * Chivo-OsF/thin/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{el}{sl}{
+ <-> ssub * Chivo-OsF/thin/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{el}{it}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{LY1}{Chivo-OsF}{l}{it}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{l}{sl}{
+ <-> ssub * Chivo-OsF/light/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{l}{n}{
+ <-> ssub * Chivo-OsF/light/n
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-OsF}{m}{sl}{
+ <-> ssub * Chivo-OsF/regular/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{m}{n}{
+ <-> ssub * Chivo-OsF/regular/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{m}{it}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-OsF}{sb}{sl}{
+ <-> ssub * Chivo-OsF/medium/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{sb}{n}{
+ <-> ssub * Chivo-OsF/medium/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{sb}{it}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-OsF}{b}{n}{
+ <-> ssub * Chivo-OsF/bold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{b}{sl}{
+ <-> ssub * Chivo-OsF/bold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{b}{it}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-OsF}{eb}{n}{
+ <-> ssub * Chivo-OsF/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{eb}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{eb}{it}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-OsF}{ub}{sl}{
+ <-> ssub * Chivo-OsF/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{ub}{n}{
+ <-> ssub * Chivo-OsF/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{ub}{it}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{bx}{it}{
+ <-> ssub * Chivo-OsF/b/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{bx}{sl}{
+ <-> ssub * Chivo-OsF/b/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-OsF}{bx}{n}{
+ <-> ssub * Chivo-OsF/b/n
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Sup.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Sup.fd
new file mode 100644
index 00000000000..358e83fb9c9
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-Sup.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{LY1Chivo-Sup.fd}
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-Sup.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{Chivo-Sup}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-Sup}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{black}{sl}{
+ <-> ssub * Chivo-Sup/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-Sup}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{light}{sl}{
+ <-> ssub * Chivo-Sup/light/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-Sup}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{thin}{sl}{
+ <-> ssub * Chivo-Sup/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-Sup}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{medium}{sl}{
+ <-> ssub * Chivo-Sup/medium/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-Sup}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{extrabold}{sl}{
+ <-> ssub * Chivo-Sup/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-Sup}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{bold}{sl}{
+ <-> ssub * Chivo-Sup/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-Sup}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{regular}{sl}{
+ <-> ssub * Chivo-Sup/regular/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-Sup}{el}{n}{
+ <-> ssub * Chivo-Sup/thin/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{el}{sl}{
+ <-> ssub * Chivo-Sup/thin/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{el}{it}{
+ <-> ssub * Chivo-Sup/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{LY1}{Chivo-Sup}{l}{it}{
+ <-> ssub * Chivo-Sup/light/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{l}{sl}{
+ <-> ssub * Chivo-Sup/light/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{l}{n}{
+ <-> ssub * Chivo-Sup/light/n
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-Sup}{m}{n}{
+ <-> ssub * Chivo-Sup/regular/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{m}{sl}{
+ <-> ssub * Chivo-Sup/regular/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{m}{it}{
+ <-> ssub * Chivo-Sup/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-Sup}{sb}{it}{
+ <-> ssub * Chivo-Sup/medium/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{sb}{n}{
+ <-> ssub * Chivo-Sup/medium/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{sb}{sl}{
+ <-> ssub * Chivo-Sup/medium/sl
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-Sup}{b}{it}{
+ <-> ssub * Chivo-Sup/bold/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{b}{sl}{
+ <-> ssub * Chivo-Sup/bold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{b}{n}{
+ <-> ssub * Chivo-Sup/bold/n
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-Sup}{eb}{sl}{
+ <-> ssub * Chivo-Sup/extrabold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{eb}{n}{
+ <-> ssub * Chivo-Sup/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{eb}{it}{
+ <-> ssub * Chivo-Sup/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-Sup}{ub}{sl}{
+ <-> ssub * Chivo-Sup/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{ub}{n}{
+ <-> ssub * Chivo-Sup/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{ub}{it}{
+ <-> ssub * Chivo-Sup/black/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{bx}{sl}{
+ <-> ssub * Chivo-Sup/b/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{bx}{n}{
+ <-> ssub * Chivo-Sup/b/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-Sup}{bx}{it}{
+ <-> ssub * Chivo-Sup/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-TLF.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-TLF.fd
index 05806f2aef3..f62d8146dfa 100644
--- a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-TLF.fd
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-TLF.fd
@@ -1,7 +1,7 @@
-%% Generated by autoinst on 2016/05/05
+%% Generated by autoinst on 2019/07/12
%%
\ProvidesFile{LY1Chivo-TLF.fd}
- [2016/05/05 (autoinst) Font definitions for LY1/Chivo-TLF.]
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-TLF.]
\expandafter\ifx\csname Chivo@scale\endcsname\relax
\let\Chivo@@scale\@empty
@@ -11,52 +11,217 @@
\DeclareFontFamily{LY1}{Chivo-TLF}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{k}{n}{
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-TLF}{black}{n}{
<-> \Chivo@@scale Chivo-Black-tlf-ly1
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{k}{it}{
+\DeclareFontShape{LY1}{Chivo-TLF}{black}{it}{
<-> \Chivo@@scale Chivo-BlackItalic-tlf-ly1
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{k}{sl}{
- <-> ssub * Chivo-TLF/k/it
+\DeclareFontShape{LY1}{Chivo-TLF}{black}{sl}{
+ <-> ssub * Chivo-TLF/black/it
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{b}{n}{
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-TLF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{light}{sl}{
+ <-> ssub * Chivo-TLF/light/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-TLF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{thin}{sl}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-TLF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{medium}{sl}{
+ <-> ssub * Chivo-TLF/medium/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-TLF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{extrabold}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-TLF}{bold}{n}{
<-> \Chivo@@scale Chivo-Bold-tlf-ly1
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{b}{it}{
+\DeclareFontShape{LY1}{Chivo-TLF}{bold}{it}{
<-> \Chivo@@scale Chivo-BoldItalic-tlf-ly1
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{b}{sl}{
- <-> ssub * Chivo-TLF/b/it
+\DeclareFontShape{LY1}{Chivo-TLF}{bold}{sl}{
+ <-> ssub * Chivo-TLF/bold/it
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{m}{n}{
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-TLF}{regular}{n}{
<-> \Chivo@@scale Chivo-Regular-tlf-ly1
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{m}{it}{
+\DeclareFontShape{LY1}{Chivo-TLF}{regular}{it}{
<-> \Chivo@@scale Chivo-Italic-tlf-ly1
}{}
-\DeclareFontShape{LY1}{Chivo-TLF}{m}{sl}{
- <-> ssub * Chivo-TLF/m/it
+\DeclareFontShape{LY1}{Chivo-TLF}{regular}{sl}{
+ <-> ssub * Chivo-TLF/regular/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-TLF}{el}{sl}{
+ <-> ssub * Chivo-TLF/thin/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{el}{n}{
+ <-> ssub * Chivo-TLF/thin/n
}{}
+\DeclareFontShape{LY1}{Chivo-TLF}{el}{it}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+
+% l --> light
+
\DeclareFontShape{LY1}{Chivo-TLF}{l}{it}{
- <-> \Chivo@@scale Chivo-LightItalic-tlf-ly1
+ <-> ssub * Chivo-TLF/light/it
}{}
\DeclareFontShape{LY1}{Chivo-TLF}{l}{n}{
- <-> \Chivo@@scale Chivo-Light-tlf-ly1
+ <-> ssub * Chivo-TLF/light/n
}{}
\DeclareFontShape{LY1}{Chivo-TLF}{l}{sl}{
- <-> ssub * Chivo-TLF/l/it
+ <-> ssub * Chivo-TLF/light/sl
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-TLF}{m}{it}{
+ <-> ssub * Chivo-TLF/regular/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{m}{n}{
+ <-> ssub * Chivo-TLF/regular/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{m}{sl}{
+ <-> ssub * Chivo-TLF/regular/sl
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-TLF}{sb}{it}{
+ <-> ssub * Chivo-TLF/medium/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{sb}{sl}{
+ <-> ssub * Chivo-TLF/medium/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{sb}{n}{
+ <-> ssub * Chivo-TLF/medium/n
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-TLF}{b}{it}{
+ <-> ssub * Chivo-TLF/bold/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{b}{n}{
+ <-> ssub * Chivo-TLF/bold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{b}{sl}{
+ <-> ssub * Chivo-TLF/bold/sl
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-TLF}{eb}{n}{
+ <-> ssub * Chivo-TLF/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{eb}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{eb}{it}{
+ <-> ssub * Chivo-TLF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-TLF}{ub}{n}{
+ <-> ssub * Chivo-TLF/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{ub}{sl}{
+ <-> ssub * Chivo-TLF/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TLF}{ub}{it}{
+ <-> ssub * Chivo-TLF/black/it
}{}
\DeclareFontShape{LY1}{Chivo-TLF}{bx}{n}{
diff --git a/Master/texmf-dist/tex/latex/chivo/LY1Chivo-TOsF.fd b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-TOsF.fd
new file mode 100644
index 00000000000..d3d57ac000c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/LY1Chivo-TOsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{LY1Chivo-TOsF.fd}
+ [2019/07/12 (autoinst) Font definitions for LY1/Chivo-TOsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{Chivo-TOsF}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{thin}{sl}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{medium}{sl}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{black}{sl}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{light}{sl}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{bold}{sl}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{regular}{sl}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{extrabold}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{el}{it}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{el}{sl}{
+ <-> ssub * Chivo-TOsF/thin/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{el}{n}{
+ <-> ssub * Chivo-TOsF/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{l}{it}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{l}{n}{
+ <-> ssub * Chivo-TOsF/light/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{l}{sl}{
+ <-> ssub * Chivo-TOsF/light/sl
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{m}{n}{
+ <-> ssub * Chivo-TOsF/regular/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{m}{sl}{
+ <-> ssub * Chivo-TOsF/regular/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{m}{it}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{sb}{n}{
+ <-> ssub * Chivo-TOsF/medium/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{sb}{sl}{
+ <-> ssub * Chivo-TOsF/medium/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{sb}{it}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{b}{sl}{
+ <-> ssub * Chivo-TOsF/bold/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{b}{n}{
+ <-> ssub * Chivo-TOsF/bold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{b}{it}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{eb}{it}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{eb}{n}{
+ <-> ssub * Chivo-TOsF/extrabold/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{eb}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{ub}{it}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{ub}{n}{
+ <-> ssub * Chivo-TOsF/black/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{ub}{sl}{
+ <-> ssub * Chivo-TOsF/black/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{bx}{n}{
+ <-> ssub * Chivo-TOsF/b/n
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{bx}{sl}{
+ <-> ssub * Chivo-TOsF/b/sl
+}{}
+
+\DeclareFontShape{LY1}{Chivo-TOsF}{bx}{it}{
+ <-> ssub * Chivo-TOsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Dnom.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Dnom.fd
new file mode 100644
index 00000000000..20de55a6152
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Dnom.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{OT1Chivo-Dnom.fd}
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-Dnom.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{Chivo-Dnom}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{extrabold}{sl}{
+ <-> ssub * Chivo-Dnom/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{regular}{sl}{
+ <-> ssub * Chivo-Dnom/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{bold}{sl}{
+ <-> ssub * Chivo-Dnom/bold/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{light}{sl}{
+ <-> ssub * Chivo-Dnom/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{black}{sl}{
+ <-> ssub * Chivo-Dnom/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{medium}{sl}{
+ <-> ssub * Chivo-Dnom/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-dnom-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{thin}{sl}{
+ <-> ssub * Chivo-Dnom/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{el}{it}{
+ <-> ssub * Chivo-Dnom/thin/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{el}{n}{
+ <-> ssub * Chivo-Dnom/thin/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{el}{sl}{
+ <-> ssub * Chivo-Dnom/thin/sl
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{l}{it}{
+ <-> ssub * Chivo-Dnom/light/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{l}{n}{
+ <-> ssub * Chivo-Dnom/light/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{l}{sl}{
+ <-> ssub * Chivo-Dnom/light/sl
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{m}{it}{
+ <-> ssub * Chivo-Dnom/regular/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{m}{n}{
+ <-> ssub * Chivo-Dnom/regular/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{m}{sl}{
+ <-> ssub * Chivo-Dnom/regular/sl
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{sb}{n}{
+ <-> ssub * Chivo-Dnom/medium/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{sb}{sl}{
+ <-> ssub * Chivo-Dnom/medium/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{sb}{it}{
+ <-> ssub * Chivo-Dnom/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{b}{it}{
+ <-> ssub * Chivo-Dnom/bold/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{b}{n}{
+ <-> ssub * Chivo-Dnom/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{b}{sl}{
+ <-> ssub * Chivo-Dnom/bold/sl
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{eb}{n}{
+ <-> ssub * Chivo-Dnom/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{eb}{sl}{
+ <-> ssub * Chivo-Dnom/extrabold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{eb}{it}{
+ <-> ssub * Chivo-Dnom/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{ub}{sl}{
+ <-> ssub * Chivo-Dnom/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{ub}{n}{
+ <-> ssub * Chivo-Dnom/black/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{ub}{it}{
+ <-> ssub * Chivo-Dnom/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{bx}{sl}{
+ <-> ssub * Chivo-Dnom/b/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{bx}{n}{
+ <-> ssub * Chivo-Dnom/b/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Dnom}{bx}{it}{
+ <-> ssub * Chivo-Dnom/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Inf.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Inf.fd
new file mode 100644
index 00000000000..a786e3f7ddc
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Inf.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{OT1Chivo-Inf.fd}
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-Inf.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{Chivo-Inf}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-Inf}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{light}{sl}{
+ <-> ssub * Chivo-Inf/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-Inf}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{black}{sl}{
+ <-> ssub * Chivo-Inf/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-Inf}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{medium}{sl}{
+ <-> ssub * Chivo-Inf/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-Inf}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{thin}{sl}{
+ <-> ssub * Chivo-Inf/thin/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-Inf}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{extrabold}{sl}{
+ <-> ssub * Chivo-Inf/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-Inf}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{regular}{sl}{
+ <-> ssub * Chivo-Inf/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-Inf}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{bold}{sl}{
+ <-> ssub * Chivo-Inf/bold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-Inf}{el}{n}{
+ <-> ssub * Chivo-Inf/thin/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{el}{sl}{
+ <-> ssub * Chivo-Inf/thin/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{el}{it}{
+ <-> ssub * Chivo-Inf/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-Inf}{l}{sl}{
+ <-> ssub * Chivo-Inf/light/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{l}{n}{
+ <-> ssub * Chivo-Inf/light/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{l}{it}{
+ <-> ssub * Chivo-Inf/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-Inf}{m}{it}{
+ <-> ssub * Chivo-Inf/regular/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{m}{n}{
+ <-> ssub * Chivo-Inf/regular/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{m}{sl}{
+ <-> ssub * Chivo-Inf/regular/sl
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-Inf}{sb}{it}{
+ <-> ssub * Chivo-Inf/medium/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{sb}{sl}{
+ <-> ssub * Chivo-Inf/medium/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{sb}{n}{
+ <-> ssub * Chivo-Inf/medium/n
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-Inf}{b}{it}{
+ <-> ssub * Chivo-Inf/bold/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{b}{n}{
+ <-> ssub * Chivo-Inf/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{b}{sl}{
+ <-> ssub * Chivo-Inf/bold/sl
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-Inf}{eb}{it}{
+ <-> ssub * Chivo-Inf/extrabold/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{eb}{n}{
+ <-> ssub * Chivo-Inf/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{eb}{sl}{
+ <-> ssub * Chivo-Inf/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-Inf}{ub}{it}{
+ <-> ssub * Chivo-Inf/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{ub}{sl}{
+ <-> ssub * Chivo-Inf/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{ub}{n}{
+ <-> ssub * Chivo-Inf/black/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{bx}{sl}{
+ <-> ssub * Chivo-Inf/b/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{bx}{n}{
+ <-> ssub * Chivo-Inf/b/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Inf}{bx}{it}{
+ <-> ssub * Chivo-Inf/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-LF.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-LF.fd
new file mode 100644
index 00000000000..efbee50cc70
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-LF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{OT1Chivo-LF.fd}
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-LF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{Chivo-LF}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-LF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{extrabold}{sl}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-LF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{bold}{sl}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-LF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{regular}{sl}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-LF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{light}{sl}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-LF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{black}{sl}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-LF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{medium}{sl}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-LF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{thin}{sl}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-LF}{el}{it}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{el}{sl}{
+ <-> ssub * Chivo-LF/thin/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{el}{n}{
+ <-> ssub * Chivo-LF/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-LF}{l}{n}{
+ <-> ssub * Chivo-LF/light/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{l}{sl}{
+ <-> ssub * Chivo-LF/light/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{l}{it}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-LF}{m}{sl}{
+ <-> ssub * Chivo-LF/regular/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{m}{n}{
+ <-> ssub * Chivo-LF/regular/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{m}{it}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-LF}{sb}{sl}{
+ <-> ssub * Chivo-LF/medium/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{sb}{n}{
+ <-> ssub * Chivo-LF/medium/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{sb}{it}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-LF}{b}{it}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{b}{n}{
+ <-> ssub * Chivo-LF/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{b}{sl}{
+ <-> ssub * Chivo-LF/bold/sl
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-LF}{eb}{n}{
+ <-> ssub * Chivo-LF/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{eb}{sl}{
+ <-> ssub * Chivo-LF/extrabold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{eb}{it}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-LF}{ub}{it}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{ub}{n}{
+ <-> ssub * Chivo-LF/black/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{ub}{sl}{
+ <-> ssub * Chivo-LF/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{bx}{n}{
+ <-> ssub * Chivo-LF/b/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{bx}{sl}{
+ <-> ssub * Chivo-LF/b/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-LF}{bx}{it}{
+ <-> ssub * Chivo-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Numr.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Numr.fd
new file mode 100644
index 00000000000..10eda785caa
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Numr.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{OT1Chivo-Numr.fd}
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-Numr.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{Chivo-Numr}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-Numr}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{light}{sl}{
+ <-> ssub * Chivo-Numr/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-Numr}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{black}{sl}{
+ <-> ssub * Chivo-Numr/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-Numr}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{medium}{sl}{
+ <-> ssub * Chivo-Numr/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-Numr}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{thin}{sl}{
+ <-> ssub * Chivo-Numr/thin/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-Numr}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{extrabold}{sl}{
+ <-> ssub * Chivo-Numr/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-Numr}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{regular}{sl}{
+ <-> ssub * Chivo-Numr/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-Numr}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-numr-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{bold}{sl}{
+ <-> ssub * Chivo-Numr/bold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-Numr}{el}{n}{
+ <-> ssub * Chivo-Numr/thin/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{el}{sl}{
+ <-> ssub * Chivo-Numr/thin/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{el}{it}{
+ <-> ssub * Chivo-Numr/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-Numr}{l}{sl}{
+ <-> ssub * Chivo-Numr/light/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{l}{n}{
+ <-> ssub * Chivo-Numr/light/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{l}{it}{
+ <-> ssub * Chivo-Numr/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-Numr}{m}{it}{
+ <-> ssub * Chivo-Numr/regular/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{m}{n}{
+ <-> ssub * Chivo-Numr/regular/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{m}{sl}{
+ <-> ssub * Chivo-Numr/regular/sl
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-Numr}{sb}{sl}{
+ <-> ssub * Chivo-Numr/medium/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{sb}{n}{
+ <-> ssub * Chivo-Numr/medium/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{sb}{it}{
+ <-> ssub * Chivo-Numr/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-Numr}{b}{sl}{
+ <-> ssub * Chivo-Numr/bold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{b}{n}{
+ <-> ssub * Chivo-Numr/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{b}{it}{
+ <-> ssub * Chivo-Numr/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-Numr}{eb}{it}{
+ <-> ssub * Chivo-Numr/extrabold/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{eb}{n}{
+ <-> ssub * Chivo-Numr/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{eb}{sl}{
+ <-> ssub * Chivo-Numr/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-Numr}{ub}{n}{
+ <-> ssub * Chivo-Numr/black/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{ub}{sl}{
+ <-> ssub * Chivo-Numr/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{ub}{it}{
+ <-> ssub * Chivo-Numr/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{bx}{sl}{
+ <-> ssub * Chivo-Numr/b/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{bx}{n}{
+ <-> ssub * Chivo-Numr/b/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Numr}{bx}{it}{
+ <-> ssub * Chivo-Numr/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-OsF.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-OsF.fd
new file mode 100644
index 00000000000..ef11b6f62b4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-OsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{OT1Chivo-OsF.fd}
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-OsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{Chivo-OsF}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-OsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{medium}{sl}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-OsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{thin}{sl}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-OsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{light}{sl}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-OsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{black}{sl}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-OsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{bold}{sl}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-OsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{regular}{sl}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-OsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{extrabold}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-OsF}{el}{it}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{el}{n}{
+ <-> ssub * Chivo-OsF/thin/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{el}{sl}{
+ <-> ssub * Chivo-OsF/thin/sl
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-OsF}{l}{sl}{
+ <-> ssub * Chivo-OsF/light/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{l}{n}{
+ <-> ssub * Chivo-OsF/light/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{l}{it}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-OsF}{m}{n}{
+ <-> ssub * Chivo-OsF/regular/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{m}{sl}{
+ <-> ssub * Chivo-OsF/regular/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{m}{it}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-OsF}{sb}{it}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{sb}{n}{
+ <-> ssub * Chivo-OsF/medium/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{sb}{sl}{
+ <-> ssub * Chivo-OsF/medium/sl
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-OsF}{b}{sl}{
+ <-> ssub * Chivo-OsF/bold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{b}{n}{
+ <-> ssub * Chivo-OsF/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{b}{it}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-OsF}{eb}{it}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{eb}{n}{
+ <-> ssub * Chivo-OsF/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{eb}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-OsF}{ub}{n}{
+ <-> ssub * Chivo-OsF/black/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{ub}{sl}{
+ <-> ssub * Chivo-OsF/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{ub}{it}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{bx}{n}{
+ <-> ssub * Chivo-OsF/b/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{bx}{sl}{
+ <-> ssub * Chivo-OsF/b/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-OsF}{bx}{it}{
+ <-> ssub * Chivo-OsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Sup.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Sup.fd
new file mode 100644
index 00000000000..9d9b8f686f7
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-Sup.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{OT1Chivo-Sup.fd}
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-Sup.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{Chivo-Sup}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-Sup}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{extrabold}{sl}{
+ <-> ssub * Chivo-Sup/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-Sup}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{bold}{sl}{
+ <-> ssub * Chivo-Sup/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-Sup}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{regular}{sl}{
+ <-> ssub * Chivo-Sup/regular/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-Sup}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{black}{sl}{
+ <-> ssub * Chivo-Sup/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-Sup}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{light}{sl}{
+ <-> ssub * Chivo-Sup/light/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-Sup}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{thin}{sl}{
+ <-> ssub * Chivo-Sup/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-Sup}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{medium}{sl}{
+ <-> ssub * Chivo-Sup/medium/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-Sup}{el}{it}{
+ <-> ssub * Chivo-Sup/thin/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{el}{sl}{
+ <-> ssub * Chivo-Sup/thin/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{el}{n}{
+ <-> ssub * Chivo-Sup/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-Sup}{l}{sl}{
+ <-> ssub * Chivo-Sup/light/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{l}{n}{
+ <-> ssub * Chivo-Sup/light/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{l}{it}{
+ <-> ssub * Chivo-Sup/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-Sup}{m}{it}{
+ <-> ssub * Chivo-Sup/regular/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{m}{sl}{
+ <-> ssub * Chivo-Sup/regular/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{m}{n}{
+ <-> ssub * Chivo-Sup/regular/n
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-Sup}{sb}{n}{
+ <-> ssub * Chivo-Sup/medium/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{sb}{sl}{
+ <-> ssub * Chivo-Sup/medium/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{sb}{it}{
+ <-> ssub * Chivo-Sup/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-Sup}{b}{sl}{
+ <-> ssub * Chivo-Sup/bold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{b}{n}{
+ <-> ssub * Chivo-Sup/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{b}{it}{
+ <-> ssub * Chivo-Sup/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-Sup}{eb}{it}{
+ <-> ssub * Chivo-Sup/extrabold/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{eb}{n}{
+ <-> ssub * Chivo-Sup/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{eb}{sl}{
+ <-> ssub * Chivo-Sup/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-Sup}{ub}{n}{
+ <-> ssub * Chivo-Sup/black/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{ub}{sl}{
+ <-> ssub * Chivo-Sup/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{ub}{it}{
+ <-> ssub * Chivo-Sup/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{bx}{it}{
+ <-> ssub * Chivo-Sup/b/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{bx}{sl}{
+ <-> ssub * Chivo-Sup/b/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-Sup}{bx}{n}{
+ <-> ssub * Chivo-Sup/b/n
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-TLF.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-TLF.fd
index 3b0bdd6b29d..8c1e09153d6 100644
--- a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-TLF.fd
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-TLF.fd
@@ -1,7 +1,7 @@
-%% Generated by autoinst on 2016/05/05
+%% Generated by autoinst on 2019/07/12
%%
\ProvidesFile{OT1Chivo-TLF.fd}
- [2016/05/05 (autoinst) Font definitions for OT1/Chivo-TLF.]
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-TLF.]
\expandafter\ifx\csname Chivo@scale\endcsname\relax
\let\Chivo@@scale\@empty
@@ -11,62 +11,227 @@
\DeclareFontFamily{OT1}{Chivo-TLF}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{k}{n}{
- <-> \Chivo@@scale Chivo-Black-tlf-ot1
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-TLF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-tlf-ot1
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{k}{it}{
- <-> \Chivo@@scale Chivo-BlackItalic-tlf-ot1
+\DeclareFontShape{OT1}{Chivo-TLF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-tlf-ot1
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{k}{sl}{
- <-> ssub * Chivo-TLF/k/it
+\DeclareFontShape{OT1}{Chivo-TLF}{regular}{sl}{
+ <-> ssub * Chivo-TLF/regular/it
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{b}{n}{
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-TLF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{bold}{n}{
<-> \Chivo@@scale Chivo-Bold-tlf-ot1
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{b}{it}{
- <-> \Chivo@@scale Chivo-BoldItalic-tlf-ot1
+\DeclareFontShape{OT1}{Chivo-TLF}{bold}{sl}{
+ <-> ssub * Chivo-TLF/bold/it
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{b}{sl}{
- <-> ssub * Chivo-TLF/b/it
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-TLF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tlf-ot1
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{m}{it}{
- <-> \Chivo@@scale Chivo-Italic-tlf-ot1
+\DeclareFontShape{OT1}{Chivo-TLF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tlf-ot1
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{m}{n}{
- <-> \Chivo@@scale Chivo-Regular-tlf-ot1
+\DeclareFontShape{OT1}{Chivo-TLF}{extrabold}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/it
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{m}{sl}{
- <-> ssub * Chivo-TLF/m/it
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-TLF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tlf-ot1
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{l}{it}{
- <-> \Chivo@@scale Chivo-LightItalic-tlf-ot1
+\DeclareFontShape{OT1}{Chivo-TLF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tlf-ot1
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{l}{n}{
+\DeclareFontShape{OT1}{Chivo-TLF}{thin}{sl}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-TLF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{medium}{sl}{
+ <-> ssub * Chivo-TLF/medium/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-TLF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{black}{sl}{
+ <-> ssub * Chivo-TLF/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-TLF}{light}{n}{
<-> \Chivo@@scale Chivo-Light-tlf-ot1
}{}
+\DeclareFontShape{OT1}{Chivo-TLF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{light}{sl}{
+ <-> ssub * Chivo-TLF/light/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-TLF}{el}{n}{
+ <-> ssub * Chivo-TLF/thin/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{el}{sl}{
+ <-> ssub * Chivo-TLF/thin/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{el}{it}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-TLF}{l}{it}{
+ <-> ssub * Chivo-TLF/light/it
+}{}
+
\DeclareFontShape{OT1}{Chivo-TLF}{l}{sl}{
- <-> ssub * Chivo-TLF/l/it
+ <-> ssub * Chivo-TLF/light/sl
}{}
-\DeclareFontShape{OT1}{Chivo-TLF}{bx}{sl}{
- <-> ssub * Chivo-TLF/b/sl
+\DeclareFontShape{OT1}{Chivo-TLF}{l}{n}{
+ <-> ssub * Chivo-TLF/light/n
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-TLF}{m}{it}{
+ <-> ssub * Chivo-TLF/regular/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{m}{sl}{
+ <-> ssub * Chivo-TLF/regular/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{m}{n}{
+ <-> ssub * Chivo-TLF/regular/n
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-TLF}{sb}{sl}{
+ <-> ssub * Chivo-TLF/medium/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{sb}{n}{
+ <-> ssub * Chivo-TLF/medium/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{sb}{it}{
+ <-> ssub * Chivo-TLF/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-TLF}{b}{n}{
+ <-> ssub * Chivo-TLF/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{b}{sl}{
+ <-> ssub * Chivo-TLF/bold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{b}{it}{
+ <-> ssub * Chivo-TLF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-TLF}{eb}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{eb}{n}{
+ <-> ssub * Chivo-TLF/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{eb}{it}{
+ <-> ssub * Chivo-TLF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-TLF}{ub}{it}{
+ <-> ssub * Chivo-TLF/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{ub}{sl}{
+ <-> ssub * Chivo-TLF/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TLF}{ub}{n}{
+ <-> ssub * Chivo-TLF/black/n
}{}
\DeclareFontShape{OT1}{Chivo-TLF}{bx}{it}{
<-> ssub * Chivo-TLF/b/it
}{}
+\DeclareFontShape{OT1}{Chivo-TLF}{bx}{sl}{
+ <-> ssub * Chivo-TLF/b/sl
+}{}
+
\DeclareFontShape{OT1}{Chivo-TLF}{bx}{n}{
<-> ssub * Chivo-TLF/b/n
}{}
diff --git a/Master/texmf-dist/tex/latex/chivo/OT1Chivo-TOsF.fd b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-TOsF.fd
new file mode 100644
index 00000000000..bc7546bbc99
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/OT1Chivo-TOsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{OT1Chivo-TOsF.fd}
+ [2019/07/12 (autoinst) Font definitions for OT1/Chivo-TOsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{Chivo-TOsF}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{medium}{sl}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{thin}{sl}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{light}{sl}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{black}{sl}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{bold}{sl}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{regular}{sl}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{extrabold}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{el}{it}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{el}{sl}{
+ <-> ssub * Chivo-TOsF/thin/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{el}{n}{
+ <-> ssub * Chivo-TOsF/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{l}{it}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{l}{sl}{
+ <-> ssub * Chivo-TOsF/light/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{l}{n}{
+ <-> ssub * Chivo-TOsF/light/n
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{m}{it}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{m}{n}{
+ <-> ssub * Chivo-TOsF/regular/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{m}{sl}{
+ <-> ssub * Chivo-TOsF/regular/sl
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{sb}{it}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{sb}{sl}{
+ <-> ssub * Chivo-TOsF/medium/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{sb}{n}{
+ <-> ssub * Chivo-TOsF/medium/n
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{b}{n}{
+ <-> ssub * Chivo-TOsF/bold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{b}{sl}{
+ <-> ssub * Chivo-TOsF/bold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{b}{it}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{eb}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{eb}{n}{
+ <-> ssub * Chivo-TOsF/extrabold/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{eb}{it}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{ub}{it}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{ub}{sl}{
+ <-> ssub * Chivo-TOsF/black/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{ub}{n}{
+ <-> ssub * Chivo-TOsF/black/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{bx}{sl}{
+ <-> ssub * Chivo-TOsF/b/sl
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{bx}{n}{
+ <-> ssub * Chivo-TOsF/b/n
+}{}
+
+\DeclareFontShape{OT1}{Chivo-TOsF}{bx}{it}{
+ <-> ssub * Chivo-TOsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-Dnom.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Dnom.fd
new file mode 100644
index 00000000000..6aec8364477
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Dnom.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{T1Chivo-Dnom.fd}
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-Dnom.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{Chivo-Dnom}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-Dnom}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{extrabold}{sl}{
+ <-> ssub * Chivo-Dnom/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-Dnom}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{bold}{sl}{
+ <-> ssub * Chivo-Dnom/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-Dnom}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{regular}{sl}{
+ <-> ssub * Chivo-Dnom/regular/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-Dnom}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{light}{sl}{
+ <-> ssub * Chivo-Dnom/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-Dnom}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{black}{sl}{
+ <-> ssub * Chivo-Dnom/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-Dnom}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{medium}{sl}{
+ <-> ssub * Chivo-Dnom/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-Dnom}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-dnom-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{thin}{sl}{
+ <-> ssub * Chivo-Dnom/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-Dnom}{el}{n}{
+ <-> ssub * Chivo-Dnom/thin/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{el}{sl}{
+ <-> ssub * Chivo-Dnom/thin/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{el}{it}{
+ <-> ssub * Chivo-Dnom/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-Dnom}{l}{it}{
+ <-> ssub * Chivo-Dnom/light/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{l}{n}{
+ <-> ssub * Chivo-Dnom/light/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{l}{sl}{
+ <-> ssub * Chivo-Dnom/light/sl
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{T1}{Chivo-Dnom}{m}{n}{
+ <-> ssub * Chivo-Dnom/regular/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{m}{sl}{
+ <-> ssub * Chivo-Dnom/regular/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{m}{it}{
+ <-> ssub * Chivo-Dnom/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-Dnom}{sb}{it}{
+ <-> ssub * Chivo-Dnom/medium/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{sb}{sl}{
+ <-> ssub * Chivo-Dnom/medium/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{sb}{n}{
+ <-> ssub * Chivo-Dnom/medium/n
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-Dnom}{b}{sl}{
+ <-> ssub * Chivo-Dnom/bold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{b}{n}{
+ <-> ssub * Chivo-Dnom/bold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{b}{it}{
+ <-> ssub * Chivo-Dnom/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-Dnom}{eb}{n}{
+ <-> ssub * Chivo-Dnom/extrabold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{eb}{sl}{
+ <-> ssub * Chivo-Dnom/extrabold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{eb}{it}{
+ <-> ssub * Chivo-Dnom/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-Dnom}{ub}{sl}{
+ <-> ssub * Chivo-Dnom/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{ub}{n}{
+ <-> ssub * Chivo-Dnom/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{ub}{it}{
+ <-> ssub * Chivo-Dnom/black/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{bx}{n}{
+ <-> ssub * Chivo-Dnom/b/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{bx}{sl}{
+ <-> ssub * Chivo-Dnom/b/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Dnom}{bx}{it}{
+ <-> ssub * Chivo-Dnom/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-Inf.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Inf.fd
new file mode 100644
index 00000000000..e0a248e0275
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Inf.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{T1Chivo-Inf.fd}
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-Inf.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{Chivo-Inf}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-Inf}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{thin}{sl}{
+ <-> ssub * Chivo-Inf/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-Inf}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{medium}{sl}{
+ <-> ssub * Chivo-Inf/medium/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-Inf}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{black}{sl}{
+ <-> ssub * Chivo-Inf/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-Inf}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{light}{sl}{
+ <-> ssub * Chivo-Inf/light/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-Inf}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{bold}{sl}{
+ <-> ssub * Chivo-Inf/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-Inf}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{regular}{sl}{
+ <-> ssub * Chivo-Inf/regular/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-Inf}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-inf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{extrabold}{sl}{
+ <-> ssub * Chivo-Inf/extrabold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-Inf}{el}{it}{
+ <-> ssub * Chivo-Inf/thin/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{el}{n}{
+ <-> ssub * Chivo-Inf/thin/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{el}{sl}{
+ <-> ssub * Chivo-Inf/thin/sl
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-Inf}{l}{sl}{
+ <-> ssub * Chivo-Inf/light/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{l}{n}{
+ <-> ssub * Chivo-Inf/light/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{l}{it}{
+ <-> ssub * Chivo-Inf/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{T1}{Chivo-Inf}{m}{n}{
+ <-> ssub * Chivo-Inf/regular/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{m}{sl}{
+ <-> ssub * Chivo-Inf/regular/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{m}{it}{
+ <-> ssub * Chivo-Inf/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-Inf}{sb}{it}{
+ <-> ssub * Chivo-Inf/medium/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{sb}{n}{
+ <-> ssub * Chivo-Inf/medium/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{sb}{sl}{
+ <-> ssub * Chivo-Inf/medium/sl
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-Inf}{b}{it}{
+ <-> ssub * Chivo-Inf/bold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{b}{sl}{
+ <-> ssub * Chivo-Inf/bold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{b}{n}{
+ <-> ssub * Chivo-Inf/bold/n
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-Inf}{eb}{it}{
+ <-> ssub * Chivo-Inf/extrabold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{eb}{n}{
+ <-> ssub * Chivo-Inf/extrabold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{eb}{sl}{
+ <-> ssub * Chivo-Inf/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-Inf}{ub}{it}{
+ <-> ssub * Chivo-Inf/black/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{ub}{n}{
+ <-> ssub * Chivo-Inf/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{ub}{sl}{
+ <-> ssub * Chivo-Inf/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{bx}{sl}{
+ <-> ssub * Chivo-Inf/b/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{bx}{n}{
+ <-> ssub * Chivo-Inf/b/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Inf}{bx}{it}{
+ <-> ssub * Chivo-Inf/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-LF.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-LF.fd
new file mode 100644
index 00000000000..8d5cf66f1bb
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-LF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{T1Chivo-LF.fd}
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-LF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{Chivo-LF}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-LF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{regular}{sl}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-LF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{bold}{sl}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-LF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{extrabold}{sl}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-LF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{thin}{sl}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-LF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{medium}{sl}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-LF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{black}{sl}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-LF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{light}{sl}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-LF}{el}{n}{
+ <-> ssub * Chivo-LF/thin/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{el}{sl}{
+ <-> ssub * Chivo-LF/thin/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{el}{it}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-LF}{l}{sl}{
+ <-> ssub * Chivo-LF/light/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{l}{n}{
+ <-> ssub * Chivo-LF/light/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{l}{it}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{T1}{Chivo-LF}{m}{n}{
+ <-> ssub * Chivo-LF/regular/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{m}{sl}{
+ <-> ssub * Chivo-LF/regular/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{m}{it}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-LF}{sb}{it}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{sb}{n}{
+ <-> ssub * Chivo-LF/medium/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{sb}{sl}{
+ <-> ssub * Chivo-LF/medium/sl
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-LF}{b}{it}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{b}{n}{
+ <-> ssub * Chivo-LF/bold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{b}{sl}{
+ <-> ssub * Chivo-LF/bold/sl
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-LF}{eb}{sl}{
+ <-> ssub * Chivo-LF/extrabold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{eb}{n}{
+ <-> ssub * Chivo-LF/extrabold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{eb}{it}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-LF}{ub}{it}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{ub}{n}{
+ <-> ssub * Chivo-LF/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{ub}{sl}{
+ <-> ssub * Chivo-LF/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{bx}{sl}{
+ <-> ssub * Chivo-LF/b/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{bx}{n}{
+ <-> ssub * Chivo-LF/b/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-LF}{bx}{it}{
+ <-> ssub * Chivo-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-Numr.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Numr.fd
new file mode 100644
index 00000000000..96fbc6d9568
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Numr.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{T1Chivo-Numr.fd}
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-Numr.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{Chivo-Numr}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-Numr}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{light}{sl}{
+ <-> ssub * Chivo-Numr/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-Numr}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{black}{sl}{
+ <-> ssub * Chivo-Numr/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-Numr}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{medium}{sl}{
+ <-> ssub * Chivo-Numr/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-Numr}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{thin}{sl}{
+ <-> ssub * Chivo-Numr/thin/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-Numr}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{extrabold}{sl}{
+ <-> ssub * Chivo-Numr/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-Numr}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{regular}{sl}{
+ <-> ssub * Chivo-Numr/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-Numr}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-numr-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{bold}{sl}{
+ <-> ssub * Chivo-Numr/bold/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-Numr}{el}{it}{
+ <-> ssub * Chivo-Numr/thin/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{el}{sl}{
+ <-> ssub * Chivo-Numr/thin/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{el}{n}{
+ <-> ssub * Chivo-Numr/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-Numr}{l}{it}{
+ <-> ssub * Chivo-Numr/light/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{l}{sl}{
+ <-> ssub * Chivo-Numr/light/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{l}{n}{
+ <-> ssub * Chivo-Numr/light/n
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{T1}{Chivo-Numr}{m}{n}{
+ <-> ssub * Chivo-Numr/regular/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{m}{sl}{
+ <-> ssub * Chivo-Numr/regular/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{m}{it}{
+ <-> ssub * Chivo-Numr/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-Numr}{sb}{it}{
+ <-> ssub * Chivo-Numr/medium/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{sb}{sl}{
+ <-> ssub * Chivo-Numr/medium/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{sb}{n}{
+ <-> ssub * Chivo-Numr/medium/n
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-Numr}{b}{sl}{
+ <-> ssub * Chivo-Numr/bold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{b}{n}{
+ <-> ssub * Chivo-Numr/bold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{b}{it}{
+ <-> ssub * Chivo-Numr/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-Numr}{eb}{it}{
+ <-> ssub * Chivo-Numr/extrabold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{eb}{sl}{
+ <-> ssub * Chivo-Numr/extrabold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{eb}{n}{
+ <-> ssub * Chivo-Numr/extrabold/n
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-Numr}{ub}{it}{
+ <-> ssub * Chivo-Numr/black/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{ub}{sl}{
+ <-> ssub * Chivo-Numr/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{ub}{n}{
+ <-> ssub * Chivo-Numr/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{bx}{it}{
+ <-> ssub * Chivo-Numr/b/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{bx}{n}{
+ <-> ssub * Chivo-Numr/b/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Numr}{bx}{sl}{
+ <-> ssub * Chivo-Numr/b/sl
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-OsF.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-OsF.fd
new file mode 100644
index 00000000000..ade306dffc9
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-OsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{T1Chivo-OsF.fd}
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-OsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{Chivo-OsF}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-OsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{bold}{sl}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-OsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{regular}{sl}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-OsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{extrabold}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-OsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{thin}{sl}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-OsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{medium}{sl}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-OsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{black}{sl}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-OsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{light}{sl}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-OsF}{el}{n}{
+ <-> ssub * Chivo-OsF/thin/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{el}{sl}{
+ <-> ssub * Chivo-OsF/thin/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{el}{it}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-OsF}{l}{n}{
+ <-> ssub * Chivo-OsF/light/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{l}{sl}{
+ <-> ssub * Chivo-OsF/light/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{l}{it}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{T1}{Chivo-OsF}{m}{it}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{m}{n}{
+ <-> ssub * Chivo-OsF/regular/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{m}{sl}{
+ <-> ssub * Chivo-OsF/regular/sl
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-OsF}{sb}{it}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{sb}{n}{
+ <-> ssub * Chivo-OsF/medium/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{sb}{sl}{
+ <-> ssub * Chivo-OsF/medium/sl
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-OsF}{b}{it}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{b}{n}{
+ <-> ssub * Chivo-OsF/bold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{b}{sl}{
+ <-> ssub * Chivo-OsF/bold/sl
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-OsF}{eb}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{eb}{n}{
+ <-> ssub * Chivo-OsF/extrabold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{eb}{it}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-OsF}{ub}{sl}{
+ <-> ssub * Chivo-OsF/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{ub}{n}{
+ <-> ssub * Chivo-OsF/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{ub}{it}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{bx}{it}{
+ <-> ssub * Chivo-OsF/b/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{bx}{sl}{
+ <-> ssub * Chivo-OsF/b/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-OsF}{bx}{n}{
+ <-> ssub * Chivo-OsF/b/n
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-Sup.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Sup.fd
new file mode 100644
index 00000000000..7053e342f47
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-Sup.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{T1Chivo-Sup.fd}
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-Sup.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{Chivo-Sup}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-Sup}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{extrabold}{sl}{
+ <-> ssub * Chivo-Sup/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-Sup}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{bold}{sl}{
+ <-> ssub * Chivo-Sup/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-Sup}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{regular}{sl}{
+ <-> ssub * Chivo-Sup/regular/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-Sup}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{light}{sl}{
+ <-> ssub * Chivo-Sup/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-Sup}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{black}{sl}{
+ <-> ssub * Chivo-Sup/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-Sup}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{medium}{sl}{
+ <-> ssub * Chivo-Sup/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-Sup}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{thin}{sl}{
+ <-> ssub * Chivo-Sup/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-Sup}{el}{sl}{
+ <-> ssub * Chivo-Sup/thin/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{el}{n}{
+ <-> ssub * Chivo-Sup/thin/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{el}{it}{
+ <-> ssub * Chivo-Sup/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-Sup}{l}{n}{
+ <-> ssub * Chivo-Sup/light/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{l}{sl}{
+ <-> ssub * Chivo-Sup/light/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{l}{it}{
+ <-> ssub * Chivo-Sup/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{T1}{Chivo-Sup}{m}{it}{
+ <-> ssub * Chivo-Sup/regular/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{m}{sl}{
+ <-> ssub * Chivo-Sup/regular/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{m}{n}{
+ <-> ssub * Chivo-Sup/regular/n
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-Sup}{sb}{n}{
+ <-> ssub * Chivo-Sup/medium/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{sb}{sl}{
+ <-> ssub * Chivo-Sup/medium/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{sb}{it}{
+ <-> ssub * Chivo-Sup/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-Sup}{b}{sl}{
+ <-> ssub * Chivo-Sup/bold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{b}{n}{
+ <-> ssub * Chivo-Sup/bold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{b}{it}{
+ <-> ssub * Chivo-Sup/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-Sup}{eb}{n}{
+ <-> ssub * Chivo-Sup/extrabold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{eb}{sl}{
+ <-> ssub * Chivo-Sup/extrabold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{eb}{it}{
+ <-> ssub * Chivo-Sup/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-Sup}{ub}{sl}{
+ <-> ssub * Chivo-Sup/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{ub}{n}{
+ <-> ssub * Chivo-Sup/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{ub}{it}{
+ <-> ssub * Chivo-Sup/black/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{bx}{it}{
+ <-> ssub * Chivo-Sup/b/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{bx}{sl}{
+ <-> ssub * Chivo-Sup/b/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-Sup}{bx}{n}{
+ <-> ssub * Chivo-Sup/b/n
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-TLF.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-TLF.fd
index e3687341146..6ae505b8a96 100644
--- a/Master/texmf-dist/tex/latex/chivo/T1Chivo-TLF.fd
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-TLF.fd
@@ -1,7 +1,7 @@
-%% Generated by autoinst on 2016/05/05
+%% Generated by autoinst on 2019/07/12
%%
\ProvidesFile{T1Chivo-TLF.fd}
- [2016/05/05 (autoinst) Font definitions for T1/Chivo-TLF.]
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-TLF.]
\expandafter\ifx\csname Chivo@scale\endcsname\relax
\let\Chivo@@scale\@empty
@@ -11,56 +11,217 @@
\DeclareFontFamily{T1}{Chivo-TLF}{}
-\DeclareFontShape{T1}{Chivo-TLF}{k}{n}{
- <-> \Chivo@@scale Chivo-Black-tlf-t1
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-TLF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tlf-t1
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{k}{it}{
- <-> \Chivo@@scale Chivo-BlackItalic-tlf-t1
+\DeclareFontShape{T1}{Chivo-TLF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tlf-t1
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{k}{sl}{
- <-> ssub * Chivo-TLF/k/it
+\DeclareFontShape{T1}{Chivo-TLF}{extrabold}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/it
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{b}{it}{
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-TLF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{regular}{sl}{
+ <-> ssub * Chivo-TLF/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-TLF}{bold}{it}{
<-> \Chivo@@scale Chivo-BoldItalic-tlf-t1
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{b}{n}{
+\DeclareFontShape{T1}{Chivo-TLF}{bold}{n}{
<-> \Chivo@@scale Chivo-Bold-tlf-t1
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{b}{sl}{
- <-> ssub * Chivo-TLF/b/it
+\DeclareFontShape{T1}{Chivo-TLF}{bold}{sl}{
+ <-> ssub * Chivo-TLF/bold/it
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{l}{n}{
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-TLF}{light}{n}{
<-> \Chivo@@scale Chivo-Light-tlf-t1
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{l}{it}{
+\DeclareFontShape{T1}{Chivo-TLF}{light}{it}{
<-> \Chivo@@scale Chivo-LightItalic-tlf-t1
}{}
+\DeclareFontShape{T1}{Chivo-TLF}{light}{sl}{
+ <-> ssub * Chivo-TLF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-TLF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{black}{sl}{
+ <-> ssub * Chivo-TLF/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-TLF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{medium}{sl}{
+ <-> ssub * Chivo-TLF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-TLF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{thin}{sl}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-TLF}{el}{n}{
+ <-> ssub * Chivo-TLF/thin/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{el}{sl}{
+ <-> ssub * Chivo-TLF/thin/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{el}{it}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-TLF}{l}{n}{
+ <-> ssub * Chivo-TLF/light/n
+}{}
+
\DeclareFontShape{T1}{Chivo-TLF}{l}{sl}{
- <-> ssub * Chivo-TLF/l/it
+ <-> ssub * Chivo-TLF/light/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{l}{it}{
+ <-> ssub * Chivo-TLF/light/it
}{}
+
+% m --> regular
+
\DeclareFontShape{T1}{Chivo-TLF}{m}{it}{
- <-> \Chivo@@scale Chivo-Italic-tlf-t1
+ <-> ssub * Chivo-TLF/regular/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{m}{sl}{
+ <-> ssub * Chivo-TLF/regular/sl
}{}
\DeclareFontShape{T1}{Chivo-TLF}{m}{n}{
- <-> \Chivo@@scale Chivo-Regular-tlf-t1
+ <-> ssub * Chivo-TLF/regular/n
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{m}{sl}{
- <-> ssub * Chivo-TLF/m/it
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-TLF}{sb}{it}{
+ <-> ssub * Chivo-TLF/medium/it
}{}
-\DeclareFontShape{T1}{Chivo-TLF}{bx}{it}{
- <-> ssub * Chivo-TLF/b/it
+\DeclareFontShape{T1}{Chivo-TLF}{sb}{sl}{
+ <-> ssub * Chivo-TLF/medium/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{sb}{n}{
+ <-> ssub * Chivo-TLF/medium/n
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-TLF}{b}{it}{
+ <-> ssub * Chivo-TLF/bold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{b}{sl}{
+ <-> ssub * Chivo-TLF/bold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{b}{n}{
+ <-> ssub * Chivo-TLF/bold/n
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-TLF}{eb}{it}{
+ <-> ssub * Chivo-TLF/extrabold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{eb}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{eb}{n}{
+ <-> ssub * Chivo-TLF/extrabold/n
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-TLF}{ub}{sl}{
+ <-> ssub * Chivo-TLF/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{ub}{n}{
+ <-> ssub * Chivo-TLF/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TLF}{ub}{it}{
+ <-> ssub * Chivo-TLF/black/it
}{}
\DeclareFontShape{T1}{Chivo-TLF}{bx}{sl}{
@@ -71,4 +232,8 @@
<-> ssub * Chivo-TLF/b/n
}{}
+\DeclareFontShape{T1}{Chivo-TLF}{bx}{it}{
+ <-> ssub * Chivo-TLF/b/it
+}{}
+
\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/T1Chivo-TOsF.fd b/Master/texmf-dist/tex/latex/chivo/T1Chivo-TOsF.fd
new file mode 100644
index 00000000000..483695bc4dd
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/T1Chivo-TOsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{T1Chivo-TOsF.fd}
+ [2019/07/12 (autoinst) Font definitions for T1/Chivo-TOsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{Chivo-TOsF}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{T1}{Chivo-TOsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{extrabold}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{T1}{Chivo-TOsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{bold}{sl}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{T1}{Chivo-TOsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{regular}{sl}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{T1}{Chivo-TOsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{light}{sl}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{T1}{Chivo-TOsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{black}{sl}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{T1}{Chivo-TOsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{medium}{sl}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{T1}{Chivo-TOsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{thin}{sl}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{T1}{Chivo-TOsF}{el}{it}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{el}{sl}{
+ <-> ssub * Chivo-TOsF/thin/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{el}{n}{
+ <-> ssub * Chivo-TOsF/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{T1}{Chivo-TOsF}{l}{sl}{
+ <-> ssub * Chivo-TOsF/light/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{l}{n}{
+ <-> ssub * Chivo-TOsF/light/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{l}{it}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{T1}{Chivo-TOsF}{m}{n}{
+ <-> ssub * Chivo-TOsF/regular/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{m}{sl}{
+ <-> ssub * Chivo-TOsF/regular/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{m}{it}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{T1}{Chivo-TOsF}{sb}{sl}{
+ <-> ssub * Chivo-TOsF/medium/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{sb}{n}{
+ <-> ssub * Chivo-TOsF/medium/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{sb}{it}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{T1}{Chivo-TOsF}{b}{sl}{
+ <-> ssub * Chivo-TOsF/bold/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{b}{n}{
+ <-> ssub * Chivo-TOsF/bold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{b}{it}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{T1}{Chivo-TOsF}{eb}{it}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{eb}{n}{
+ <-> ssub * Chivo-TOsF/extrabold/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{eb}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{T1}{Chivo-TOsF}{ub}{n}{
+ <-> ssub * Chivo-TOsF/black/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{ub}{sl}{
+ <-> ssub * Chivo-TOsF/black/sl
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{ub}{it}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{bx}{it}{
+ <-> ssub * Chivo-TOsF/b/it
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{bx}{n}{
+ <-> ssub * Chivo-TOsF/b/n
+}{}
+
+\DeclareFontShape{T1}{Chivo-TOsF}{bx}{sl}{
+ <-> ssub * Chivo-TOsF/b/sl
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/TS1Chivo-LF.fd b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-LF.fd
new file mode 100644
index 00000000000..0018350db23
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-LF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{TS1Chivo-LF.fd}
+ [2019/07/12 (autoinst) Font definitions for TS1/Chivo-LF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{TS1}{Chivo-LF}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{TS1}{Chivo-LF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{extrabold}{sl}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{TS1}{Chivo-LF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{regular}{sl}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{TS1}{Chivo-LF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{bold}{sl}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{TS1}{Chivo-LF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{light}{sl}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{TS1}{Chivo-LF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{black}{sl}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{TS1}{Chivo-LF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{medium}{sl}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{TS1}{Chivo-LF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{thin}{sl}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{TS1}{Chivo-LF}{el}{n}{
+ <-> ssub * Chivo-LF/thin/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{el}{sl}{
+ <-> ssub * Chivo-LF/thin/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{el}{it}{
+ <-> ssub * Chivo-LF/thin/it
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{TS1}{Chivo-LF}{l}{n}{
+ <-> ssub * Chivo-LF/light/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{l}{sl}{
+ <-> ssub * Chivo-LF/light/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{l}{it}{
+ <-> ssub * Chivo-LF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{TS1}{Chivo-LF}{m}{it}{
+ <-> ssub * Chivo-LF/regular/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{m}{n}{
+ <-> ssub * Chivo-LF/regular/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{m}{sl}{
+ <-> ssub * Chivo-LF/regular/sl
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{TS1}{Chivo-LF}{sb}{sl}{
+ <-> ssub * Chivo-LF/medium/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{sb}{n}{
+ <-> ssub * Chivo-LF/medium/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{sb}{it}{
+ <-> ssub * Chivo-LF/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{TS1}{Chivo-LF}{b}{sl}{
+ <-> ssub * Chivo-LF/bold/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{b}{n}{
+ <-> ssub * Chivo-LF/bold/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{b}{it}{
+ <-> ssub * Chivo-LF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{TS1}{Chivo-LF}{eb}{it}{
+ <-> ssub * Chivo-LF/extrabold/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{eb}{n}{
+ <-> ssub * Chivo-LF/extrabold/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{eb}{sl}{
+ <-> ssub * Chivo-LF/extrabold/sl
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{TS1}{Chivo-LF}{ub}{it}{
+ <-> ssub * Chivo-LF/black/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{ub}{n}{
+ <-> ssub * Chivo-LF/black/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{ub}{sl}{
+ <-> ssub * Chivo-LF/black/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{bx}{sl}{
+ <-> ssub * Chivo-LF/b/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{bx}{n}{
+ <-> ssub * Chivo-LF/b/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-LF}{bx}{it}{
+ <-> ssub * Chivo-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/TS1Chivo-OsF.fd b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-OsF.fd
new file mode 100644
index 00000000000..fc181ec9022
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-OsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{TS1Chivo-OsF.fd}
+ [2019/07/12 (autoinst) Font definitions for TS1/Chivo-OsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{TS1}{Chivo-OsF}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{TS1}{Chivo-OsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{extrabold}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{TS1}{Chivo-OsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{regular}{sl}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{TS1}{Chivo-OsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{bold}{sl}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{TS1}{Chivo-OsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{light}{sl}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{TS1}{Chivo-OsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{black}{sl}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{TS1}{Chivo-OsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{medium}{sl}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{TS1}{Chivo-OsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{thin}{sl}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{TS1}{Chivo-OsF}{el}{it}{
+ <-> ssub * Chivo-OsF/thin/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{el}{sl}{
+ <-> ssub * Chivo-OsF/thin/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{el}{n}{
+ <-> ssub * Chivo-OsF/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{TS1}{Chivo-OsF}{l}{n}{
+ <-> ssub * Chivo-OsF/light/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{l}{sl}{
+ <-> ssub * Chivo-OsF/light/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{l}{it}{
+ <-> ssub * Chivo-OsF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{TS1}{Chivo-OsF}{m}{n}{
+ <-> ssub * Chivo-OsF/regular/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{m}{sl}{
+ <-> ssub * Chivo-OsF/regular/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{m}{it}{
+ <-> ssub * Chivo-OsF/regular/it
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{TS1}{Chivo-OsF}{sb}{it}{
+ <-> ssub * Chivo-OsF/medium/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{sb}{sl}{
+ <-> ssub * Chivo-OsF/medium/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{sb}{n}{
+ <-> ssub * Chivo-OsF/medium/n
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{TS1}{Chivo-OsF}{b}{sl}{
+ <-> ssub * Chivo-OsF/bold/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{b}{n}{
+ <-> ssub * Chivo-OsF/bold/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{b}{it}{
+ <-> ssub * Chivo-OsF/bold/it
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{TS1}{Chivo-OsF}{eb}{sl}{
+ <-> ssub * Chivo-OsF/extrabold/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{eb}{n}{
+ <-> ssub * Chivo-OsF/extrabold/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{eb}{it}{
+ <-> ssub * Chivo-OsF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{TS1}{Chivo-OsF}{ub}{sl}{
+ <-> ssub * Chivo-OsF/black/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{ub}{n}{
+ <-> ssub * Chivo-OsF/black/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{ub}{it}{
+ <-> ssub * Chivo-OsF/black/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{bx}{n}{
+ <-> ssub * Chivo-OsF/b/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{bx}{sl}{
+ <-> ssub * Chivo-OsF/b/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-OsF}{bx}{it}{
+ <-> ssub * Chivo-OsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/TS1Chivo-TLF.fd b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-TLF.fd
index 613b756ad61..0449cba8822 100644
--- a/Master/texmf-dist/tex/latex/chivo/TS1Chivo-TLF.fd
+++ b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-TLF.fd
@@ -1,7 +1,7 @@
-%% Generated by autoinst on 2016/05/05
+%% Generated by autoinst on 2019/07/12
%%
\ProvidesFile{TS1Chivo-TLF.fd}
- [2016/05/05 (autoinst) Font definitions for TS1/Chivo-TLF.]
+ [2019/07/12 (autoinst) Font definitions for TS1/Chivo-TLF.]
\expandafter\ifx\csname Chivo@scale\endcsname\relax
\let\Chivo@@scale\@empty
@@ -11,56 +11,217 @@
\DeclareFontFamily{TS1}{Chivo-TLF}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{b}{n}{
+
+% ---- extrabold ----
+
+\DeclareFontShape{TS1}{Chivo-TLF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{extrabold}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{TS1}{Chivo-TLF}{bold}{n}{
<-> \Chivo@@scale Chivo-Bold-tlf-ts1
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{b}{it}{
+\DeclareFontShape{TS1}{Chivo-TLF}{bold}{it}{
<-> \Chivo@@scale Chivo-BoldItalic-tlf-ts1
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{b}{sl}{
- <-> ssub * Chivo-TLF/b/it
+\DeclareFontShape{TS1}{Chivo-TLF}{bold}{sl}{
+ <-> ssub * Chivo-TLF/bold/it
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{k}{n}{
+
+% ---- regular ----
+
+\DeclareFontShape{TS1}{Chivo-TLF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{regular}{sl}{
+ <-> ssub * Chivo-TLF/regular/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{TS1}{Chivo-TLF}{black}{n}{
<-> \Chivo@@scale Chivo-Black-tlf-ts1
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{k}{it}{
+\DeclareFontShape{TS1}{Chivo-TLF}{black}{it}{
<-> \Chivo@@scale Chivo-BlackItalic-tlf-ts1
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{k}{sl}{
- <-> ssub * Chivo-TLF/k/it
+\DeclareFontShape{TS1}{Chivo-TLF}{black}{sl}{
+ <-> ssub * Chivo-TLF/black/it
}{}
+
+% ---- light ----
+
+\DeclareFontShape{TS1}{Chivo-TLF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{light}{sl}{
+ <-> ssub * Chivo-TLF/light/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{TS1}{Chivo-TLF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{thin}{sl}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{TS1}{Chivo-TLF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{medium}{sl}{
+ <-> ssub * Chivo-TLF/medium/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{TS1}{Chivo-TLF}{el}{it}{
+ <-> ssub * Chivo-TLF/thin/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{el}{n}{
+ <-> ssub * Chivo-TLF/thin/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{el}{sl}{
+ <-> ssub * Chivo-TLF/thin/sl
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{TS1}{Chivo-TLF}{l}{it}{
+ <-> ssub * Chivo-TLF/light/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{l}{n}{
+ <-> ssub * Chivo-TLF/light/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{l}{sl}{
+ <-> ssub * Chivo-TLF/light/sl
+}{}
+
+
+% m --> regular
+
\DeclareFontShape{TS1}{Chivo-TLF}{m}{it}{
- <-> \Chivo@@scale Chivo-Italic-tlf-ts1
+ <-> ssub * Chivo-TLF/regular/it
}{}
\DeclareFontShape{TS1}{Chivo-TLF}{m}{n}{
- <-> \Chivo@@scale Chivo-Regular-tlf-ts1
+ <-> ssub * Chivo-TLF/regular/n
}{}
\DeclareFontShape{TS1}{Chivo-TLF}{m}{sl}{
- <-> ssub * Chivo-TLF/m/it
+ <-> ssub * Chivo-TLF/regular/sl
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{l}{n}{
- <-> \Chivo@@scale Chivo-Light-tlf-ts1
+
+% sb --> medium
+
+\DeclareFontShape{TS1}{Chivo-TLF}{sb}{it}{
+ <-> ssub * Chivo-TLF/medium/it
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{l}{it}{
- <-> \Chivo@@scale Chivo-LightItalic-tlf-ts1
+\DeclareFontShape{TS1}{Chivo-TLF}{sb}{n}{
+ <-> ssub * Chivo-TLF/medium/n
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{l}{sl}{
- <-> ssub * Chivo-TLF/l/it
+\DeclareFontShape{TS1}{Chivo-TLF}{sb}{sl}{
+ <-> ssub * Chivo-TLF/medium/sl
}{}
-\DeclareFontShape{TS1}{Chivo-TLF}{bx}{it}{
- <-> ssub * Chivo-TLF/b/it
+
+% b --> bold
+
+\DeclareFontShape{TS1}{Chivo-TLF}{b}{it}{
+ <-> ssub * Chivo-TLF/bold/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{b}{n}{
+ <-> ssub * Chivo-TLF/bold/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{b}{sl}{
+ <-> ssub * Chivo-TLF/bold/sl
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{TS1}{Chivo-TLF}{eb}{n}{
+ <-> ssub * Chivo-TLF/extrabold/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{eb}{sl}{
+ <-> ssub * Chivo-TLF/extrabold/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{eb}{it}{
+ <-> ssub * Chivo-TLF/extrabold/it
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{TS1}{Chivo-TLF}{ub}{it}{
+ <-> ssub * Chivo-TLF/black/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{ub}{n}{
+ <-> ssub * Chivo-TLF/black/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TLF}{ub}{sl}{
+ <-> ssub * Chivo-TLF/black/sl
}{}
\DeclareFontShape{TS1}{Chivo-TLF}{bx}{sl}{
@@ -71,4 +232,8 @@
<-> ssub * Chivo-TLF/b/n
}{}
+\DeclareFontShape{TS1}{Chivo-TLF}{bx}{it}{
+ <-> ssub * Chivo-TLF/b/it
+}{}
+
\endinput
diff --git a/Master/texmf-dist/tex/latex/chivo/TS1Chivo-TOsF.fd b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-TOsF.fd
new file mode 100644
index 00000000000..9503107f055
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chivo/TS1Chivo-TOsF.fd
@@ -0,0 +1,239 @@
+%% Generated by autoinst on 2019/07/12
+%%
+\ProvidesFile{TS1Chivo-TOsF.fd}
+ [2019/07/12 (autoinst) Font definitions for TS1/Chivo-TOsF.]
+
+\expandafter\ifx\csname Chivo@scale\endcsname\relax
+ \let\Chivo@@scale\@empty
+\else
+ \edef\Chivo@@scale{s*[\csname Chivo@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{TS1}{Chivo-TOsF}{}
+
+
+% ---- extrabold ----
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{extrabold}{it}{
+ <-> \Chivo@@scale Chivo-ExtraBoldItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{extrabold}{n}{
+ <-> \Chivo@@scale Chivo-ExtraBold-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{extrabold}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+
+% ---- regular ----
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{regular}{n}{
+ <-> \Chivo@@scale Chivo-Regular-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{regular}{it}{
+ <-> \Chivo@@scale Chivo-Italic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{regular}{sl}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+
+% ---- bold ----
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{bold}{it}{
+ <-> \Chivo@@scale Chivo-BoldItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{bold}{n}{
+ <-> \Chivo@@scale Chivo-Bold-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{bold}{sl}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+
+% ---- light ----
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{light}{it}{
+ <-> \Chivo@@scale Chivo-LightItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{light}{n}{
+ <-> \Chivo@@scale Chivo-Light-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{light}{sl}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+
+% ---- black ----
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{black}{n}{
+ <-> \Chivo@@scale Chivo-Black-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{black}{it}{
+ <-> \Chivo@@scale Chivo-BlackItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{black}{sl}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+
+% ---- medium ----
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{medium}{n}{
+ <-> \Chivo@@scale Chivo-Medium-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{medium}{it}{
+ <-> \Chivo@@scale Chivo-MediumItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{medium}{sl}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+
+% ---- thin ----
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{thin}{n}{
+ <-> \Chivo@@scale Chivo-Thin-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{thin}{it}{
+ <-> \Chivo@@scale Chivo-ThinItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{thin}{sl}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+%
+% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
+%
+
+% el --> thin
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{el}{it}{
+ <-> ssub * Chivo-TOsF/thin/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{el}{sl}{
+ <-> ssub * Chivo-TOsF/thin/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{el}{n}{
+ <-> ssub * Chivo-TOsF/thin/n
+}{}
+
+
+% l --> light
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{l}{n}{
+ <-> ssub * Chivo-TOsF/light/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{l}{sl}{
+ <-> ssub * Chivo-TOsF/light/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{l}{it}{
+ <-> ssub * Chivo-TOsF/light/it
+}{}
+
+
+% m --> regular
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{m}{it}{
+ <-> ssub * Chivo-TOsF/regular/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{m}{sl}{
+ <-> ssub * Chivo-TOsF/regular/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{m}{n}{
+ <-> ssub * Chivo-TOsF/regular/n
+}{}
+
+
+% sb --> medium
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{sb}{sl}{
+ <-> ssub * Chivo-TOsF/medium/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{sb}{n}{
+ <-> ssub * Chivo-TOsF/medium/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{sb}{it}{
+ <-> ssub * Chivo-TOsF/medium/it
+}{}
+
+
+% b --> bold
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{b}{it}{
+ <-> ssub * Chivo-TOsF/bold/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{b}{sl}{
+ <-> ssub * Chivo-TOsF/bold/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{b}{n}{
+ <-> ssub * Chivo-TOsF/bold/n
+}{}
+
+
+% eb --> extrabold
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{eb}{it}{
+ <-> ssub * Chivo-TOsF/extrabold/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{eb}{sl}{
+ <-> ssub * Chivo-TOsF/extrabold/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{eb}{n}{
+ <-> ssub * Chivo-TOsF/extrabold/n
+}{}
+
+
+% ub --> black
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{ub}{it}{
+ <-> ssub * Chivo-TOsF/black/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{ub}{n}{
+ <-> ssub * Chivo-TOsF/black/n
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{ub}{sl}{
+ <-> ssub * Chivo-TOsF/black/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{bx}{it}{
+ <-> ssub * Chivo-TOsF/b/it
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{bx}{sl}{
+ <-> ssub * Chivo-TOsF/b/sl
+}{}
+
+\DeclareFontShape{TS1}{Chivo-TOsF}{bx}{n}{
+ <-> ssub * Chivo-TOsF/b/n
+}{}
+
+\endinput