blob: cef3590bcad616a3ec9d834c630c417b02a385e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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'.
|