%
% $Id: exa-standalone.cls 428 2022-01-24 07:38:57Z herbert $
%
%% Copyright (C) 2016 Herbert Vo��
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%%
%% See http://www.latex-project.org/lppl.txt for details.
%%
%
\RequirePackage{DEoptions}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{standalone}}
\ProcessOptions\relax
\LoadClass{standalone}
\RequirePackage[T1]{fontenc}
\input{exa-fontconfig}

\renewcommand\documentclass[2][]{}

\endinput