From bb0e8e6fe6445006cd2fdada9711a733631a94fc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 15 Oct 2019 21:57:51 +0000 Subject: roboto (15oct19) git-svn-id: svn://tug.org/texlive/trunk@52395 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/roboto/roboto-mono.sty | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/tex/latex/roboto/roboto-mono.sty') diff --git a/Master/texmf-dist/tex/latex/roboto/roboto-mono.sty b/Master/texmf-dist/tex/latex/roboto/roboto-mono.sty index 91a99c497e5..823a22c9c79 100644 --- a/Master/texmf-dist/tex/latex/roboto/roboto-mono.sty +++ b/Master/texmf-dist/tex/latex/roboto/roboto-mono.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{roboto-mono} - [2019/06/03 (Bob Tennent) Supports RobotoMono fonts for all LaTeX engines.] + [2019/10/14 (Bob Tennent) Supports RobotoMono fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -44,12 +44,12 @@ \else % type1 - \def\bfseries@tt{bold} - \ifrobotomono@medium\def\bfseries@tt{medium}\fi - \ifrobotomono@black\def\bfseries@tt{black}\fi - \def\mdseries@tt{regular} - \ifrobotomono@thin\def\mdseries@tt{thin}\fi - \ifrobotomono@light\def\mdseries@tt{light}\fi + \def\bfseries@tt{b} + \ifrobotomono@medium\def\bfseries@tt{sb}\fi + \ifrobotomono@black\def\bfseries@tt{eb}\fi + \def\mdseries@tt{m} + \ifrobotomono@thin\def\mdseries@tt{el}\fi + \ifrobotomono@light\def\mdseries@tt{l}\fi \fi @@ -120,11 +120,11 @@ \def\robotomonofamily{RobotoMono-TLF} \newcommand*\robotomono{\fontfamily{\robotomonofamily}\selectfont} \def\ttdefault{\robotomonofamily} - \def\robotomonoregular{\fontfamily{\ttdefault}\fontseries{regular}\selectfont} - \def\robotomonomedium{\fontfamily{\ttdefault}\fontseries{medium}\selectfont} - \def\robotomonothin{\fontfamily{\ttdefault}\fontseries{thin}\selectfont} - \def\robotomonoklight{\fontfamily{\ttdefault}\fontseries{light}\selectfont} - \def\robotomonobold{\fontfamily{\ttdefault}\fontseries{bold}\selectfont} + \def\robotomonoregular{\fontfamily{\ttdefault}\fontseries{m}\selectfont} + \def\robotomonomedium{\fontfamily{\ttdefault}\fontseries{sb}\selectfont} + \def\robotomonothin{\fontfamily{\ttdefault}\fontseries{el}\selectfont} + \def\robotomonoklight{\fontfamily{\ttdefault}\fontseries{l}\selectfont} + \def\robotomonobold{\fontfamily{\ttdefault}\fontseries{b}\selectfont} \fi \DeclareTextFontCommand{\robotomonoRegular}{\robotomonoregular} -- cgit v1.2.3