summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cabin/cabin.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/cabin/cabin.sty')
-rw-r--r--Master/texmf-dist/tex/latex/cabin/cabin.sty23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cabin/cabin.sty b/Master/texmf-dist/tex/latex/cabin/cabin.sty
new file mode 100644
index 00000000000..9d471851e6c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cabin/cabin.sty
@@ -0,0 +1,23 @@
+%% Generated by autoinst on 2012/10/31
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{cabin}
+ [2012/10/31 (autoinst) Style file for Cabin.]
+
+\RequirePackage{ifxetex,ifluatex}
+\ifxetex
+ \edef\Cabin@pack{otf}
+\else\ifluatex
+ \edef\Cabin@pack{otf}
+\else % [pdf]LaTeX
+ \edef\Cabin@pack{type1}
+\fi\fi
+
+\DeclareOption*{
+ \PassOptionsToPackage{\CurrentOption}{cabin-\Cabin@pack}%
+}
+\ProcessOptions\relax
+
+\RequirePackage{cabin-\Cabin@pack}
+
+\endinput