diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/rosario/Rosario.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/rosario/Rosario.sty | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/rosario/Rosario.sty b/Master/texmf-dist/tex/latex/rosario/Rosario.sty new file mode 100644 index 00000000000..cef3590bcad --- /dev/null +++ b/Master/texmf-dist/tex/latex/rosario/Rosario.sty @@ -0,0 +1,35 @@ +%% +%% This is file `Rosario.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% Rosario.dtx (with options: `package') +%% +%% Copyright (C) 2016 Arash Esbati <esbati'at'gmx.de> +%% +%% This work may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\ProvidesPackage{Rosario} + [2016/05/01 v1.0 Support for Rosario fonts (AE)] +\RequirePackage{kvoptions} +\SetupKeyvalOptions{% + family = Rosario , + prefix = Rosario@ +} +\DeclareStringOption[1.0]{scale} +\DeclareBoolOption{familydefault} +\ProcessKeyvalOptions{Rosario} +\renewcommand*{\sfdefault}{Rosario-LF} +\ifRosario@familydefault + \renewcommand*{\familydefault}{\sfdefault} +\fi +\endinput +%% +%% End of file `Rosario.sty'. |