summaryrefslogtreecommitdiff
path: root/fonts/roboto/latex/roboto-mono.sty
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/roboto/latex/roboto-mono.sty')
-rw-r--r--fonts/roboto/latex/roboto-mono.sty24
1 files changed, 12 insertions, 12 deletions
diff --git a/fonts/roboto/latex/roboto-mono.sty b/fonts/roboto/latex/roboto-mono.sty
index 91a99c497e..823a22c9c7 100644
--- a/fonts/roboto/latex/roboto-mono.sty
+++ b/fonts/roboto/latex/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}