source: doc/papers/concurrency/AMA/AMA-lato/Lato-fonts/lato.sty@ d5ccbe9

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum stuck-waitfor-destruct with_gc
Last change on this file since d5ccbe9 was d5ccbe9, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

modify for SPE macros

  • Property mode set to 100644
File size: 1.1 KB
Line 
1%% lato.sty
2%% Copyright 2011 Mohamed El Morabity
3%
4% This work may be distributed and/or modified under the conditions of the LaTeX
5% Project Public License, either version 1.3 of this license or (at your option)
6% any later version. The latest version of this license is in
7% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
8% distributions of LaTeX version 2005/12/01 or later.
9%
10% This work has the LPPL maintenance status `maintained'.
11%
12% The Current Maintainer of this work is Mohamed El Morabity
13%
14% This work consists of all files listed in manifest.txt.
15
16\NeedsTeXFormat{LaTeX2e}
17\ProvidesPackage{lato}[2011/08/06 Lato]
18
19\RequirePackage{keyval}
20\RequirePackage{slantsc}
21
22% Taken from inconsolata.sty
23\define@key{lato}{scale}[1.0]{\def\lato@scale{s*[#1]}}
24\DeclareOption*{%
25 \begingroup%
26 \edef\x{\endgroup%
27 \noexpand\setkeys{lato}{\CurrentOption}}%
28 \x%
29}
30
31\DeclareOption{defaultsans}{%
32 \renewcommand*{\sfdefault}{fla}%
33}
34
35\DeclareOption{default}{%
36 \renewcommand*{\familydefault}{fla}%
37 \renewcommand*{\sfdefault}{fla}%
38}
39
40\ProcessOptions*
41
42\newcommand{\flafamily}{%
43 \fontfamily{fla}%
44 \selectfont%
45}
46
47\endinput
Note: See TracBrowser for help on using the repository browser.