summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty
blob: a18bd4e94966c6bb0b1ff6716f95e22a7ff4a13a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\ProvidesPackage{libertineMono-type1}[%
  2013/02/13 (Bob Tennent) Supports Libertine Mono type 1 fonts.] 

\RequirePackage{xkeyval,textcomp}

\providecommand*{\LinuxLibertineMonoT@scale}{1}  
\DeclareOptionX{ttscaled}{\renewcommand*{\LinuxLibertineMonoT@scale}{#1}}
\DeclareOptionX{ttscale}{\renewcommand*{\LinuxLibertineMonoT@scale}{#1}}
\DeclareOptionX{scale}{\renewcommand*{\LinuxLibertineMonoT@scale}{#1}}
\DeclareOptionX{scaled}{\renewcommand*{\LinuxLibertineMonoT@scale}{#1}}

\ProcessOptionsX\relax

  \RequirePackage{fontenc}

% Set mono fonts:

  \renewcommand*\ttdefault{LinuxLibertineMonoT-TLF} 
  \providecommand*\libmono{\fontfamily{LinuxLibertineMonoT-TLF}\selectfont}

\endinput