summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cabin/cabin.sty
blob: 9d471851e6ce9ddb976d02af348ad64bb19242dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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