summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_7_de/exa-standalone.cls
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/PSTricks_7_de/exa-standalone.cls')
-rw-r--r--info/examples/PSTricks_7_de/exa-standalone.cls23
1 files changed, 23 insertions, 0 deletions
diff --git a/info/examples/PSTricks_7_de/exa-standalone.cls b/info/examples/PSTricks_7_de/exa-standalone.cls
new file mode 100644
index 0000000000..91f51c5380
--- /dev/null
+++ b/info/examples/PSTricks_7_de/exa-standalone.cls
@@ -0,0 +1,23 @@
+%
+% $Id: exa-standalone.cls 300 2016-05-05 19:05: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
+