summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty')
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty b/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty
new file mode 100644
index 00000000000..a18bd4e9496
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty
@@ -0,0 +1,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