~ubuntu-manual/ubuntu-manual/saucy

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
%
% Greek-specific options for the Ubuntu Manual
%

\ProvidesFile{um-greek.clo}[2010/02/16 v1.0.0 Greek-specific options for the Ubuntu Manual]

% Greek-specific options
\setkeys{greek}{numerals=arabic,variant=monotonic}

% Serif fonts
%\newfontfamily\greekfont[Script=Greek,Language=Greek]{RMFONT}% from ttf-RMFONT

% Sans serif fonts
\newfontfamily\greekfontsf[Script=Greek,Language=Greek,Mapping=tex-text,Numbers=OldStyle]{Linux Libertine O}% from ttf-linux-libertine
\setsansfont[Mapping=tex-text,Numbers=OldStyle]{Linux Libertine O}

% Monospaced fonts
%\newfontfamily\greekfonttt[Script=Greek,Language=Greek]{TTFONT}% from ttf-TTFONT

% Define quotation mark styles
%\DeclareQuoteStyle[quotes]{greek}
%  {\quotedblbase}%  U+201E - left double outer
%  {\textquotedblleft}%  U+201C - right double outer
%  [0.05em]
%  {\quotesinglbase}%  U+201A - left single inner
%  {\textquoteleft}%  U+2018 - right single inner
%\DeclareQuoteAlias[quotes]{greek}{greek}
%\DeclareQuoteOption{greek}
%\ExecuteOptions{greek}

\endinput