% Source Code 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{sourcecodepro}[2012/11/04 v1.02 Adobe's Source Code Pro typeface] % \RequirePackage{ifxetex,ifluatex} \ifxetex \edef\sourcecodepro@pack{otf} \else \ifluatex \edef\sourcecodepro@pack{otf} \else \edef\sourcecodepro@pack{type1} \fi \fi % \DeclareOption*{ \PassOptionsToPackage{\CurrentOption}{sourcecodepro-\sourcecodepro@pack}% } \ProcessOptions\relax % \RequirePackage{sourcecodepro-\sourcecodepro@pack} \endinput