\NeedsTeXFormat{LaTeX2e} \ProvidesPackage{noto} [2019/03/15 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} \newif\ifnoto@otf \ifxetex \noto@otftrue \else\ifluatex \noto@otftrue \else % [pdf]LaTeX \noto@otffalse \fi\fi \newif\ifnoto@sfdefault \noto@sfdefaultfalse \newif\ifnoto@sf \noto@sftrue \newif\ifnoto@rm \noto@rmtrue \newif\ifnoto@tt \noto@tttrue \newcommand*{\NotoSans@scale}{1} \newcommand*{\NotoMono@scale}{1} \DeclareOptionX{scaled}{\renewcommand*{\NotoSans@scale}{#1}\renewcommand*{\NotoMono@scale}{#1}} \DeclareOptionX{scale}{\renewcommand*{\NotoSans@scale}{#1}\renewcommand*{\NotoMono@scale}{#1}} \DeclareOptionX{sf}{\noto@sftrue\noto@rmfalse} \DeclareOptionX{rm}{\noto@rmtrue\noto@sffalse} \DeclareOptionX{nott}{\noto@ttfalse} \DeclareOptionX{sfdefault}{\noto@sfdefaulttrue} \DeclareOptionX{type1}{\noto@otffalse} \newif\ifnoto@oldstyle \noto@oldstylefalse \newif\ifnoto@proportional \noto@proportionalfalse \DeclareOptionX{lining}{\noto@oldstylefalse} \DeclareOptionX{lf}{\noto@oldstylefalse} \DeclareOptionX{tabular}{\noto@proportionalfalse} \DeclareOptionX{tf}{\noto@proportionalfalse} \DeclareOptionX{proportional}{\noto@proportionaltrue} \DeclareOptionX{pf}{\noto@proportionaltrue} \DeclareOptionX{oldstyle}{\noto@oldstyletrue} \DeclareOptionX{osf}{\noto@oldstyletrue} \newif\ifnoto@thin \noto@thinfalse \newif\ifnoto@extralight \noto@extralightfalse \newif\ifnoto@light \noto@lightfalse \newif\ifnoto@medium \noto@mediumfalse \newif\ifnoto@semibold \noto@semiboldfalse \newif\ifnoto@extrabold \noto@extraboldfalse \newif\ifnoto@black \noto@blackfalse \DeclareOptionX{thin}{\noto@thintrue} \DeclareOptionX{extralight}{\noto@extralighttrue} \DeclareOptionX{light}{\noto@lighttrue} \DeclareOptionX{regular}{\noto@lightfalse\noto@thinfalse\noto@extralightfalse\noto@mediumfalse} \DeclareOptionX{medium}{\noto@mediumtrue} \DeclareOptionX{semibold}{\noto@semiboldtrue} \DeclareOptionX{extrabold}{\noto@extraboldtrue} \DeclareOptionX{black}{\noto@blacktrue} \DeclareOptionX{bold}{\noto@blackfalse\noto@semiboldfalse\noto@extraboldfalse} \ProcessOptionsX\relax \ifnoto@otf \def\noto@boldstyle{Bold} \ifnoto@semibold\def\noto@boldstyle{SemiBold}\fi \ifnoto@extrabold\def\noto@boldstyle{ExtraBold}\fi \ifnoto@black\def\noto@boldstyle{Black}\fi \def\noto@regstyle{Regular} \ifnoto@thin\def\noto@regstyle{Thin}\fi \ifnoto@extralight\def\noto@regstyle{ExtraLight}\fi \ifnoto@light\def\noto@regstyle{Light}\fi \ifnoto@medium\def\noto@regstyle{Medium}\fi \else % type1 \ifnoto@tt\def\bfseries@tt{b}\fi \ifnoto@sf\def\bfseries@sf{b}\fi \ifnoto@rm\def\bfseries@rm{b}\fi \ifnoto@semibold \ifnoto@sf\def\bfseries@sf{sb}\fi \ifnoto@rm\def\bfseries@rm{sb}\fi \fi \ifnoto@extrabold \ifnoto@sf\def\bfseries@sf{eb}\fi \ifnoto@rm\def\bfseries@rm{eb}\fi \fi \ifnoto@black \ifnoto@sf\def\bfseries@sf{k}\fi \ifnoto@rm\def\bfseries@rm{k}\fi \fi \ifnoto@tt\def\mdseries@tt{m}\fi \ifnoto@sf\def\mdseries@sf{m}\fi \ifnoto@rm\def\mdseries@rm{m}\fi \ifnoto@thin \ifnoto@sf\def\mdseries@sf{t}\fi \ifnoto@rm\def\mdseries@rm{t}\fi \fi \ifnoto@extralight \ifnoto@sf\def\mdseries@sf{el}\fi \ifnoto@rm\def\mdseries@rm{el}\fi \fi \ifnoto@light \ifnoto@sf\def\mdseries@sf{l}\fi \ifnoto@rm\def\mdseries@rm{l}\fi \fi \ifnoto@medium \ifnoto@sf\def\mdseries@sf{mb}\fi \ifnoto@rm\def\mdseries@rm{mb}\fi \fi \def\seriesdefault{\mdseries@rm} \fi \ifnoto@otf \def\noto@figurestyle{Lining} \ifnoto@oldstyle\def\noto@figurestyle{OldStyle}\fi \def\noto@figurealign{Monospaced} \ifnoto@proportional\def\noto@figurealign{Proportional}\fi \else % type1 \def\noto@figurestyle{LF} \ifnoto@oldstyle\def\noto@figurestyle{OsF}\fi \def\noto@figurealign{T} \ifnoto@proportional\def\noto@figurealign{}\fi \fi \ifnoto@otf \RequirePackage{fontspec} \else \RequirePackage{fontenc,fontaxes,mweights} \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 \fi \ifnoto@otf \def\noto@regular{Regular} \ifxetex\XeTeXtracingfonts=1\fi \defaultfontfeatures{ Ligatures = TeX , Extension = .otf } \ifnoto@sf \setsansfont [ Scale = \NotoSans@scale , Numbers = {\noto@figurealign, \noto@figurestyle} , SmallCapsFeatures={Letters=SmallCaps} , UprightFont = *-\noto@regstyle , ItalicFont = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi , BoldFont = *-\noto@boldstyle , BoldItalicFont = *-\noto@boldstyle Italic ] {NotoSans} \let\notosansfamily\sfdefault \fi \ifnoto@rm \setmainfont [ Numbers = {\noto@figurealign, \noto@figurestyle} , SmallCapsFeatures={Letters=SmallCaps} , UprightFont = *-\noto@regstyle , ItalicFont = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi , BoldFont = *-\noto@boldstyle , BoldItalicFont = *-\noto@boldstyle Italic ] {NotoSerif} \fi \ifnoto@tt \setmonofont [ Extension = .otf , Scale = \NotoMono@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-Bold , BoldItalicFont = *-BoldItalic ] {NotoMono} \let\notomonofamily\ttdefault \fi \ifnoto@sfdefault\renewcommand*\familydefault{\notosansfamily}\fi \newfontfamily\notosans [ Scale = \NotoSans@scale , Numbers = {\noto@figurealign, \noto@figurestyle} , SmallCapsFeatures={Letters=SmallCaps} , UprightFont = *-\noto@regstyle , ItalicFont = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi , BoldFont = *-\noto@boldstyle , BoldItalicFont = *-\noto@boldstyle Italic ] {NotoSans} \newfontfamily\notoserif [ Numbers = {\noto@figurealign, \noto@figurestyle} , SmallCapsFeatures={Letters=SmallCaps} , UprightFont = *-\noto@regstyle , ItalicFont = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi , BoldFont = *-\noto@boldstyle , BoldItalicFont = *-\noto@boldstyle Italic ] {NotoSerif} \newfontfamily\notomono [ Extension = .otf , Scale = \NotoMono@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-Bold , BoldItalicFont = *-BoldItalic ] {NotoMono} \else % type1 \def\notosansfamily{NotoSans-\noto@figurealign\noto@figurestyle} \def\notoseriffamily{NotoSerif-\noto@figurealign\noto@figurestyle} \def\notomonofamily{NotoMono-TLF} \newcommand*\notoserif{\fontfamily{\notoseriffamily}\selectfont} \newcommand*\notosans{\fontfamily{\notosansfamily}\selectfont} \newcommand*\notomono{\fontfamily{\notomonofamily}\selectfont} \ifnoto@rm \def\rmdefault{\notoseriffamily} \fi \ifnoto@sf \def\sfdefault{\notosansfamily} \fi \ifnoto@tt \def\ttdefault{\notomonofamily} \fi \ifnoto@sfdefault\edef\familydefault{\sfdefault}\fi \fi \ifnoto@otf % turn off defaults in case other fonts are selected: \defaultfontfeatures{} \fi \endinput