% Source Sans Pro for LaTeX % % Silke Hofstra, silke@slxh.nl % % This file selects either the OTF or the TYPE1 package based on your engine. % % Licenced under the LPPL % \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesPackage{SourceSansPro}[2012/10/26 v1.00 Adobe's Source Sans Pro typeface] % \RequirePackage{ifxetex,ifluatex} \ifxetex \edef\SourceSansPro@pack{otf} \else \ifluatex \edef\SourceSansPro@pack{otf} \else \edef\SourceSansPro@pack{type1} \RequirePackage[LY1,T1]{fontenc} \fi \fi % \DeclareOption*{ \PassOptionsToPackage{\CurrentOption}{SourceSansPro-\SourceSansPro@pack}% } \ProcessOptions\relax % \RequirePackage{SourceSansPro-\SourceSansPro@pack} \endinput