summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/raleway/.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/raleway/.sty')
-rw-r--r--Master/texmf-dist/tex/latex/raleway/.sty34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/raleway/.sty b/Master/texmf-dist/tex/latex/raleway/.sty
new file mode 100644
index 00000000000..2a1e5bce403
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/raleway/.sty
@@ -0,0 +1,34 @@
+%% Generated by autoinst on 2013/05/01
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{}
+ [2013/05/01 (autoinst) Style file for .]
+
+\RequirePackage[T1,LY1]{fontenc}
+\RequirePackage{textcomp}
+\IfFileExists{fontaxes.sty}{
+ \RequirePackage{fontaxes}
+}{}
+
+\IfFileExists{xkeyval.sty}{
+ \newcommand*{\@scale}{1}
+ \RequirePackage{xkeyval}
+ \DeclareOptionX{scaled}{\renewcommand*{\@scale}{##1}}
+}{
+ \let\DeclareOptionX\DeclareOption
+ \let\ExecuteOptionsX\ExecuteOptions
+ \let\ProcessOptionsX\ProcessOptions
+}
+
+\DeclareOptionX{lining}{\edef\@figurestyle{LF}}
+\DeclareOptionX{tabular}{\edef\@figurealign{T}}
+\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}}
+\ExecuteOptionsX{lining,tabular,regular}
+\ProcessOptionsX\relax
+
+\renewcommand*
+ {\sfdefault}
+ {-\@figurealign\@figurestyle}
+\renewcommand*{\familydefault}{\sfdefault}
+
+\endinput